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