Class CaseRoleAssignmentEvent


  • public class CaseRoleAssignmentEvent
    extends CaseEvent
    Represents occurrence of role assignment on a case operation
    • Constructor Detail

      • CaseRoleAssignmentEvent

        public CaseRoleAssignmentEvent​(String user,
                                       String caseId,
                                       CaseFileInstance caseFile,
                                       String role,
                                       org.kie.api.task.model.OrganizationalEntity entity)
    • Method Detail

      • getRole

        public String getRole()
        Returns name of the role that assignment is changed for
      • getEntity

        public org.kie.api.task.model.OrganizationalEntity getEntity()
        Returns organizational entity (user or group) that the assignment is changed for