Enum Class CaseProperty

java.lang.Object
java.lang.Enum<CaseProperty>
ch.ivyteam.ivy.workflow.CaseProperty
All Implemented Interfaces:
IProperty, Serializable, Comparable<CaseProperty>, java.lang.constant.Constable

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 Details

    • 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 (see ICase.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_ID

      public static final CaseProperty CREATOR_ID
      The creator security member id property
      Since:
      9.1
      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.
    • OWNER_ID

      public static final CaseProperty OWNER_ID
      The creator security member id property
      Since:
      9.1
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • SUB_TYPE_NAME

      @Deprecated(since="7.0", forRemoval=true) public static final CaseProperty SUB_TYPE_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      use category to categorize the case
      The sub type name property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.