Interface UsersRights

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    UserRightsImpl

    public interface UsersRights
    extends java.io.Serializable
    This class indicates that a specific user has specific rights.
    Author:
    jsc
    • Method Detail

      • getUser

        WorkflowMember getUser()
        This method returns the user that has the specific rights.
        Returns:
        the user that has the specific rights
      • getRights

        SaACLRights getRights()
        This method returns the rights the given user has.
        Returns:
        the rights the given user has.