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