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 Java.
    • 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 Java.
    • NAME

      public static final CaseProperty NAME
      The name property
      API:
      This public API is available in Java.
    • CATEGORY

      public static final CaseProperty CATEGORY
      The case category property
      API:
      This public API is available in Java.
    • STATE

      public static final CaseProperty STATE
      The state property
      API:
      This public API is available in Java.
    • STAGE

      public static final CaseProperty STAGE
      The stage property
      API:
      This public API is available in Java.
    • END_TIMESTAMP

      public static final CaseProperty END_TIMESTAMP
      The end timestamp property
      API:
      This public API is available in Java.
    • START_TIMESTAMP

      public static final CaseProperty START_TIMESTAMP
      The start timestamp property
      API:
      This public API is available in Java.
    • BUSINESS_RUNTIME

      public static final CaseProperty BUSINESS_RUNTIME
      The business runtime property (see ICase.getBusinessRuntime()
      API:
      This public API is available in Java.
    • WORKING_TIME

      public static final CaseProperty WORKING_TIME
      The working time
      API:
      This public API is available in Java.
    • CREATOR_ID

      public static final CaseProperty CREATOR_ID
      The creator security member id property
      Since:
      9.1
      API:
      This public API is available in Java.
    • CREATOR_USER_ID

      @Deprecated(since="9.1", forRemoval=true) public static final CaseProperty CREATOR_USER_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      use CreatorId instead
      The creator user id property
      API:
      This public API is available in Java.
    • CREATOR_USER_NAME

      public static final CaseProperty CREATOR_USER_NAME
      The creator user name property
      API:
      This public API is available in Java.
    • CREATOR_TASK_ID

      public static final CaseProperty CREATOR_TASK_ID
      The creator task id property
      API:
      This public API is available in Java.
    • TASK_START_ID

      public static final CaseProperty TASK_START_ID
      The task start id property
      API:
      This public API is available in Java.
    • PRIORITY

      public static final CaseProperty PRIORITY
      The priority property
      API:
      This public API is available in Java.
    • OWNER_ID

      public static final CaseProperty OWNER_ID
      The creator security member id property
      Since:
      9.1
      API:
      This public API is available in Java.
    • OWNER_ROLE_ID

      @Deprecated(since="9.1", forRemoval=true) public static final CaseProperty OWNER_ROLE_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      use OwnerId instead
      The owner role id property
      API:
      This public API is available in Java.
    • OWNER_USER_ID

      @Deprecated(since="9.1", forRemoval=true) public static final CaseProperty OWNER_USER_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      use OwnerId instead
      The owner user id property
      API:
      This public API is available in Java.
    • PROCESS_CATEGORY_CODE

      @Deprecated(since="7.0", forRemoval=true) public static final CaseProperty PROCESS_CATEGORY_CODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      use category to categorize the case
      The process category code property
      API:
      This public API is available in Java.
    • PROCESS_CATEGORY_NAME

      @Deprecated(since="7.0", forRemoval=true) public static final CaseProperty PROCESS_CATEGORY_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      use category to categorize the case
      The process category property
      API:
      This public API is available in Java.
    • PROCESS_CODE

      @Deprecated(since="7.0", forRemoval=true) public static final CaseProperty PROCESS_CODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      use category to categorize the case
      The process code property
      API:
      This public API is available in Java.
    • PROCESS_NAME

      @Deprecated(since="7.0", forRemoval=true) public static final CaseProperty PROCESS_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      use category to categorize the case
      The process name property
      API:
      This public API is available in Java.
    • TYPE_CODE

      @Deprecated(since="7.0", forRemoval=true) public static final CaseProperty TYPE_CODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      use category to categorize the case
      The type code property
      API:
      This public API is available in Java.
    • TYPE_NAME

      @Deprecated(since="7.0", forRemoval=true) public static final CaseProperty TYPE_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      use category to categorize the case
      The type name property
      API:
      This public API is available in Java.
    • SUB_TYPE_CODE

      @Deprecated(since="7.0", forRemoval=true) public static final CaseProperty SUB_TYPE_CODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      use category to categorize the case
      The sub type code property
      API:
      This public API is available in Java.
    • 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 Java.
    • CUSTOM_DECIMAL_FIELD_1

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_DECIMAL_FIELD_1
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom decimal field 1 property
      API:
      This public API is available in Java.
    • CUSTOM_DECIMAL_FIELD_2

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_DECIMAL_FIELD_2
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom decimal field 2 property
      API:
      This public API is available in Java.
    • CUSTOM_DECIMAL_FIELD_3

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_DECIMAL_FIELD_3
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom decimal field 3 property
      API:
      This public API is available in Java.
    • CUSTOM_DECIMAL_FIELD_4

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_DECIMAL_FIELD_4
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom decimal field 4 property
      API:
      This public API is available in Java.
    • CUSTOM_DECIMAL_FIELD_5

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_DECIMAL_FIELD_5
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom decimal field 5 property
      API:
      This public API is available in Java.
    • CUSTOM_TIMESTAMP_FIELD_1

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_TIMESTAMP_FIELD_1
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom timestamp field 1 property
      API:
      This public API is available in Java.
    • CUSTOM_TIMESTAMP_FIELD_2

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_TIMESTAMP_FIELD_2
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom timestamp field 2 property
      API:
      This public API is available in Java.
    • CUSTOM_TIMESTAMP_FIELD_3

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_TIMESTAMP_FIELD_3
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom timestamp field 3 property
      API:
      This public API is available in Java.
    • CUSTOM_TIMESTAMP_FIELD_4

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_TIMESTAMP_FIELD_4
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom timestamp field 4 property
      API:
      This public API is available in Java.
    • CUSTOM_TIMESTAMP_FIELD_5

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_TIMESTAMP_FIELD_5
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom timestamp field 5 property
      API:
      This public API is available in Java.
    • CUSTOM_VARCHAR_FIELD_1

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_VARCHAR_FIELD_1
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom varchar field 1 property
      API:
      This public API is available in Java.
    • CUSTOM_VARCHAR_FIELD_2

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_VARCHAR_FIELD_2
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom varchar field 2 property
      API:
      This public API is available in Java.
    • CUSTOM_VARCHAR_FIELD_3

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_VARCHAR_FIELD_3
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom varchar field 3 property
      API:
      This public API is available in Java.
    • CUSTOM_VARCHAR_FIELD_4

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_VARCHAR_FIELD_4
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom varchar field 4 property
      API:
      This public API is available in Java.
    • CUSTOM_VARCHAR_FIELD_5

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty CUSTOM_VARCHAR_FIELD_5
      Deprecated, for removal: This API element is subject to removal in a future version.
      The custom varchar field 5 property
      API:
      This public API is available in Java.
    • BUSINESS_START_TIMESTAMP

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_START_TIMESTAMP
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business start timestamp property
      API:
      This public API is available in Java.
    • BUSINESS_MILESTONE_TIMESTAMP

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_MILESTONE_TIMESTAMP
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business milestone timestamp property
      API:
      This public API is available in Java.
    • BUSINESS_PRIORITY

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_PRIORITY
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business priority property
      API:
      This public API is available in Java.
    • BUSINESS_CREATOR_USER

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_CREATOR_USER
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business creator user property
      API:
      This public API is available in Java.
    • BUSINESS_MAIN_CONTACT_TYPE

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_MAIN_CONTACT_TYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business main contact type property
      API:
      This public API is available in Java.
    • BUSINESS_MAIN_CONTACT_ID

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_MAIN_CONTACT_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business main contact id property
      API:
      This public API is available in Java.
    • BUSINESS_MAIN_CONTACT_NAME

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_MAIN_CONTACT_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business main contact name property
      API:
      This public API is available in Java.
    • BUSINESS_MAIN_CONTACT_DOCUMENT_DATABASE_CODE

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_MAIN_CONTACT_DOCUMENT_DATABASE_CODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business main contact document database code property
      API:
      This public API is available in Java.
    • BUSINESS_MAIN_CONTACT_FOLDER_ID

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_MAIN_CONTACT_FOLDER_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business main contact folder id property
      API:
      This public API is available in Java.
    • BUSINESS_CORRESPONDENT_ID

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_CORRESPONDENT_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business correspondent id property
      API:
      This public API is available in Java.
    • BUSINESS_OBJECT_CODE

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_OBJECT_CODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business object code property
      API:
      This public API is available in Java.
    • BUSINESS_OBJECT_NAME

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_OBJECT_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business object name property
      API:
      This public API is available in Java.
    • BUSINESS_OJBECT_NAME

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_OJBECT_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business object name property. Use BUSINESS_OBJECT_NAME instead.
      API:
      This public API is available in Java.
    • BUSINESS_OBJECT_DOCUMENT_DATABASE_CODE

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_OBJECT_DOCUMENT_DATABASE_CODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business object document database code property
      API:
      This public API is available in Java.
    • BUSINESS_OBJECT_FOLDER_ID

      @Deprecated(since="7.3", forRemoval=true) public static final CaseProperty BUSINESS_OBJECT_FOLDER_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      The business object folder id property
      API:
      This public API is available in Java.