Class OperationConstants
- java.lang.Object
-
- com.evolveum.midpoint.schema.result.OperationConstants
-
public class OperationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringIMPORT_OBJECTstatic StringLIVE_SYNC_STATISTICSstatic StringOPERATION_SEARCH_RESULTstatic StringPREFIX
-
Constructor Summary
Constructors Constructor Description OperationConstants()
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
LIVE_SYNC_STATISTICS
public static final String LIVE_SYNC_STATISTICS
- See Also:
- Constant Field Values
-
IMPORT_OBJECT
public static final String IMPORT_OBJECT
- See Also:
- Constant Field Values
-
OPERATION_SEARCH_RESULT
public static final String OPERATION_SEARCH_RESULT
- See Also:
- Constant Field Values
-
-