Uses of Class
com.atlassian.jira.rpc.soap.client.RemoteProjectRole

Packages that use RemoteProjectRole
com.atlassian.jira.rpc.soap.client   
 

Uses of RemoteProjectRole in com.atlassian.jira.rpc.soap.client
 

Methods in com.atlassian.jira.rpc.soap.client that return RemoteProjectRole
 RemoteProjectRole JirasoapserviceV2SoapBindingStub.createProjectRole(java.lang.String in0, RemoteProjectRole in1)
           
 RemoteProjectRole JiraSoapService.createProjectRole(java.lang.String in0, RemoteProjectRole in1)
           
 RemoteProjectRole RemoteRoleActor.getProjectRole()
          Gets the projectRole value for this RemoteRoleActor.
 RemoteProjectRole RemoteRoleActors.getProjectRole()
          Gets the projectRole value for this RemoteRoleActors.
 RemoteProjectRole JirasoapserviceV2SoapBindingStub.getProjectRole(java.lang.String in0, long in1)
           
 RemoteProjectRole JiraSoapService.getProjectRole(java.lang.String in0, long in1)
           
 RemoteProjectRole[] JirasoapserviceV2SoapBindingStub.getProjectRoles(java.lang.String in0)
           
 RemoteProjectRole[] JiraSoapService.getProjectRoles(java.lang.String in0)
           
 

Methods in com.atlassian.jira.rpc.soap.client with parameters of type RemoteProjectRole
 void JirasoapserviceV2SoapBindingStub.addActorsToProjectRole(java.lang.String in0, java.lang.String[] in1, RemoteProjectRole in2, RemoteProject in3, java.lang.String in4)
           
 void JiraSoapService.addActorsToProjectRole(java.lang.String in0, java.lang.String[] in1, RemoteProjectRole in2, RemoteProject in3, java.lang.String in4)
           
 void JirasoapserviceV2SoapBindingStub.addDefaultActorsToProjectRole(java.lang.String in0, java.lang.String[] in1, RemoteProjectRole in2, java.lang.String in3)
           
 void JiraSoapService.addDefaultActorsToProjectRole(java.lang.String in0, java.lang.String[] in1, RemoteProjectRole in2, java.lang.String in3)
           
 RemoteProjectRole JirasoapserviceV2SoapBindingStub.createProjectRole(java.lang.String in0, RemoteProjectRole in1)
           
 RemoteProjectRole JiraSoapService.createProjectRole(java.lang.String in0, RemoteProjectRole in1)
           
 void JirasoapserviceV2SoapBindingStub.deleteProjectRole(java.lang.String in0, RemoteProjectRole in1, boolean in2)
           
 void JiraSoapService.deleteProjectRole(java.lang.String in0, RemoteProjectRole in1, boolean in2)
           
 RemoteScheme[] JirasoapserviceV2SoapBindingStub.getAssociatedNotificationSchemes(java.lang.String in0, RemoteProjectRole in1)
           
 RemoteScheme[] JiraSoapService.getAssociatedNotificationSchemes(java.lang.String in0, RemoteProjectRole in1)
           
 RemoteScheme[] JirasoapserviceV2SoapBindingStub.getAssociatedPermissionSchemes(java.lang.String in0, RemoteProjectRole in1)
           
 RemoteScheme[] JiraSoapService.getAssociatedPermissionSchemes(java.lang.String in0, RemoteProjectRole in1)
           
 RemoteRoleActors JirasoapserviceV2SoapBindingStub.getDefaultRoleActors(java.lang.String in0, RemoteProjectRole in1)
           
 RemoteRoleActors JiraSoapService.getDefaultRoleActors(java.lang.String in0, RemoteProjectRole in1)
           
 RemoteProjectRoleActors JirasoapserviceV2SoapBindingStub.getProjectRoleActors(java.lang.String in0, RemoteProjectRole in1, RemoteProject in2)
           
 RemoteProjectRoleActors JiraSoapService.getProjectRoleActors(java.lang.String in0, RemoteProjectRole in1, RemoteProject in2)
           
 void JirasoapserviceV2SoapBindingStub.removeActorsFromProjectRole(java.lang.String in0, java.lang.String[] in1, RemoteProjectRole in2, RemoteProject in3, java.lang.String in4)
           
 void JiraSoapService.removeActorsFromProjectRole(java.lang.String in0, java.lang.String[] in1, RemoteProjectRole in2, RemoteProject in3, java.lang.String in4)
           
 void JirasoapserviceV2SoapBindingStub.removeDefaultActorsFromProjectRole(java.lang.String in0, java.lang.String[] in1, RemoteProjectRole in2, java.lang.String in3)
           
 void JiraSoapService.removeDefaultActorsFromProjectRole(java.lang.String in0, java.lang.String[] in1, RemoteProjectRole in2, java.lang.String in3)
           
 void RemoteRoleActor.setProjectRole(RemoteProjectRole projectRole)
          Sets the projectRole value for this RemoteRoleActor.
 void RemoteRoleActors.setProjectRole(RemoteProjectRole projectRole)
          Sets the projectRole value for this RemoteRoleActors.
 void JirasoapserviceV2SoapBindingStub.updateProjectRole(java.lang.String in0, RemoteProjectRole in1)
           
 void JiraSoapService.updateProjectRole(java.lang.String in0, RemoteProjectRole in1)
           
 

Constructors in com.atlassian.jira.rpc.soap.client with parameters of type RemoteProjectRole
RemoteProjectRoleActors(RemoteProjectRole projectRole, RemoteRoleActor[] roleActors, RemoteUser[] users, RemoteProject project)
           
RemoteRoleActor(java.lang.String descriptor, java.lang.String parameter, RemoteProjectRole projectRole, java.lang.String type, RemoteUser[] users)
           
RemoteRoleActors(RemoteProjectRole projectRole, RemoteRoleActor[] roleActors, RemoteUser[] users)
           
 



Copyright © 2009-2011 Eagle-I. All Rights Reserved.