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

Packages that use RemoteProjectRoleActors
com.atlassian.jira.rpc.soap   
com.atlassian.jira.rpc.soap.service   
 

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

Methods in com.atlassian.jira.rpc.soap that return RemoteProjectRoleActors
 RemoteProjectRoleActors JiraSoapServiceImpl.getProjectRoleActors(java.lang.String token, RemoteProjectRole projectRole, RemoteProject project)
           
 RemoteProjectRoleActors JiraSoapService.getProjectRoleActors(java.lang.String token, RemoteProjectRole projectRole, RemoteProject project)
           
 

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

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



Copyright © 2004-2011 Atlassian. All Rights Reserved.