Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.categorization | |
com.collabnet.ce.soap60.webservices.cemain | |
com.collabnet.ce.soap60.webservices.rbac |
Modifier and Type | Method and Description |
---|---|
ProjectSoapList |
ICategorizationAppSoap.getCategoryProjects(String sessionId,
String categoryId,
boolean includeSubcategories)
Gets list of projects in the specified category and, if requested, subcategories
|
ProjectSoapList |
CategorizationAppSoapMockStub.getCategoryProjects(String sessionId,
String categoryId,
boolean includeSubcategories)
Simulate a call to getCategoryProjects
|
ProjectSoapList |
CategorizationAppSoapStub.getCategoryProjects(String sessionId,
String categoryId,
boolean includeSubcategories) |
ProjectSoapList |
ICategorizationAppSoap.getUncategorizedProjects(String sessionId)
Gets list of projects that have not been categorized
|
ProjectSoapList |
CategorizationAppSoapMockStub.getUncategorizedProjects(String sessionId)
Simulate a call to getUncategorizedProjects
|
ProjectSoapList |
CategorizationAppSoapStub.getUncategorizedProjects(String sessionId) |
Modifier and Type | Method and Description |
---|---|
ProjectSoapList |
CollabNetSoapStub.findProjects(String sessionId,
String queryString) |
ProjectSoapList |
ICollabNetSoap.findProjects(String sessionId,
String queryString)
Finds a list of projects matching a search string.
|
ProjectSoapList |
CollabNetSoapMockStub.findProjects(String sessionId,
String queryString)
Simulate a call to findProjects
|
ProjectSoapList |
CollabNetSoapStub.getMemberProjectsForProjectGroup(String sessionId,
String projectGroupId) |
ProjectSoapList |
ICollabNetSoap.getMemberProjectsForProjectGroup(String sessionId,
String projectGroupId)
Gets the Project List for project group.
|
ProjectSoapList |
CollabNetSoapMockStub.getMemberProjectsForProjectGroup(String sessionId,
String projectGroupId)
Simulate a call to getMemberProjectsForProjectGroup
|
ProjectSoapList |
CollabNetSoapStub.getProjectList(String sessionId,
boolean fetchHierarchyPath) |
ProjectSoapList |
ICollabNetSoap.getProjectList(String sessionId,
boolean fetchHierarchyPath)
Returns a list of all projects visible to the user.
|
ProjectSoapList |
CollabNetSoapMockStub.getProjectList(String sessionId,
boolean fetchHierarchyPath)
Simulate a call to getProjectList
|
ProjectSoapList |
CollabNetSoapStub.getProjectListForUser(String sessionId,
String username,
boolean fetchHierarchyPath,
boolean includeGroupMembership) |
ProjectSoapList |
ICollabNetSoap.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).
|
ProjectSoapList |
CollabNetSoapMockStub.getProjectListForUser(String sessionId,
String username,
boolean fetchHierarchyPath,
boolean includeGroupMembership)
Simulate a call to getProjectListForUser
|
ProjectSoapList |
CollabNetSoapStub.getSubprojectList(String sessionId,
String projectId,
boolean fetchHierarchyPath) |
ProjectSoapList |
ICollabNetSoap.getSubprojectList(String sessionId,
String projectId,
boolean fetchHierarchyPath)
Returns a list of the immediate sub projects of a project.
|
ProjectSoapList |
CollabNetSoapMockStub.getSubprojectList(String sessionId,
String projectId,
boolean fetchHierarchyPath)
Simulate a call to getSubprojectList
|
ProjectSoapList |
CollabNetSoapStub.listTemplates(String sessionId) |
ProjectSoapList |
ICollabNetSoap.listTemplates(String sessionId)
Lists project templates within the installation.
|
ProjectSoapList |
CollabNetSoapMockStub.listTemplates(String sessionId)
Simulate a call to listTemplates
|
Modifier and Type | Method and Description |
---|---|
ProjectSoapList |
RbacAppSoapMockStub.getProjectsForAction(String sessionId,
String operationString,
String userName)
Simulate a call to getProjectsForAction
|
ProjectSoapList |
RbacAppSoapStub.getProjectsForAction(String sessionId,
String operationString,
String userName) |
ProjectSoapList |
IRbacAppSoap.getProjectsForAction(String sessionId,
String operationString,
String userName)
Gets the list of all projects in which the given user has given permission.
|
Copyright © 2016 CollabNet. All Rights Reserved.