Interface UsersRights

All Superinterfaces:
Serializable
All Known Implementing Classes:
UserRightsImpl

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

    Modifier and Type
    Method
    Description
    This method returns the rights the given user has.
    This method returns the user that has the specific rights.
  • Method Details

    • 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.