Uses of Interface
org.camunda.bpm.model.bpmn.instance.ResourceRole

Packages that use ResourceRole
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
 class HumanPerformerImpl
          The BPMN humanPerformer element
 class PerformerImpl
          The BPMN performer element
 class PotentialOwnerImpl
          The BPMN potentialOwner element
 class ResourceRoleImpl
          The BPMN resourceRole element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ResourceRole
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ResourceRole> ActivityImpl.resourceRoleCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ResourceRole> ProcessImpl.resourceRoleCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type ResourceRole
 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
 interface HumanPerformer
          The BPMN humanPerformer element
 interface Performer
          The BPMN performer element
 interface PotentialOwner
          The BPMN potentialOwner element
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type ResourceRole
 Collection<ResourceRole> Activity.getResourceRoles()
           
 Collection<ResourceRole> Process.getResourceRoles()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.