Interface CaseRoleInstance
-
- All Known Implementing Classes:
CaseRoleInstanceImpl
public interface CaseRoleInstance
Defines single role instance with currently available assignments. There is single CaseRoleInstance per role and case instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<org.kie.api.task.model.OrganizationalEntity>
getRoleAssignments()
Returns collection of assignments for this case role instance.String
getRoleName()
Returns case role name this instance is associated with.
-
-
-
Method Detail
-
getRoleName
String getRoleName()
Returns case role name this instance is associated with.- Returns:
-
getRoleAssignments
Collection<org.kie.api.task.model.OrganizationalEntity> getRoleAssignments()
Returns collection of assignments for this case role instance.- Returns:
-
-