| Package | Description |
|---|---|
| com.collabnet.ce.soap60.webservices.categorization |
| Modifier and Type | Method and Description |
|---|---|
CategorySoapList |
ICategorizationAppSoap.getAllCategories(String sessionId)
Returns a list of all categories.
|
CategorySoapList |
CategorizationAppSoapMockStub.getAllCategories(String sessionId)
Simulate a call to getAllCategories
|
CategorySoapList |
CategorizationAppSoapStub.getAllCategories(String sessionId) |
CategorySoapList |
ICategorizationAppSoap.getProjectCategories(String sessionId,
String projectId)
Returns a list of categories the project belongs to
|
CategorySoapList |
CategorizationAppSoapMockStub.getProjectCategories(String sessionId,
String projectId)
Simulate a call to getProjectCategories
|
CategorySoapList |
CategorizationAppSoapStub.getProjectCategories(String sessionId,
String projectId) |
CategorySoapList |
ICategorizationAppSoap.getSubcategories(String sessionId,
String categoryId,
boolean recursive)
Returns a list of subcategories to the specified category.
|
CategorySoapList |
CategorizationAppSoapMockStub.getSubcategories(String sessionId,
String categoryId,
boolean recursive)
Simulate a call to getSubcategories
|
CategorySoapList |
CategorizationAppSoapStub.getSubcategories(String sessionId,
String categoryId,
boolean recursive) |
Copyright © 2016 CollabNet. All Rights Reserved.