Class FlowableEntitlement
- java.lang.Object
-
- org.apache.syncope.common.lib.types.FlowableEntitlement
-
public final class FlowableEntitlement extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BPMN_PROCESS_DELETE
static String
BPMN_PROCESS_GET
static String
BPMN_PROCESS_SET
static String
USER_REQUEST_CANCEL
static String
USER_REQUEST_FORM_CLAIM
static String
USER_REQUEST_FORM_LIST
static String
USER_REQUEST_FORM_SUBMIT
static String
USER_REQUEST_FORM_UNCLAIM
static String
USER_REQUEST_LIST
static String
USER_REQUEST_START
static String
WORKFLOW_TASK_LIST
-
-
-
Field Detail
-
BPMN_PROCESS_GET
public static final String BPMN_PROCESS_GET
- See Also:
- Constant Field Values
-
BPMN_PROCESS_SET
public static final String BPMN_PROCESS_SET
- See Also:
- Constant Field Values
-
BPMN_PROCESS_DELETE
public static final String BPMN_PROCESS_DELETE
- See Also:
- Constant Field Values
-
WORKFLOW_TASK_LIST
public static final String WORKFLOW_TASK_LIST
- See Also:
- Constant Field Values
-
USER_REQUEST_LIST
public static final String USER_REQUEST_LIST
- See Also:
- Constant Field Values
-
USER_REQUEST_FORM_LIST
public static final String USER_REQUEST_FORM_LIST
- See Also:
- Constant Field Values
-
USER_REQUEST_FORM_CLAIM
public static final String USER_REQUEST_FORM_CLAIM
- See Also:
- Constant Field Values
-
USER_REQUEST_FORM_UNCLAIM
public static final String USER_REQUEST_FORM_UNCLAIM
- See Also:
- Constant Field Values
-
USER_REQUEST_FORM_SUBMIT
public static final String USER_REQUEST_FORM_SUBMIT
- See Also:
- Constant Field Values
-
USER_REQUEST_START
public static final String USER_REQUEST_START
- See Also:
- Constant Field Values
-
USER_REQUEST_CANCEL
public static final String USER_REQUEST_CANCEL
- See Also:
- Constant Field Values
-
-