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

Packages that use RemoteProject
com.atlassian.jira.rpc.soap   
com.atlassian.jira.rpc.soap.beans   
com.atlassian.jira.rpc.soap.service   
com.atlassian.jira.rpc.soap.util   
 

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

Methods in com.atlassian.jira.rpc.soap that return RemoteProject
 RemoteProject JiraSoapServiceImpl.createProject(java.lang.String token, java.lang.String key, java.lang.String name, java.lang.String description, java.lang.String url, java.lang.String lead, RemotePermissionScheme permissionScheme, RemoteScheme notificationScheme, RemoteScheme issueSecurityScheme)
           
 RemoteProject JiraSoapService.createProject(java.lang.String token, java.lang.String key, java.lang.String name, java.lang.String description, java.lang.String url, java.lang.String lead, RemotePermissionScheme permissionScheme, RemoteScheme notificationScheme, RemoteScheme issueSecurityScheme)
          Creates a project based on the passed in details.
 RemoteProject JiraSoapServiceImpl.createProjectFromObject(java.lang.String token, RemoteProject rproject)
           
 RemoteProject JiraSoapService.createProjectFromObject(java.lang.String token, RemoteProject rproject)
          Creates a project based on the passed in details.
 RemoteProject JiraSoapServiceImpl.getProjectById(java.lang.String token, java.lang.Long projectId)
           
 RemoteProject JiraSoapService.getProjectById(java.lang.String token, java.lang.Long projectId)
          Returns the Project with the matching id (if the user has permission to browse it).
 RemoteProject JiraSoapServiceImpl.getProjectByKey(java.lang.String token, java.lang.String projectKey)
           
 RemoteProject JiraSoapService.getProjectByKey(java.lang.String token, java.lang.String projectKey)
          Returns the Project with the matching key (if the user has permission to browse it).
 RemoteProject[] JiraSoapServiceImpl.getProjectsNoSchemes(java.lang.String token)
           
 RemoteProject[] JiraSoapService.getProjectsNoSchemes(java.lang.String token)
          Returns an array of all the Projects defined in JIRA.
 RemoteProject JiraSoapServiceImpl.getProjectWithSchemesById(java.lang.String token, java.lang.Long projectId)
           
 RemoteProject JiraSoapService.getProjectWithSchemesById(java.lang.String token, java.lang.Long projectId)
          Returns the Project with the matching id (if the user has permission to browse it) with notification, issue security and permission schemes attached.
 RemoteProject JiraSoapServiceImpl.updateProject(java.lang.String token, RemoteProject rProject)
           
 RemoteProject JiraSoapService.updateProject(java.lang.String token, RemoteProject rProject)
          Updates a project based on the passed in details.
 

Methods in com.atlassian.jira.rpc.soap with parameters of type RemoteProject
 void JiraSoapServiceImpl.addActorsToProjectRole(java.lang.String token, java.lang.String[] actors, RemoteProjectRole projectRole, RemoteProject project, java.lang.String actorType)
           
 void JiraSoapService.addActorsToProjectRole(java.lang.String token, java.lang.String[] actors, RemoteProjectRole projectRole, RemoteProject project, java.lang.String actorType)
           
 RemoteProject JiraSoapServiceImpl.createProjectFromObject(java.lang.String token, RemoteProject rproject)
           
 RemoteProject JiraSoapService.createProjectFromObject(java.lang.String token, RemoteProject rproject)
          Creates a project based on the passed in details.
 RemoteProjectRoleActors JiraSoapServiceImpl.getProjectRoleActors(java.lang.String token, RemoteProjectRole projectRole, RemoteProject project)
           
 RemoteProjectRoleActors JiraSoapService.getProjectRoleActors(java.lang.String token, RemoteProjectRole projectRole, RemoteProject project)
           
 void JiraSoapServiceImpl.removeActorsFromProjectRole(java.lang.String token, java.lang.String[] actors, RemoteProjectRole projectRole, RemoteProject project, java.lang.String actorType)
           
 void JiraSoapService.removeActorsFromProjectRole(java.lang.String token, java.lang.String[] actors, RemoteProjectRole projectRole, RemoteProject project, java.lang.String actorType)
           
 void JiraSoapServiceImpl.removeAllRoleActorsByProject(java.lang.String token, RemoteProject project)
           
 void JiraSoapService.removeAllRoleActorsByProject(java.lang.String token, RemoteProject project)
           
 RemoteProject JiraSoapServiceImpl.updateProject(java.lang.String token, RemoteProject rProject)
           
 RemoteProject JiraSoapService.updateProject(java.lang.String token, RemoteProject rProject)
          Updates a project based on the passed in details.
 

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

Methods in com.atlassian.jira.rpc.soap.beans that return RemoteProject
 RemoteProject RemoteProjectRoleActors.getProject()
           
 

Constructors in com.atlassian.jira.rpc.soap.beans with parameters of type RemoteProject
RemoteProjectRoleActors(RemoteProject project, RemoteProjectRole projectRole, RemoteRoleActor[] roleActors)
           
 

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

