Uses of Class
org.activiti.bpmn.model.Resource
-
Packages that use Resource Package Description org.activiti.bpmn.model -
-
Uses of Resource in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type Resource Modifier and Type Field Description protected java.util.List<Resource>BpmnModel. resourcesMethods in org.activiti.bpmn.model that return Resource Modifier and Type Method Description ResourceBpmnModel. getResource(java.lang.String id)Methods in org.activiti.bpmn.model that return types with arguments of type Resource Modifier and Type Method Description java.util.Collection<Resource>BpmnModel. getResources()Methods in org.activiti.bpmn.model with parameters of type Resource Modifier and Type Method Description voidBpmnModel. addResource(Resource resource)Method parameters in org.activiti.bpmn.model with type arguments of type Resource Modifier and Type Method Description voidBpmnModel. setResources(java.util.Collection<Resource> resourceList)
-