Uses of Class
com.collabnet.ce.soap60.webservices.cemain.ProjectSoapList
Packages that use ProjectSoapList
Package
Description
-
Uses of ProjectSoapList in com.collabnet.ce.soap60.webservices.categorization
Methods in com.collabnet.ce.soap60.webservices.categorization that return ProjectSoapListModifier and TypeMethodDescriptionCategorizationAppSoap.getCategoryProjects
(String sessionId, String categoryId, boolean includeSubcategories) Gets list of projects in the specified category and, if requested, subcategoriesCategorizationAppSoapMockStub.getCategoryProjects
(String sessionId, String categoryId, boolean includeSubcategories) Simulate a call to getCategoryProjectsCategorizationAppSoapStub.getCategoryProjects
(String sessionId, String categoryId, boolean includeSubcategories) ICategorizationAppSoap.getCategoryProjects
(String sessionId, String categoryId, boolean includeSubcategories) Gets list of projects in the specified category and, if requested, subcategoriesCategorizationAppSoap.getUncategorizedProjects
(String sessionId) Gets list of projects that have not been categorizedCategorizationAppSoapMockStub.getUncategorizedProjects
(String sessionId) Simulate a call to getUncategorizedProjectsCategorizationAppSoapStub.getUncategorizedProjects
(String sessionId) ICategorizationAppSoap.getUncategorizedProjects
(String sessionId) Gets list of projects that have not been categorized -
Uses of ProjectSoapList in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that return ProjectSoapListModifier and TypeMethodDescriptionCollabNetSoap.findProjects
(String sessionId, String queryString) Finds a list of projects matching a search string.CollabNetSoapMockStub.findProjects
(String sessionId, String queryString) Simulate a call to findProjectsCollabNetSoapStub.findProjects
(String sessionId, String queryString) ICollabNetSoap.findProjects
(String sessionId, String queryString) Finds a list of projects matching a search string.CollabNetSoap.getMemberProjectsForProjectGroup
(String sessionId, String projectGroupId) Gets the Project List for project group.CollabNetSoapMockStub.getMemberProjectsForProjectGroup
(String sessionId, String projectGroupId) Simulate a call to getMemberProjectsForProjectGroupCollabNetSoapStub.getMemberProjectsForProjectGroup
(String sessionId, String projectGroupId) ICollabNetSoap.getMemberProjectsForProjectGroup
(String sessionId, String projectGroupId) Gets the Project List for project group.CollabNetSoap.getProjectList
(String sessionId, boolean fetchHierarchyPath) Returns a list of all projects visible to the user.CollabNetSoapMockStub.getProjectList
(String sessionId, boolean fetchHierarchyPath) Simulate a call to getProjectListCollabNetSoapStub.getProjectList
(String sessionId, boolean fetchHierarchyPath) ICollabNetSoap.getProjectList
(String sessionId, boolean fetchHierarchyPath) Returns a list of all projects visible to the user.CollabNetSoap.getProjectListForUser
(String sessionId, String username, boolean fetchHierarchyPath, boolean includeGroupMembership) Returns a list of projects the user passed as parameter is a member of (the list contains only the projects that the soap caller has the right to see).CollabNetSoapMockStub.getProjectListForUser
(String sessionId, String username, boolean fetchHierarchyPath, boolean includeGroupMembership) Simulate a call to getProjectListForUserCollabNetSoapStub.getProjectListForUser
(String sessionId, String username, boolean fetchHierarchyPath, boolean includeGroupMembership) ICollabNetSoap.getProjectListForUser
(String sessionId, String username, boolean fetchHierarchyPath, boolean includeGroupMembership) Returns a list of projectsCollabNetSoap.getSubprojectList
(String sessionId, String projectId, boolean fetchHierarchyPath) Returns a list of the immediate sub projects of a project.CollabNetSoapMockStub.getSubprojectList
(String sessionId, String projectId, boolean fetchHierarchyPath) Simulate a call to getSubprojectListCollabNetSoapStub.getSubprojectList
(String sessionId, String projectId, boolean fetchHierarchyPath) ICollabNetSoap.getSubprojectList
(String sessionId, String projectId, boolean fetchHierarchyPath) Returns a list of the immediate sub projects of a project.CollabNetSoap.listTemplates
(String sessionId) Lists project templates within the installation.CollabNetSoapMockStub.listTemplates
(String sessionId) Simulate a call to listTemplatesCollabNetSoapStub.listTemplates
(String sessionId) ICollabNetSoap.listTemplates
(String sessionId) Lists project templates within the installation. -
Uses of ProjectSoapList in com.collabnet.ce.soap60.webservices.rbac
Methods in com.collabnet.ce.soap60.webservices.rbac that return ProjectSoapListModifier and TypeMethodDescriptionIRbacAppSoap.getProjectsForAction
(String sessionId, String operationString, String userName) Gets the list of all projects in which the given user has given permission.RbacAppSoap.getProjectsForAction
(String sessionId, String operationString, String userName) Gets the list of all projects in which the given user has given permission.RbacAppSoapMockStub.getProjectsForAction
(String sessionId, String operationString, String userName) Simulate a call to getProjectsForActionRbacAppSoapStub.getProjectsForAction
(String sessionId, String operationString, String userName)