Uses of Interface
org.camunda.bpm.model.cmmn.instance.Role

Packages that use Role
org.camunda.bpm.model.cmmn.impl.instance   
org.camunda.bpm.model.cmmn.instance   
 

Uses of Role in org.camunda.bpm.model.cmmn.impl.instance
 

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Role
 class CaseRoleImpl
           
 class RoleImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Role
protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Role> TableItemImpl.authorizedRoleRefCollection
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Role> UserEventListenerImpl.authorizedRoleRefCollection
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Role> HumanTaskImpl.performerRefAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Role> CaseRolesImpl.roleCollection
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return Role
 Role HumanTaskImpl.getPerformer()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Role
 Collection<Role> TableItemImpl.getAuthorizedRoles()
           
 Collection<Role> UserEventListenerImpl.getAuthorizedRoles()
           
 Collection<Role> CaseRolesImpl.getRoles()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type Role
 void HumanTaskImpl.setPerformer(Role performer)
           
 

Uses of Role in org.camunda.bpm.model.cmmn.instance
 

Subinterfaces of Role in org.camunda.bpm.model.cmmn.instance
 interface CaseRole
           
 

Methods in org.camunda.bpm.model.cmmn.instance that return Role
 Role HumanTask.getPerformer()
           
 

Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Role
 Collection<Role> TableItem.getAuthorizedRoles()
           
 Collection<Role> UserEventListener.getAuthorizedRoles()
           
 Collection<Role> CaseRoles.getRoles()
           
 

Methods in org.camunda.bpm.model.cmmn.instance with parameters of type Role
 void HumanTask.setPerformer(Role performerRef)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.