java.lang.Object | |
↳ | com.atlassian.jira.security.roles.PluginDelegatingRoleActorFactory |
Creator of RoleActor objects that have been registered dynamically.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create instance of the ProjectRoleActor representing a role actor stored in the database.
| |||||||||||
Find and return all role actors for the given user.
| |||||||||||
if RoleActors can be aggregated and queried in a more optimised way, then optimize the set to reduce its size so
we reduce the number of iterations across the set.
|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||
![]()
|
Create instance of the ProjectRoleActor representing a role actor stored in the database. In order to add a new role actor please pass a null id.
id | of the ProjectRoleActor |
---|---|
projectRoleId | of the ProjectRole associated with the actor. |
projectId | of the Project associated with the actor. |
type | of the actor which determines the implementation. |
parameter | saying with which exact entity is actor associated ie. group name, user name. |
Find and return all role actors for the given user.
user | for which actors will be obtained |
---|
if RoleActors can be aggregated and queried in a more optimised way, then optimize the set to reduce its size so we reduce the number of iterations across the set.
roleActors | a Set of RoleActor instances |
---|