com.atlassian.jira.security.roles.RoleActor |
![]()
AbstractRoleActor,
GroupRoleActorFactory.GroupRoleActor,
MockGroupRoleActor,
MockProjectRoleManager.MockRoleActor,
MockRoleActor,
MockUserRoleActor,
ProjectRoleActor
|
This is an abstraction that allows us to associate users with ProjectRoles.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Does this RoleActor contain the specified user.
| |||||||||||
Returns a pretty viewable representation of the contents of the RoleActor
(e.g.
| |||||||||||
Returns the id for the Role Actor
| |||||||||||
Returns the string that identifies the target of this role actor (ex.
| |||||||||||
This will get the ProjectRole that this RoleActor belongs to.
| |||||||||||
Returns a string that identifies the implementation type.
| |||||||||||
Will provide a Set of users encapsulated by this RoleActor.
| |||||||||||
Whether this Role Actor entity is active or not;
|
Does this RoleActor contain the specified user.
user | the user to check if they are contained |
---|
Returns a pretty viewable representation of the contents of the RoleActor (e.g. if a UserRoleActor, then their full name, James Brown, if a GroupRoleActor, then the name of the group, Business Analysts). NOTE that the returned value is used in RoleActorComparator for sorting.
Returns the string that identifies the target of this role actor (ex. if you are a group role actor, then this will be the unique identifier of the group, the group name).
This will get the ProjectRole that this RoleActor belongs to.
Returns a string that identifies the implementation type. This allows us to group common types.
Will provide a Set of users encapsulated by this RoleActor.
Whether this Role Actor entity is active or not;