Methods in com.atlassian.jira.rpc.soap.service that return RemoteProject
 RemoteProject ProjectService.createProject(com.atlassian.crowd.embedded.api.User user, RemoteProject rProject)
           
 RemoteProject ProjectServiceImpl.createProject(com.atlassian.crowd.embedded.api.User user, RemoteProject rProject)
           
 RemoteProject ProjectService.createProject(com.atlassian.crowd.embedded.api.User user, java.lang.String key, java.lang.String name, java.lang.String description, java.lang.String url, java.lang.String lead, RemotePermissionScheme permissionScheme, RemoteScheme notificationScheme, RemoteScheme issueSecurityScheme)
           
 RemoteProject ProjectServiceImpl.createProject(com.atlassian.crowd.embedded.api.User user, java.lang.String key, java.lang.String name, java.lang.String description, java.lang.String url, java.lang.String lead, RemotePermissionScheme permissionScheme, RemoteScheme notificationScheme, RemoteScheme issueSecurityScheme)
           
 RemoteProject ProjectService.getProjectById(com.atlassian.crowd.embedded.api.User user, java.lang.Long projectId)
          Returns the Project with the matching id (if the user has permission to browse it).
 RemoteProject ProjectServiceImpl.getProjectById(com.atlassian.crowd.embedded.api.User user, java.lang.Long projectId)
           
 RemoteProject ProjectService.getProjectByKey(com.atlassian.crowd.embedded.api.User user, java.lang.String projectKey)
          Returns the Project with the matching key (if the user has permission to browse it).
 RemoteProject ProjectServiceImpl.getProjectByKey(com.atlassian.crowd.embedded.api.User user, java.lang.String projectKey)
           
 RemoteProject[] ProjectService.getProjects(com.atlassian.crowd.embedded.api.User user, boolean addSchemes)
           
 RemoteProject[] ProjectServiceImpl.getProjects(com.atlassian.crowd.embedded.api.User user, boolean addSchemes)
           
 RemoteProject ProjectService.getProjectWithSchemesById(com.atlassian.crowd.embedded.api.User user, java.lang.Long projectId)
          Returns the project with the matching id (if the user has permission to browse it) with notification, issue security and permission schemes attached.
 RemoteProject ProjectServiceImpl.getProjectWithSchemesById(com.atlassian.crowd.embedded.api.User user, java.lang.Long projectId)
           
 RemoteProject ProjectService.updateProject(com.atlassian.crowd.embedded.api.User user, RemoteProject rProject)
           
 RemoteProject ProjectServiceImpl.updateProject(com.atlassian.crowd.embedded.api.User user, RemoteProject rProject)
           
 

Methods in com.atlassian.jira.rpc.soap.service with parameters of type RemoteProject
 void ProjectRoleServiceImpl.addActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser, java.lang.String[] actors, RemoteProjectRole projectRole, RemoteProject project, java.lang.String actorType)
           
 void ProjectRoleService.addActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser, java.lang.String[] actors, RemoteProjectRole projectRole, RemoteProject project, java.lang.String actorType)
          Will add project role actor associations based off the passed in actors and checking the currentUser has the correct permissions to perform the update operation.
 RemoteProject ProjectService.createProject(com.atlassian.crowd.embedded.api.User user, RemoteProject rProject)
           
 RemoteProject ProjectServiceImpl.createProject(com.atlassian.crowd.embedded.api.User user, RemoteProject rProject)
           
 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.
 void ProjectRoleServiceImpl.removeActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser, java.lang.String[] actors, RemoteProjectRole projectRole, RemoteProject project, java.lang.String actorType)
           
 void ProjectRoleService.removeActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser, java.lang.String[] actors, RemoteProjectRole projectRole, RemoteProject project, java.lang.String actorType)
          Will remove project role actor associations based off the passed in actors and checking the currentUser has the correct permissions to perform the update operation.
 void ProjectRoleServiceImpl.removeAllRoleActorsByProject(com.atlassian.crowd.embedded.api.User currentUser, RemoteProject project)
           
 void ProjectRoleService.removeAllRoleActorsByProject(com.atlassian.crowd.embedded.api.User currentUser, RemoteProject project)
          Will remove all role actors associated with the specified project.
 RemoteProject ProjectService.updateProject(com.atlassian.crowd.embedded.api.User user, RemoteProject rProject)
           
 RemoteProject ProjectServiceImpl.updateProject(com.atlassian.crowd.embedded.api.User user, RemoteProject rProject)
           
 

Uses of RemoteProject in com.atlassian.jira.rpc.soap.util
 

Methods in com.atlassian.jira.rpc.soap.util that return RemoteProject
static RemoteProject[] SoapUtils.getProjects(java.util.Collection projects, com.atlassian.jira.config.properties.ApplicationProperties applicationProperties)
           
 



Copyright © 2004-2011 Atlassian. All Rights Reserved.