Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.cemain | |
com.collabnet.ce.soap60.webservices.rbac | |
com.collabnet.ce.soap60.webservices.team |
Modifier and Type | Method and Description |
---|---|
UserSoapList |
CollabNetSoapStub.findUsers(String sessionId,
String queryString) |
UserSoapList |
ICollabNetSoap.findUsers(String sessionId,
String queryString)
Finds a list of users matching a search string.
|
UserSoapList |
CollabNetSoapMockStub.findUsers(String sessionId,
String queryString)
Simulate a call to findUsers
|
UserSoapList |
CollabNetSoapStub.getUserGroupMembers(String sessionId,
String groupId) |
UserSoapList |
ICollabNetSoap.getUserGroupMembers(String sessionId,
String groupId)
Gets a list of active users who are members of a user group
|
UserSoapList |
CollabNetSoapMockStub.getUserGroupMembers(String sessionId,
String groupId)
Simulate a call to getUserGroupMembers
|
UserSoapList |
CollabNetSoapStub.getUserList(String sessionId,
com.collabnet.ce.soap60.types.SoapFilter soapFilter) |
UserSoapList |
ICollabNetSoap.getUserList(String sessionId,
com.collabnet.ce.soap60.types.SoapFilter soapFilter)
Deprecated.
use getUserList2 instead, which includes organization, alternate emails, locale and timeZone details in the result.
|
UserSoapList |
CollabNetSoapMockStub.getUserList(String sessionId,
com.collabnet.ce.soap60.types.SoapFilter soapFilter)
Simulate a call to getUserList
|
UserSoapList |
CollabNetSoapStub.listProjectAdmins(String sessionId,
String projectId) |
UserSoapList |
ICollabNetSoap.listProjectAdmins(String sessionId,
String projectId)
Returns project administrators list.
|
UserSoapList |
CollabNetSoapMockStub.listProjectAdmins(String sessionId,
String projectId)
Simulate a call to listProjectAdmins
|
UserSoapList |
CollabNetSoapStub.listUsersWithGeneralPermission(String sessionId,
String projectId,
String operationString,
String folderId) |
UserSoapList |
ICollabNetSoap.listUsersWithGeneralPermission(String sessionId,
String projectId,
String operationString,
String folderId)
Returns a list of users who have some permission to perform the given operation in the given folder (Doesn't check default access permission nor site admins)
|
UserSoapList |
CollabNetSoapMockStub.listUsersWithGeneralPermission(String sessionId,
String projectId,
String operationString,
String folderId)
Simulate a call to listUsersWithGeneralPermission
|
UserSoapList |
CollabNetSoapStub.listUsersWithPermissionOnObject(String sessionId,
String operationString,
String objectId,
int flag) |
UserSoapList |
ICollabNetSoap.listUsersWithPermissionOnObject(String sessionId,
String operationString,
String objectId,
int flag)
Returns the list of users who have the given permission on the given object.
|
UserSoapList |
CollabNetSoapMockStub.listUsersWithPermissionOnObject(String sessionId,
String operationString,
String objectId,
int flag)
Simulate a call to listUsersWithPermissionOnObject
|
Modifier and Type | Method and Description |
---|---|
UserSoapList |
RbacAppSoapMockStub.getProjectRoleMemberList(String sessionId,
String roleId,
String projectOrProjectGroupId)
Simulate a call to getProjectRoleMemberList
|
UserSoapList |
RbacAppSoapStub.getProjectRoleMemberList(String sessionId,
String roleId,
String projectOrProjectGroupId) |
UserSoapList |
IRbacAppSoap.getProjectRoleMemberList(String sessionId,
String roleId,
String projectOrProjectGroupId)
Returns a list of users that are in a specified role in the given project or project group. 1.
|
UserSoapList |
RbacAppSoapMockStub.getRoleGroupUsers(String sessionId,
String projectIdOrProjectGroupId,
String roleId)
Simulate a call to getRoleGroupUsers
|
UserSoapList |
RbacAppSoapStub.getRoleGroupUsers(String sessionId,
String projectIdOrProjectGroupId,
String roleId) |
UserSoapList |
IRbacAppSoap.getRoleGroupUsers(String sessionId,
String projectIdOrProjectGroupId,
String roleId)
Returns a list of users who are part of a group and associated with the specified role.
|
UserSoapList |
RbacAppSoapMockStub.getRoleMemberList(String sessionId,
String roleId)
Simulate a call to getRoleMemberList
|
UserSoapList |
RbacAppSoapStub.getRoleMemberList(String sessionId,
String roleId) |
UserSoapList |
IRbacAppSoap.getRoleMemberList(String sessionId,
String roleId)
Returns a list of users that are assigned to the specified role.
|
Modifier and Type | Method and Description |
---|---|
UserSoapList |
TeamAppSoapStub.getTeamMemberList(String sessionId,
String teamId) |
UserSoapList |
ITeamAppSoap.getTeamMemberList(String sessionId,
String teamId)
Get list of team members specific to team
|
UserSoapList |
TeamAppSoapMockStub.getTeamMemberList(String sessionId,
String teamId)
Simulate a call to getTeamMemberList
|
Copyright © 2016 CollabNet. All Rights Reserved.