Enum Class ProcessDistributedBy

java.lang.Object
java.lang.Enum<ProcessDistributedBy>
io.camunda.optimize.service.db.report.plan.process.ProcessDistributedBy
All Implemented Interfaces:
Serializable, Comparable<ProcessDistributedBy>, Constable

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

    • PROCESS_DISTRIBUTED_BY_ASSIGNEE

      public static final ProcessDistributedBy PROCESS_DISTRIBUTED_BY_ASSIGNEE
    • PROCESS_DISTRIBUTED_BY_CANDIDATE_GROUP

      public static final ProcessDistributedBy PROCESS_DISTRIBUTED_BY_CANDIDATE_GROUP
    • PROCESS_DISTRIBUTED_BY_FLOW_NODE

      public static final ProcessDistributedBy PROCESS_DISTRIBUTED_BY_FLOW_NODE
    • PROCESS_DISTRIBUTED_BY_INSTANCE_END_DATE

      public static final ProcessDistributedBy PROCESS_DISTRIBUTED_BY_INSTANCE_END_DATE
    • PROCESS_DISTRIBUTED_BY_INSTANCE_START_DATE

      public static final ProcessDistributedBy PROCESS_DISTRIBUTED_BY_INSTANCE_START_DATE
    • PROCESS_DISTRIBUTED_BY_NONE

      public static final ProcessDistributedBy PROCESS_DISTRIBUTED_BY_NONE
    • PROCESS_DISTRIBUTED_BY_PROCESS

      public static final ProcessDistributedBy PROCESS_DISTRIBUTED_BY_PROCESS
    • PROCESS_DISTRIBUTED_BY_USER_TASK

      public static final ProcessDistributedBy PROCESS_DISTRIBUTED_BY_USER_TASK
    • PROCESS_DISTRIBUTED_BY_VARIABLE

      public static final ProcessDistributedBy PROCESS_DISTRIBUTED_BY_VARIABLE
  • Method Details

    • values

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

      public static ProcessDistributedBy valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getDto

      public ProcessReportDistributedByDto<?> getDto()