Uses of Class
com.atlassian.jira.security.roles.RoleActorDoesNotExistException

Packages that use RoleActorDoesNotExistException
com.atlassian.jira.mock   
com.atlassian.jira.security.roles   
com.atlassian.jira.security.roles.actor   
 

Uses of RoleActorDoesNotExistException in com.atlassian.jira.mock
 

Methods in com.atlassian.jira.mock that throw RoleActorDoesNotExistException
 ProjectRoleActor MockProjectRoleManager.MockRoleActorFactory.createRoleActor(Long id, Long projectRoleId, Long projectId, String type, String parameter)
           
 void MockProjectRoleManager.MockRoleActor.setParameter(String parameter)
           
 

Constructors in com.atlassian.jira.mock that throw RoleActorDoesNotExistException
MockProjectRoleManager.MockRoleActor(Long id, Long projectRoleId, Long projectId, Set<com.atlassian.crowd.embedded.api.User> users, String type, String parameter)
           
 

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

Methods in com.atlassian.jira.security.roles that throw RoleActorDoesNotExistException
 ProjectRoleActor PluginDelegatingRoleActorFactory.createRoleActor(Long id, Long projectRoleId, Long projectId, String type, String parameter)
           
 ProjectRoleActor RoleActorFactory.createRoleActor(Long id, Long projectRoleId, Long projectId, String type, String parameter)
          Create instances of the ProjectRoleActor
 

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

Methods in com.atlassian.jira.security.roles.actor that throw RoleActorDoesNotExistException
 ProjectRoleActor GroupRoleActorFactory.createRoleActor(Long id, Long projectRoleId, Long projectId, String type, String groupName)
           
 ProjectRoleActor UserRoleActorFactory.createRoleActor(Long id, Long projectRoleId, Long projectId, String type, String parameter)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.