Uses of Class
org.flowable.cmmn.model.Process
-
-
Uses of Process in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as Process Modifier and Type Field Description protected ProcessProcessTask. processFields in org.flowable.cmmn.model with type parameters of type Process Modifier and Type Field Description protected List<Process>CmmnModel. processesMethods in org.flowable.cmmn.model that return Process Modifier and Type Method Description ProcessProcessTask. getProcess()ProcessCmmnModel. getProcessById(String id)Methods in org.flowable.cmmn.model that return types with arguments of type Process Modifier and Type Method Description List<Process>CmmnModel. getProcesses()Methods in org.flowable.cmmn.model with parameters of type Process Modifier and Type Method Description voidCmmnModel. addProcess(Process process)voidProcessTask. setProcess(Process process)Method parameters in org.flowable.cmmn.model with type arguments of type Process Modifier and Type Method Description voidCmmnModel. setProcesses(List<Process> processes)
-