Uses of Interface
org.camunda.bpm.model.cmmn.instance.Role
-
Packages that use Role Package Description 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 Modifier and Type Class Description class
CaseRoleImpl
class
RoleImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Role Modifier and Type Field Description protected static AttributeReferenceCollection<Role>
TableItemImpl. authorizedRoleRefCollection
protected static AttributeReferenceCollection<Role>
UserEventListenerImpl. authorizedRoleRefCollection
protected static AttributeReference<Role>
HumanTaskImpl. performerRefAttribute
protected static ChildElementCollection<Role>
CaseRolesImpl. roleCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return Role Modifier and Type Method Description Role
HumanTaskImpl. getPerformer()
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Role Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Interface Description interface
CaseRole
Methods in org.camunda.bpm.model.cmmn.instance that return Role Modifier and Type Method Description Role
HumanTask. getPerformer()
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Role Modifier and Type Method Description 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 Modifier and Type Method Description void
HumanTask. setPerformer(Role performerRef)
-