Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.cemain | |
com.collabnet.ce.soap60.webservices.rbac |
Modifier and Type | Method and Description |
---|---|
UserGroupSoapList |
CollabNetSoapStub.getUserGroupList(String sessionId) |
UserGroupSoapList |
ICollabNetSoap.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.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 |
CollabNetSoapMockStub.getUserGroupListForProject(String sessionId,
String projectOrProjectGroupId)
Simulate a call to getUserGroupListForProject
|
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 |
CollabNetSoapMockStub.getUserGroupListForUser(String sessionId,
String username)
Simulate a call to getUserGroupListForUser
|
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)
|
UserGroupSoapList |
CollabNetSoapMockStub.listGroupsWithGeneralPermission(String sessionId,
String projectId,
String operationString,
String folderId,
boolean includeInherited)
Simulate a call to listGroupsWithGeneralPermission
|
Modifier and Type | Method and Description |
---|---|
UserGroupSoapList |
RbacAppSoapMockStub.getRoleGroupList(String sessionId,
String roleId)
Simulate a call to getRoleGroupList
|
UserGroupSoapList |
RbacAppSoapStub.getRoleGroupList(String sessionId,
String roleId) |
UserGroupSoapList |
IRbacAppSoap.getRoleGroupList(String sessionId,
String roleId)
Returns a list of user groups that belong to the specified role.
|
Copyright © 2016 CollabNet. All Rights Reserved.