| java.lang.Object | |
| ↳ | com.atlassian.jira.mock.MockProjectRoleManager.MockRoleActorFactory |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create instances of the ProjectRoleActor
| |||||||||||
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 | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.jira.security.roles.RoleActorFactory
| |||||||||||||||
Create instances of the ProjectRoleActor
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 |
|---|

