Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.rbac |
Modifier and Type | Method and Description |
---|---|
RoleSoapList |
RbacAppSoapMockStub.getGlobalRoleList(String sessionId)
Simulate a call to getGlobalRoleList
|
RoleSoapList |
RbacAppSoapStub.getGlobalRoleList(String sessionId) |
RoleSoapList |
IRbacAppSoap.getGlobalRoleList(String sessionId)
Returns a list of all the global roles available on the site.
|
RoleSoapList |
RbacAppSoapMockStub.getGlobalRolesForAssignment(String sessionId,
String projectOrProjectGroupId)
Simulate a call to getGlobalRolesForAssignment
|
RoleSoapList |
RbacAppSoapStub.getGlobalRolesForAssignment(String sessionId,
String projectOrProjectGroupId) |
RoleSoapList |
IRbacAppSoap.getGlobalRolesForAssignment(String sessionId,
String projectOrProjectGroupId)
Returns a list of global roles available in the project or project group for user/user group assignment.
|
RoleSoapList |
RbacAppSoapMockStub.getGroupRoleList(String sessionId,
String groupId,
String projectIdOrProjectGroupId)
Simulate a call to getGroupRoleList
|
RoleSoapList |
RbacAppSoapStub.getGroupRoleList(String sessionId,
String groupId,
String projectIdOrProjectGroupId) |
RoleSoapList |
IRbacAppSoap.getGroupRoleList(String sessionId,
String groupId,
String projectIdOrProjectGroupId)
Returns a list of roles the user group is associated with in a project or projectGroup.
|
RoleSoapList |
RbacAppSoapMockStub.getInheritedRoleList(String sessionId,
String projectId)
Simulate a call to getInheritedRoleList
|
RoleSoapList |
RbacAppSoapStub.getInheritedRoleList(String sessionId,
String projectId) |
RoleSoapList |
IRbacAppSoap.getInheritedRoleList(String sessionId,
String projectId)
Gets a list of roles inherited from any of the parent projects.
|
RoleSoapList |
RbacAppSoapMockStub.getRoleList(String sessionId,
String projectOrProjectGroupId)
Simulate a call to getRoleList
|
RoleSoapList |
RbacAppSoapStub.getRoleList(String sessionId,
String projectOrProjectGroupId) |
RoleSoapList |
IRbacAppSoap.getRoleList(String sessionId,
String projectOrProjectGroupId)
Gets a list of Roles in a project context.
|
RoleSoapList |
RbacAppSoapMockStub.getSiteWideRoleList(String sessionId)
Simulate a call to getSiteWideRoleList
|
RoleSoapList |
RbacAppSoapStub.getSiteWideRoleList(String sessionId) |
RoleSoapList |
IRbacAppSoap.getSiteWideRoleList(String sessionId)
Returns a list of all the site-wide roles available on the site.
|
RoleSoapList |
RbacAppSoapMockStub.getUserRoleList(String sessionId,
String projectOrProjectGroupId,
String username)
Simulate a call to getUserRoleList
|
RoleSoapList |
RbacAppSoapStub.getUserRoleList(String sessionId,
String projectOrProjectGroupId,
String username) |
RoleSoapList |
IRbacAppSoap.getUserRoleList(String sessionId,
String projectOrProjectGroupId,
String username)
Returns a list of roles that a user is a member of in the specified project or project group.
|
RoleSoapList |
RbacAppSoapMockStub.getUserSiteWideRoleList(String sessionId,
String username)
Simulate a call to getUserSiteWideRoleList
|
RoleSoapList |
RbacAppSoapStub.getUserSiteWideRoleList(String sessionId,
String username) |
RoleSoapList |
IRbacAppSoap.getUserSiteWideRoleList(String sessionId,
String username)
Returns a list of roles that a user is a member of site wide role.
|
Copyright © 2016 CollabNet. All Rights Reserved.