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 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
 

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 © 2014 camunda services GmbH. All rights reserved.