Uses of Enum
org.camunda.community.bpmndt.api.JobHandler.Cardinality
Packages that use JobHandler.Cardinality
-
Uses of JobHandler.Cardinality in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return JobHandler.CardinalityModifier and TypeMethodDescriptionstatic JobHandler.CardinalityReturns the enum constant of this type with the specified name.static JobHandler.Cardinality[]JobHandler.Cardinality.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.camunda.community.bpmndt.api with parameters of type JobHandler.CardinalityModifierConstructorDescriptionJobHandler(org.camunda.bpm.engine.ProcessEngine processEngine, String activityId, JobHandler.Cardinality cardinality) Creates a new job handler.