public class UserRightsImpl extends Object implements UsersRights
UsersRights
.Constructor and Description |
---|
UserRightsImpl(WorkflowMember actor,
SaACLRights aclRights)
Literal constructor.
|
Modifier and Type | Method and Description |
---|---|
SaACLRights |
getRights()
This method returns the rights the given user has.
|
WorkflowMember |
getUser()
This method returns the user that has the specific rights.
|
public UserRightsImpl(WorkflowMember actor, SaACLRights aclRights)
actor
- The user that has the specific rightsaclRights
- The rights this user has.public WorkflowMember getUser()
UsersRights
getUser
in interface UsersRights
public SaACLRights getRights()
UsersRights
getRights
in interface UsersRights
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.