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 String
IMPORT_OBJECT
static String
LIVE_SYNC_STATISTICS
static String
OPERATION_SEARCH_RESULT
static String
PREFIX
-
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
-
-