Package com.evolveum.midpoint.task.api
Class TaskCategory
- java.lang.Object
-
- com.evolveum.midpoint.task.api.TaskCategory
-
public class TaskCategory extends Object
- Author:
- mederly
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS_CERTIFICATION
static String
ASYNCHRONOUS_UPDATE
static String
BULK_ACTIONS
static String
CUSTOM
static String
DEMO
static String
EXECUTE_CHANGES
static String
IMPORT_FROM_FILE
static String
IMPORTING_ACCOUNTS
static String
LIVE_SYNCHRONIZATION
static String
MOCK
static String
RECOMPUTATION
static String
RECONCILIATION
static String
REPORT
static String
SYSTEM
static String
UTIL
static String
WORKFLOW
-
Constructor Summary
Constructors Constructor Description TaskCategory()
-
-
-
Field Detail
-
DEMO
public static final String DEMO
- See Also:
- Constant Field Values
-
IMPORTING_ACCOUNTS
public static final String IMPORTING_ACCOUNTS
- See Also:
- Constant Field Values
-
IMPORT_FROM_FILE
public static final String IMPORT_FROM_FILE
- See Also:
- Constant Field Values
-
LIVE_SYNCHRONIZATION
public static final String LIVE_SYNCHRONIZATION
- See Also:
- Constant Field Values
-
ASYNCHRONOUS_UPDATE
public static final String ASYNCHRONOUS_UPDATE
- See Also:
- Constant Field Values
-
BULK_ACTIONS
public static final String BULK_ACTIONS
- See Also:
- Constant Field Values
-
MOCK
public static final String MOCK
- See Also:
- Constant Field Values
-
RECOMPUTATION
public static final String RECOMPUTATION
- See Also:
- Constant Field Values
-
EXECUTE_CHANGES
public static final String EXECUTE_CHANGES
- See Also:
- Constant Field Values
-
RECONCILIATION
public static final String RECONCILIATION
- See Also:
- Constant Field Values
-
WORKFLOW
public static final String WORKFLOW
- See Also:
- Constant Field Values
-
SYSTEM
public static final String SYSTEM
- See Also:
- Constant Field Values
-
REPORT
public static final String REPORT
- See Also:
- Constant Field Values
-
CUSTOM
public static final String CUSTOM
- See Also:
- Constant Field Values
-
ACCESS_CERTIFICATION
public static final String ACCESS_CERTIFICATION
- See Also:
- Constant Field Values
-
UTIL
public static final String UTIL
- See Also:
- Constant Field Values
-
-