UserGroupSoapList |
CollabNetSoap.getUserGroupList(String sessionId) |
Gets a list of all user groups on the system.
|
UserGroupSoapList |
CollabNetSoapMockStub.getUserGroupList(String sessionId) |
Simulate a call to getUserGroupList
|
UserGroupSoapList |
CollabNetSoapStub.getUserGroupList(String sessionId) |
|
UserGroupSoapList |
ICollabNetSoap.getUserGroupList(String sessionId) |
Gets a list of all user groups on the system.
|
UserGroupSoapList |
CollabNetSoap.getUserGroupListForProject(String sessionId,
String projectOrProjectGroupId) |
Returns a list of user groups that have a role in the project.
|
UserGroupSoapList |
CollabNetSoapMockStub.getUserGroupListForProject(String sessionId,
String projectOrProjectGroupId) |
Simulate a call to getUserGroupListForProject
|
UserGroupSoapList |
CollabNetSoapStub.getUserGroupListForProject(String sessionId,
String projectOrProjectGroupId) |
|
UserGroupSoapList |
ICollabNetSoap.getUserGroupListForProject(String sessionId,
String projectOrProjectGroupId) |
Returns a list of user groups that have a role in the project.
|
UserGroupSoapList |
CollabNetSoap.getUserGroupListForUser(String sessionId,
String username) |
Gets a list of all user groups the user belongs.
|
UserGroupSoapList |
CollabNetSoapMockStub.getUserGroupListForUser(String sessionId,
String username) |
Simulate a call to getUserGroupListForUser
|
UserGroupSoapList |
CollabNetSoapStub.getUserGroupListForUser(String sessionId,
String username) |
|
UserGroupSoapList |
ICollabNetSoap.getUserGroupListForUser(String sessionId,
String username) |
Gets a list of all user groups the user belongs.
|
UserGroupSoapList |
CollabNetSoap.listGroupsWithGeneralPermission(String sessionId,
String projectId,
String operationString,
String folderId,
boolean includeInherited) |
Returns a list of user groups which have some permission to perform the given operation in the given folder
(Doesn't check default access permission nor site admins)
|
UserGroupSoapList |
CollabNetSoapMockStub.listGroupsWithGeneralPermission(String sessionId,
String projectId,
String operationString,
String folderId,
boolean includeInherited) |
Simulate a call to listGroupsWithGeneralPermission
|
UserGroupSoapList |
CollabNetSoapStub.listGroupsWithGeneralPermission(String sessionId,
String projectId,
String operationString,
String folderId,
boolean includeInherited) |
|
UserGroupSoapList |
ICollabNetSoap.listGroupsWithGeneralPermission(String sessionId,
String projectId,
String operationString,
String folderId,
boolean includeInherited) |
Returns a list of user groups which have some permission to perform the given operation
in the given folder (Doesn't check default access permission nor site admins)
|