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