Package com.saperion.intf
Interface UsersRights
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
UserRightsImpl
This class indicates that a specific user has specific rights.
- Author:
- jsc
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the rights the given user has.getUser()
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.
-