Package com.saperion.intf
Interface UsersRights
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
UserRightsImpl
public interface UsersRights extends java.io.SerializableThis class indicates that a specific user has specific rights.- Author:
- jsc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SaACLRightsgetRights()This method returns the rights the given user has.WorkflowMembergetUser()This method returns the user that has the specific rights.
-
-
-
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.
-
-