Uses of Class
com.atlassian.jira.rpc.soap.beans.RemoteRoleActors

Packages that use RemoteRoleActors
com.atlassian.jira.rpc.soap   
com.atlassian.jira.rpc.soap.beans   
com.atlassian.jira.rpc.soap.service   
 

Uses of RemoteRoleActors in com.atlassian.jira.rpc.soap
 

Methods in com.atlassian.jira.rpc.soap that return RemoteRoleActors
 RemoteRoleActors JiraSoapServiceImpl.getDefaultRoleActors(String token, RemoteProjectRole projectRole)
           
 RemoteRoleActors JiraSoapService.getDefaultRoleActors(String token, RemoteProjectRole projectRole)
           
 

Uses of RemoteRoleActors in com.atlassian.jira.rpc.soap.beans
 

Subclasses of RemoteRoleActors in com.atlassian.jira.rpc.soap.beans
 class RemoteProjectRoleActors
          Remote version of @see com.atlassian.jira.security.roles.ProjectRoleActors
 

Uses of RemoteRoleActors in com.atlassian.jira.rpc.soap.service
 

Methods in com.atlassian.jira.rpc.soap.service that return RemoteRoleActors
 RemoteRoleActors ProjectRoleServiceImpl.getDefaultRoleActors(User currentUser, RemoteProjectRole projectRole)
           
 RemoteRoleActors ProjectRoleService.getDefaultRoleActors(User currentUser, RemoteProjectRole projectRole)
          Will return the project role actors based off the passed in projectRole checking the currentUser has the correct permissions to perform the get operation.
 



Copyright © 2004-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.