Package ch.ivyteam.ivy.workflow
Enum CaseProperty
- java.lang.Object
-
- java.lang.Enum<CaseProperty>
-
- ch.ivyteam.ivy.workflow.CaseProperty
-
- All Implemented Interfaces:
IProperty
,Serializable
,Comparable<CaseProperty>
public enum CaseProperty extends Enum<CaseProperty> implements IProperty
The properties of a case- Since:
- 18.05.2006
- API:
- This is a public API.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BUSINESS_CASE_ID
The business case id, null when a business caseBUSINESS_RUNTIME
The business runtime property (seeICase.getBusinessRuntime()
CATEGORY
The case category propertyCREATOR_TASK_ID
The creator task id propertyCREATOR_USER_ID
The creator user id propertyCREATOR_USER_NAME
The creator user name propertyEND_TIMESTAMP
The end timestamp propertyID
The id propertyNAME
The name propertyPRIORITY
The priority propertySTAGE
The stage propertySTART_TIMESTAMP
The start timestamp propertySTATE
The state propertySUB_TYPE_NAME
Deprecated.usecategory
to categorize the caseTASK_START_ID
The task start id propertyWORKING_TIME
The working time
-
-
-
Enum Constant Detail
-
ID
public static final CaseProperty ID
The id property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
BUSINESS_CASE_ID
public static final CaseProperty BUSINESS_CASE_ID
The business case id, null when a business case- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
NAME
public static final CaseProperty NAME
The name property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
CATEGORY
public static final CaseProperty CATEGORY
The case category property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
STATE
public static final CaseProperty STATE
The state property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
STAGE
public static final CaseProperty STAGE
The stage property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
END_TIMESTAMP
public static final CaseProperty END_TIMESTAMP
The end timestamp property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
START_TIMESTAMP
public static final CaseProperty START_TIMESTAMP
The start timestamp property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
BUSINESS_RUNTIME
public static final CaseProperty BUSINESS_RUNTIME
The business runtime property (seeICase.getBusinessRuntime()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
WORKING_TIME
public static final CaseProperty WORKING_TIME
The working time- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
CREATOR_USER_ID
public static final CaseProperty CREATOR_USER_ID
The creator user id property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
CREATOR_USER_NAME
public static final CaseProperty CREATOR_USER_NAME
The creator user name property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
CREATOR_TASK_ID
public static final CaseProperty CREATOR_TASK_ID
The creator task id property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
TASK_START_ID
public static final CaseProperty TASK_START_ID
The task start id property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
PRIORITY
public static final CaseProperty PRIORITY
The priority property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
SUB_TYPE_NAME
@Deprecated public static final CaseProperty SUB_TYPE_NAME
Deprecated.usecategory
to categorize the caseThe sub type name property- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
-