Uses of Interface
org.camunda.bpm.model.bpmn.instance.Process
-
Packages that use Process Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Process in org.camunda.bpm.model.bpmn.builder
Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type Process Constructor Description AbstractProcessBuilder(BpmnModelInstance modelInstance, Process element, Class<?> selfType)
ProcessBuilder(BpmnModelInstance modelInstance, Process process)
-
Uses of Process in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Process Modifier and Type Class Description class
ProcessImpl
The BPMN process elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Process Modifier and Type Field Description protected static AttributeReference<Process>
ParticipantImpl. processRefAttribute
protected static ElementReferenceCollection<Process,Supports>
ProcessImpl. supportsCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return Process Modifier and Type Method Description Process
ParticipantImpl. getProcess()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Process Modifier and Type Method Description Collection<Process>
ProcessImpl. getSupports()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Process Modifier and Type Method Description void
ParticipantImpl. setProcess(Process process)
-
Uses of Process in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return Process Modifier and Type Method Description Process
Participant. getProcess()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Process Modifier and Type Method Description Collection<Process>
Process. getSupports()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Process Modifier and Type Method Description void
Participant. setProcess(Process process)
-