Uses of Interface
org.camunda.bpm.model.bpmn.instance.Resource
-
Packages that use Resource Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Resource in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Resource Modifier and Type Class Description class
ResourceImpl
The BPMN resource elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Resource Modifier and Type Field Description protected static ElementReference<Resource,ResourceRef>
ResourceRoleImpl. resourceRefChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return Resource Modifier and Type Method Description Resource
ResourceRoleImpl. getResource()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Resource Modifier and Type Method Description void
ResourceRoleImpl. setResource(Resource resource)
-
Uses of Resource in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return Resource Modifier and Type Method Description Resource
ResourceRole. getResource()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Resource Modifier and Type Method Description void
ResourceRole. setResource(Resource resource)
-