Uses of Interface
org.camunda.bpm.model.bpmn.instance.ResourceRole
-
Packages that use ResourceRole Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of ResourceRole in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ResourceRole Modifier and Type Class Description class
HumanPerformerImpl
The BPMN humanPerformer elementclass
PerformerImpl
The BPMN performer elementclass
PotentialOwnerImpl
The BPMN potentialOwner elementclass
ResourceRoleImpl
The BPMN resourceRole elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ResourceRole Modifier and Type Field Description protected static ChildElementCollection<ResourceRole>
ActivityImpl. resourceRoleCollection
protected static ChildElementCollection<ResourceRole>
ProcessImpl. resourceRoleCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type ResourceRole Modifier and Type Method Description Collection<ResourceRole>
ActivityImpl. getResourceRoles()
Collection<ResourceRole>
ProcessImpl. getResourceRoles()
-
Uses of ResourceRole in org.camunda.bpm.model.bpmn.instance
Subinterfaces of ResourceRole in org.camunda.bpm.model.bpmn.instance Modifier and Type Interface Description interface
HumanPerformer
The BPMN humanPerformer elementinterface
Performer
The BPMN performer elementinterface
PotentialOwner
The BPMN potentialOwner elementMethods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type ResourceRole Modifier and Type Method Description Collection<ResourceRole>
Activity. getResourceRoles()
Collection<ResourceRole>
Process. getResourceRoles()
-