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(java.lang.String token, RemoteProjectRole projectRole)
           
 RemoteRoleActors JiraSoapService.getDefaultRoleActors(java.lang.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(com.atlassian.crowd.embedded.api.User currentUser, RemoteProjectRole projectRole)
           
 RemoteRoleActors ProjectRoleService.getDefaultRoleActors(com.atlassian.crowd.embedded.api.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-2011 Atlassian. All Rights Reserved.