com.atlassian.jira.security.roles.actor
Class UserRoleActorFactory

java.lang.Object
  extended by com.atlassian.jira.security.roles.actor.UserRoleActorFactory
All Implemented Interfaces:
RoleActorFactory

public class UserRoleActorFactory
extends Object
implements RoleActorFactory


Field Summary
(package private)  ProjectManager projectManager
           
(package private)  ProjectRoleManager roleManager
           
static String TYPE
           
 
Constructor Summary
UserRoleActorFactory(ProjectRoleManager roleManager, ProjectManager projectManager)
           
 
Method Summary
 ProjectRoleActor createRoleActor(Long id, ProjectRole projectRole, Project project, String type, String parameter)
          Create instances of the ProjectRoleActor
 Set optimizeRoleActorSet(Set roleActors)
          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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values

roleManager

final ProjectRoleManager roleManager

projectManager

final ProjectManager projectManager
Constructor Detail

UserRoleActorFactory

public UserRoleActorFactory(ProjectRoleManager roleManager,
                            ProjectManager projectManager)
Method Detail

createRoleActor

public ProjectRoleActor createRoleActor(Long id,
                                        ProjectRole projectRole,
                                        Project project,
                                        String type,
                                        String parameter)
Description copied from interface: RoleActorFactory
Create instances of the ProjectRoleActor

Specified by:
createRoleActor in interface RoleActorFactory
Returns:

optimizeRoleActorSet

public Set optimizeRoleActorSet(Set roleActors)
Description copied from interface: RoleActorFactory
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.

Specified by:
optimizeRoleActorSet in interface RoleActorFactory
Parameters:
roleActors - a Set of RoleActor instances
Returns:
the optimized Set perhaps containing aggregations that can be queried more efficiently.


Copyright © 2002-2007 Atlassian. All Rights Reserved.