Uses of Class
org.camunda.bpm.model.bpmn.ProcessType
-
Packages that use ProcessType Package Description org.camunda.bpm.model.bpmn org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of ProcessType in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return ProcessType Modifier and Type Method Description static ProcessTypeProcessType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessType[]ProcessType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProcessType in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type ProcessType Modifier and Type Method Description BAbstractProcessBuilder. processType(ProcessType processType)Sets the process type for this. -
Uses of ProcessType in org.camunda.bpm.model.bpmn.impl.instance
Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ProcessType Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.attribute.Attribute<ProcessType>ProcessImpl. processTypeAttributeMethods in org.camunda.bpm.model.bpmn.impl.instance that return ProcessType Modifier and Type Method Description ProcessTypeProcessImpl. getProcessType()Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type ProcessType Modifier and Type Method Description voidProcessImpl. setProcessType(ProcessType processType) -
Uses of ProcessType in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return ProcessType Modifier and Type Method Description ProcessTypeProcess. getProcessType()Methods in org.camunda.bpm.model.bpmn.instance with parameters of type ProcessType Modifier and Type Method Description voidProcess. setProcessType(ProcessType processType)
-