Package edm.edom3
Class EDMConstants.QueryOptions.Remote
- java.lang.Object
-
- edm.edom3.EDMConstants.QueryOptions.Remote
-
- Enclosing class:
- EDMConstants.QueryOptions
public class EDMConstants.QueryOptions.Remote extends java.lang.Object
Options valid for remote context only.
-
-
Field Summary
Fields Modifier and Type Field Description static long
INCLUDE_HEADER
static long
INCLUDE_INSTANCE_IDS
static long
OPEN_MODEL_FOR_WRITE_ACCESS
Remote context only : Open model in read/write so a query can modify data.static long
PARAMETERS_IN_SOAP_MESSAGE
-
Constructor Summary
Constructors Constructor Description Remote()
-
-
-
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
-
INCLUDE_INSTANCE_IDS
public static final long INCLUDE_INSTANCE_IDS
- See Also:
- Constant Field Values
-
PARAMETERS_IN_SOAP_MESSAGE
public static final long PARAMETERS_IN_SOAP_MESSAGE
- See Also:
- Constant Field Values
-
INCLUDE_HEADER
public static final long INCLUDE_HEADER
- See Also:
- Constant Field Values
-
-