Uses of Interface
com.atlassian.jira.security.roles.RoleActor

Packages that use RoleActor
com.atlassian.jira.mock   
com.atlassian.jira.rest.v2.issue.project   
com.atlassian.jira.security.roles   
com.atlassian.jira.security.roles.actor   
 

Uses of RoleActor in com.atlassian.jira.mock
 

Classes in com.atlassian.jira.mock that implement RoleActor
static class MockProjectRoleManager.MockRoleActor
           
 

Methods in com.atlassian.jira.mock that return types with arguments of type RoleActor
 Set<RoleActor> MockProjectRoleManager.MockRoleActorFactory.optimizeRoleActorSet(Set<RoleActor> roleActors)
           
 

Method parameters in com.atlassian.jira.mock with type arguments of type RoleActor
 Set<RoleActor> MockProjectRoleManager.MockRoleActorFactory.optimizeRoleActorSet(Set<RoleActor> roleActors)
           
 

Uses of RoleActor in com.atlassian.jira.rest.v2.issue.project
 

Methods in com.atlassian.jira.rest.v2.issue.project with parameters of type RoleActor
static RoleActorBean RoleActorBean.convert(RoleActor actor)
           
 

Uses of RoleActor in com.atlassian.jira.security.roles
 

Subinterfaces of RoleActor in com.atlassian.jira.security.roles
 interface ProjectRoleActor
          This is an abstraction that allows us to associate users with ProjectRoles for a project.
 

Classes in com.atlassian.jira.security.roles that implement RoleActor
 class MockGroupRoleActor
           
 class MockRoleActor
           
 class MockUserRoleActor
           
 

Methods in com.atlassian.jira.security.roles that return types with arguments of type RoleActor
 Set<RoleActor> DefaultRoleActorsImpl.getRoleActors()
           
 Set<RoleActor> DefaultRoleActors.getRoleActors()
           
 Set<RoleActor> DefaultRoleActorsImpl.getRoleActorsByType(String type)
           
 Set<RoleActor> DefaultRoleActors.getRoleActorsByType(String type)
           
 Set<RoleActor> RoleActorFactory.optimizeRoleActorSet(Set<RoleActor> 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 in com.atlassian.jira.security.roles with parameters of type RoleActor
 DefaultRoleActors DefaultRoleActorsImpl.addRoleActor(RoleActor roleActor)
           
 DefaultRoleActors ProjectRoleActorsImpl.addRoleActor(RoleActor roleActor)
           
 DefaultRoleActors DefaultRoleActors.addRoleActor(RoleActor roleActor)
          Add the RoleActor to the contained set of RoleActors and return a new DefaultRoleActors with the modified set
 int RoleActorComparator.compare(RoleActor o1, RoleActor o2)
           
 DefaultRoleActors DefaultRoleActorsImpl.removeRoleActor(RoleActor roleActor)
           
 DefaultRoleActors ProjectRoleActorsImpl.removeRoleActor(RoleActor roleActor)
           
 DefaultRoleActors DefaultRoleActors.removeRoleActor(RoleActor roleActor)
          Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified set
 

Method parameters in com.atlassian.jira.security.roles with type arguments of type RoleActor
 DefaultRoleActors DefaultRoleActorsImpl.addRoleActors(Collection<? extends RoleActor> roleActors)
           
 DefaultRoleActors ProjectRoleActorsImpl.addRoleActors(Collection<? extends RoleActor> roleActors)
           
 DefaultRoleActors DefaultRoleActors.addRoleActors(Collection<? extends RoleActor> roleActors)
          Add the collection of RoleActors to the contained set of RoleActors and return a new DefaultRoleActors with the modified set
 Set<RoleActor> RoleActorFactory.optimizeRoleActorSet(Set<RoleActor> 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.
 DefaultRoleActors DefaultRoleActorsImpl.removeRoleActors(Collection<? extends RoleActor> roleActors)
           
 DefaultRoleActors ProjectRoleActorsImpl.removeRoleActors(Collection<? extends RoleActor> roleActors)
           
 DefaultRoleActors DefaultRoleActors.removeRoleActors(Collection<? extends RoleActor> roleActors)
          Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified set
 

Constructors in com.atlassian.jira.security.roles with parameters of type RoleActor
DefaultRoleActorsImpl(Long projectRoleId, RoleActor roleActor)
          This will allow you to add a single role actor to the internal Set used for the role actors.
ProjectRoleActorsImpl(Long projectId, Long projectRoleId, RoleActor roleActor)
           
 

Constructor parameters in com.atlassian.jira.security.roles with type arguments of type RoleActor
DefaultRoleActorsImpl(Long projectRoleId, Set<? extends RoleActor> roleActors)
           
ProjectRoleActorsImpl(Long projectId, Long projectRoleId, Set<? extends RoleActor> roleActors)
           
 

Uses of RoleActor in com.atlassian.jira.security.roles.actor
 

Classes in com.atlassian.jira.security.roles.actor that implement RoleActor
 class AbstractRoleActor
          Base class for ProjectRoleActor implementations.
 class GroupRoleActorFactory.GroupRoleActor
           
 

Methods in com.atlassian.jira.security.roles.actor that return types with arguments of type RoleActor
 Set<RoleActor> UserRoleActorFactory.optimizeRoleActorSet(Set<RoleActor> roleActors)
           
 Set<RoleActor> GroupRoleActorFactory.optimizeRoleActorSet(Set<RoleActor> roleActors)
           
 

Method parameters in com.atlassian.jira.security.roles.actor with type arguments of type RoleActor
 Set<RoleActor> UserRoleActorFactory.optimizeRoleActorSet(Set<RoleActor> roleActors)
           
 Set<RoleActor> GroupRoleActorFactory.optimizeRoleActorSet(Set<RoleActor> roleActors)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.