Uses of Class
org.activiti.bpmn.model.Pool
-
Packages that use Pool Package Description org.activiti.bpmn.model -
-
Uses of Pool in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type Pool Modifier and Type Field Description protected java.util.List<Pool>BpmnModel. poolsMethods in org.activiti.bpmn.model that return Pool Modifier and Type Method Description PoolPool. clone()PoolBpmnModel. getPool(java.lang.String id)Methods in org.activiti.bpmn.model that return types with arguments of type Pool Modifier and Type Method Description java.util.List<Pool>BpmnModel. getPools()Methods in org.activiti.bpmn.model with parameters of type Pool Modifier and Type Method Description voidPool. setValues(Pool otherElement)Method parameters in org.activiti.bpmn.model with type arguments of type Pool Modifier and Type Method Description voidBpmnModel. setPools(java.util.List<Pool> pools)
-