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 StringACCESS_CERTIFICATIONDeprecated.static StringASYNCHRONOUS_UPDATEDeprecated.static StringBULK_ACTIONSDeprecated.static StringCLEANUPDeprecated.static StringCUSTOMDeprecated.static StringDEMODeprecated.static StringEXECUTE_CHANGESDeprecated.static StringIMPORT_FROM_FILEDeprecated.static StringIMPORTING_ACCOUNTSDeprecated.static StringLIVE_SYNCHRONIZATIONDeprecated.static StringMOCKDeprecated.static StringRECOMPUTATIONDeprecated.static StringRECONCILIATIONDeprecated.static StringREPORTDeprecated.static StringSYSTEMDeprecated.static StringUTILDeprecated.static StringWORKFLOWDeprecated.
-
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
-
-