Enum PermissionType

java.lang.Object
java.lang.Enum<PermissionType>
io.camunda.client.api.search.enums.PermissionType
All Implemented Interfaces:
Serializable, Comparable<PermissionType>, java.lang.constant.Constable

public enum PermissionType extends Enum<PermissionType>
  • Enum Constant Details

    • ACCESS

      public static final PermissionType ACCESS
    • CREATE

      public static final PermissionType CREATE
    • CREATE_BATCH_OPERATION_CANCEL_PROCESS_INSTANCE

      public static final PermissionType CREATE_BATCH_OPERATION_CANCEL_PROCESS_INSTANCE
    • CREATE_BATCH_OPERATION_DELETE_PROCESS_INSTANCE

      public static final PermissionType CREATE_BATCH_OPERATION_DELETE_PROCESS_INSTANCE
    • CREATE_BATCH_OPERATION_MIGRATE_PROCESS_INSTANCE

      public static final PermissionType CREATE_BATCH_OPERATION_MIGRATE_PROCESS_INSTANCE
    • CREATE_BATCH_OPERATION_MODIFY_PROCESS_INSTANCE

      public static final PermissionType CREATE_BATCH_OPERATION_MODIFY_PROCESS_INSTANCE
    • CREATE_BATCH_OPERATION_RESOLVE_INCIDENT

      public static final PermissionType CREATE_BATCH_OPERATION_RESOLVE_INCIDENT
    • CREATE_BATCH_OPERATION_DELETE_DECISION_INSTANCE

      public static final PermissionType CREATE_BATCH_OPERATION_DELETE_DECISION_INSTANCE
    • CREATE_BATCH_OPERATION_DELETE_DECISION_DEFINITION

      public static final PermissionType CREATE_BATCH_OPERATION_DELETE_DECISION_DEFINITION
    • CREATE_BATCH_OPERATION_DELETE_PROCESS_DEFINITION

      public static final PermissionType CREATE_BATCH_OPERATION_DELETE_PROCESS_DEFINITION
    • CREATE_PROCESS_INSTANCE

      public static final PermissionType CREATE_PROCESS_INSTANCE
    • CREATE_DECISION_INSTANCE

      public static final PermissionType CREATE_DECISION_INSTANCE
    • READ

      public static final PermissionType READ
    • READ_PROCESS_INSTANCE

      public static final PermissionType READ_PROCESS_INSTANCE
    • READ_USER_TASK

      public static final PermissionType READ_USER_TASK
    • READ_DECISION_INSTANCE

      public static final PermissionType READ_DECISION_INSTANCE
    • READ_PROCESS_DEFINITION

      public static final PermissionType READ_PROCESS_DEFINITION
    • READ_DECISION_DEFINITION

      public static final PermissionType READ_DECISION_DEFINITION
    • UPDATE

      public static final PermissionType UPDATE
    • UPDATE_PROCESS_INSTANCE

      public static final PermissionType UPDATE_PROCESS_INSTANCE
    • UPDATE_USER_TASK

      public static final PermissionType UPDATE_USER_TASK
    • DELETE

      public static final PermissionType DELETE
    • DELETE_PROCESS

      public static final PermissionType DELETE_PROCESS
    • DELETE_DRD

      public static final PermissionType DELETE_DRD
    • DELETE_FORM

      public static final PermissionType DELETE_FORM
    • DELETE_RESOURCE

      public static final PermissionType DELETE_RESOURCE
    • DELETE_PROCESS_INSTANCE

      public static final PermissionType DELETE_PROCESS_INSTANCE
    • DELETE_DECISION_INSTANCE

      public static final PermissionType DELETE_DECISION_INSTANCE
    • UNKNOWN_ENUM_VALUE

      public static final PermissionType UNKNOWN_ENUM_VALUE
  • Method Details

    • values

      public static PermissionType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PermissionType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null