public class CmmnConstants extends Object
Contains CMMN related utility constants.
Modifier and Type | Field and Description |
---|---|
static String |
ASSIGNEE |
static String |
AVAILABLE_ACTION_HIDDEN
Custom property determining the 'hidden' property of a generated available action.
|
static String |
CANDIDATE_GROUPS |
static String |
CANDIDATE_USERS |
static String |
CASE_VARIABLE
The variable name of a case file item of type #EDORAS_CASE_VARIABLE_ITEM.
|
static String |
CMMN_TASK_DEFS
Holds work item definitions (task definitions) for CMMN Human Tasks.
|
static String |
DUEDATE |
static String |
EDORAS_CASE_VARIABLE_ITEM
A data item implementation based on edoras case variables.
|
static String |
EXPRESSION
The expression of a service task.
|
static String |
GUID |
static String |
ICON
Custom property to override the default action button icon css class.
|
static String |
INIT_FORM_REF
The name of the init form ref (e.g. as used for Human Tasks).
|
static String |
INIT_VARIABLES_MAP
Init variables task: An extension namespace attribute holding the variables map.
|
static String |
MAP_SUFFIX
Optional suffix for output variable names, causing the result to be stored in a map keyed by plan item
instance id.
|
static String |
OVERWRITE_EXISTING
Init variables task: An extension namespace attribute holding holding the boolean property for overwrite.
|
static String |
OWNER |
static String |
OWNER_CASE_ID
Applies to cases created via a CaseTask.
|
static String |
PRIORITY |
static String |
RESULT_VARIABLE
The result variable of a service task.
|
static String |
WORK_FORM_REF
The name of the work form ref (e.g. as used for Human Tasks.
|
public static final String CMMN_TASK_DEFS
Holds work item definitions (task definitions) for CMMN Human Tasks.
public static final String EDORAS_CASE_VARIABLE_ITEM
A data item implementation based on edoras case variables.
public static final String INIT_FORM_REF
The name of the init form ref (e.g. as used for Human Tasks).
public static final String WORK_FORM_REF
The name of the work form ref (e.g. as used for Human Tasks.
public static final String PRIORITY
public static final String DUEDATE
public static final String OWNER
public static final String ASSIGNEE
public static final String CANDIDATE_USERS
public static final String CANDIDATE_GROUPS
public static final String GUID
public static final String EXPRESSION
The expression of a service task.
public static final String RESULT_VARIABLE
The result variable of a service task.
public static final String CASE_VARIABLE
The variable name of a case file item of type #EDORAS_CASE_VARIABLE_ITEM.
public static final String OWNER_CASE_ID
Applies to cases created via a CaseTask. Holds the case Id of the owning case.
public static final String AVAILABLE_ACTION_HIDDEN
Custom property determining the 'hidden' property of a generated available action. Custom property keys are all lower-case.
public static final String INIT_VARIABLES_MAP
Init variables task: An extension namespace attribute holding the variables map.
public static final String OVERWRITE_EXISTING
Init variables task: An extension namespace attribute holding holding the boolean property for overwrite.
public static final String MAP_SUFFIX
Optional suffix for output variable names, causing the result to be stored in a map keyed by plan item instance id. Useful to collect outputs of repeatable tasks on the case level.
public static final String ICON
Custom property to override the default action button icon css class.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.