Package edm.edom3

Class EDMConstants.QueryOptions.Remote

  • Enclosing class:
    EDMConstants.QueryOptions

    public class EDMConstants.QueryOptions.Remote
    extends java.lang.Object
    Options valid for remote context only.
    • Constructor Summary

      Constructors 
      Constructor Description
      Remote()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • OPEN_MODEL_FOR_WRITE_ACCESS

        public static final long OPEN_MODEL_FOR_WRITE_ACCESS
        Remote context only : Open model in read/write so a query can modify data.
        See Also:
        Constant Field Values
      • PARAMETERS_IN_SOAP_MESSAGE

        public static final long PARAMETERS_IN_SOAP_MESSAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • Remote

        public Remote()