Uses of Class
org.flowable.bpmn.model.Process
-
Packages that use Process Package Description org.flowable.bpmn.model -
-
Uses of Process in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model declared as Process Modifier and Type Field Description ProcessAssociationModel. parentProcessprotected ProcessLane. parentProcessFields in org.flowable.bpmn.model with type parameters of type Process Modifier and Type Field Description protected List<Process>BpmnModel. processesMethods in org.flowable.bpmn.model that return Process Modifier and Type Method Description ProcessProcess. clone()ProcessBpmnModel. getMainProcess()ProcessLane. getParentProcess()ProcessBpmnModel. getProcess(String poolRef)ProcessBpmnModel. getProcessById(String id)Methods in org.flowable.bpmn.model that return types with arguments of type Process Modifier and Type Method Description List<Process>BpmnModel. getProcesses()Methods in org.flowable.bpmn.model with parameters of type Process Modifier and Type Method Description voidBpmnModel. addProcess(Process process)voidLane. setParentProcess(Process parentProcess)voidProcess. setValues(Process otherElement)
-