Uses of Interface
org.camunda.bpm.model.cmmn.instance.Process
-
Packages that use Process Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of Process in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Process Modifier and Type Class Description class
ProcessImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Process Modifier and Type Field Description protected static ChildElementCollection<Process>
DefinitionsImpl. processCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Process Modifier and Type Method Description Collection<Process>
DefinitionsImpl. getProcesses()
-
Uses of Process in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Process Modifier and Type Method Description Collection<Process>
Definitions. getProcesses()
-