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