Uses of Class
com.collabnet.ce.soap60.webservices.cemain.ProjectSoapDO
Packages that use ProjectSoapDO
-
Uses of ProjectSoapDO in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that return ProjectSoapDOModifier and TypeMethodDescriptionCollabNetSoap.createOrReplaceProjectTemplate
(String sessionId, String projectId, String title, String description, String[] contentChoices, String templateId) Creates or replaces a template from an existing projectCollabNetSoapMockStub.createOrReplaceProjectTemplate
(String sessionId, String projectId, String title, String description, String[] contentChoices, String templateId) Simulate a call to createOrReplaceProjectTemplateCollabNetSoapStub.createOrReplaceProjectTemplate
(String sessionId, String projectId, String title, String description, String[] contentChoices, String templateId) ICollabNetSoap.createOrReplaceProjectTemplate
(String sessionId, String projectId, String title, String description, String[] contentChoices, String templateId) Creates or replaces a template from an existing projectCollabNetSoap.createProject
(String sessionId, String name, String title, String description) Creates a project.CollabNetSoapMockStub.createProject
(String sessionId, String name, String title, String description) Simulate a call to createProjectCollabNetSoapStub.createProject
(String sessionId, String name, String title, String description) ICollabNetSoap.createProject
(String sessionId, String name, String title, String description) Creates a project.CollabNetSoap.createProjectFromTemplate
(String sessionId, String templateId, String name, String title, String description) Creates a project from template.CollabNetSoapMockStub.createProjectFromTemplate
(String sessionId, String templateId, String name, String title, String description) Simulate a call to createProjectFromTemplateCollabNetSoapStub.createProjectFromTemplate
(String sessionId, String templateId, String name, String title, String description) ICollabNetSoap.createProjectFromTemplate
(String sessionId, String templateId, String name, String title, String description) Creates a project from template.CollabNetSoap.getProjectByPath
(String sessionId, String projectPath) Gets the project data for a given project path.CollabNetSoapMockStub.getProjectByPath
(String sessionId, String projectPath) Simulate a call to getProjectByPathCollabNetSoapStub.getProjectByPath
(String sessionId, String projectPath) ICollabNetSoap.getProjectByPath
(String sessionId, String projectPath) Gets the project data for a given project path.CollabNetSoap.getProjectData
(String sessionId, String projectId) Gets a project object which includes the parent project ID, project hierarchy path and locked status flag.CollabNetSoapMockStub.getProjectData
(String sessionId, String projectId) Simulate a call to getProjectDataCollabNetSoapStub.getProjectData
(String sessionId, String projectId) ICollabNetSoap.getProjectData
(String sessionId, String projectId) Gets a project object which includes the parent project ID, project hierarchy path and locked status flag.CollabNetSoap.lockProject
(String sessionId, String projectId) Locks project.CollabNetSoapMockStub.lockProject
(String sessionId, String projectId) Simulate a call to lockProjectCollabNetSoapStub.lockProject
(String sessionId, String projectId) ICollabNetSoap.lockProject
(String sessionId, String projectId) Locks project.CollabNetSoap.unLockProject
(String sessionId, String projectId) Un-Locks project.CollabNetSoapMockStub.unLockProject
(String sessionId, String projectId) Simulate a call to unLockProjectCollabNetSoapStub.unLockProject
(String sessionId, String projectId) ICollabNetSoap.unLockProject
(String sessionId, String projectId) Un-Locks project.