Class InterestedUser

    • Constructor Detail

      • InterestedUser

        protected InterestedUser()
        Default Constructor
    • Method Detail

      • getRole

        public String getRole()
        Get role name under which user can access to this instance
        Returns:
        role name
      • setRole

        public void setRole​(String role)
        Set role name for which user is affected
        Parameters:
        role - role name
      • getState

        public String getState()
        Get state name for which user can access to this instance
        Returns:
        state name
      • setState

        public void setState​(String state)
        Set state name for which user can access to this instance
        Parameters:
        state - state name
      • getUserId

        public String getUserId()
        Get the user id
        Returns:
        user id
      • setUserId

        public void setUserId​(String userId)
        Set the user id
        Parameters:
        userId - user id
      • getUsersRole

        public String getUsersRole()
        Get the user role
        Returns:
        user role name
      • setUsersRole

        public void setUsersRole​(String usersRole)
        Set the user role
        Parameters:
        usersRole - role
      • getGroupId

        public String getGroupId()
      • setGroupId

        public void setGroupId​(String groupId)
      • getProcessInstance

        public ProcessInstanceImpl getProcessInstance()
        Get the instance to which user is interested
        Returns:
        instance
      • setProcessInstance

        public void setProcessInstance​(ProcessInstanceImpl processInstance)
        Set the instance to which user is interested
        Parameters:
        processInstance - instance
      • getKey

        public String getKey()