Uses of Class
com.collabnet.ce.soap60.webservices.rbac.RoleSoapList
Packages that use RoleSoapList
-
Uses of RoleSoapList in com.collabnet.ce.soap60.webservices.rbac
Methods in com.collabnet.ce.soap60.webservices.rbac that return RoleSoapListModifier and TypeMethodDescriptionIRbacAppSoap.getGlobalRoleList
(String sessionId) Returns a list of all the global roles available on the site.RbacAppSoap.getGlobalRoleList
(String sessionId) Returns a list of all the global roles available on the site.RbacAppSoapMockStub.getGlobalRoleList
(String sessionId) Simulate a call to getGlobalRoleListRbacAppSoapStub.getGlobalRoleList
(String sessionId) IRbacAppSoap.getGlobalRolesForAssignment
(String sessionId, String projectOrProjectGroupId) Returns a list of global roles available in the project or project group for user/user group assignment.RbacAppSoap.getGlobalRolesForAssignment
(String sessionId, String projectOrProjectGroupId) Returns a list of global roles available in the project or project group for user/user group assignment.RbacAppSoapMockStub.getGlobalRolesForAssignment
(String sessionId, String projectOrProjectGroupId) Simulate a call to getGlobalRolesForAssignmentRbacAppSoapStub.getGlobalRolesForAssignment
(String sessionId, String projectOrProjectGroupId) IRbacAppSoap.getGroupRoleList
(String sessionId, String groupId, String projectIdOrProjectGroupId) Returns a list of roles the user group is associated with in a project or projectGroup.RbacAppSoap.getGroupRoleList
(String sessionId, String groupId, String projectIdOrProjectGroupId) Returns a list of roles the user group is associated with in a project or projectGroup.RbacAppSoapMockStub.getGroupRoleList
(String sessionId, String groupId, String projectIdOrProjectGroupId) Simulate a call to getGroupRoleListRbacAppSoapStub.getGroupRoleList
(String sessionId, String groupId, String projectIdOrProjectGroupId) IRbacAppSoap.getInheritedRoleList
(String sessionId, String projectId) Gets a list of roles inherited from any of the parent projects.RbacAppSoap.getInheritedRoleList
(String sessionId, String projectId) Gets a list of roles inherited from any of the parent projects.RbacAppSoapMockStub.getInheritedRoleList
(String sessionId, String projectId) Simulate a call to getInheritedRoleListRbacAppSoapStub.getInheritedRoleList
(String sessionId, String projectId) IRbacAppSoap.getRoleList
(String sessionId, String projectOrProjectGroupId) Gets a list of Roles in a project context.RbacAppSoap.getRoleList
(String sessionId, String projectOrProjectGroupId) Gets a list of Roles in a project context.RbacAppSoapMockStub.getRoleList
(String sessionId, String projectOrProjectGroupId) Simulate a call to getRoleListRbacAppSoapStub.getRoleList
(String sessionId, String projectOrProjectGroupId) IRbacAppSoap.getSiteWideRoleList
(String sessionId) Returns a list of all the site-wide roles available on the site.RbacAppSoap.getSiteWideRoleList
(String sessionId) Returns a list of all the site-wide roles available on the site.RbacAppSoapMockStub.getSiteWideRoleList
(String sessionId) Simulate a call to getSiteWideRoleListRbacAppSoapStub.getSiteWideRoleList
(String sessionId) 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.RbacAppSoap.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.RbacAppSoapMockStub.getUserRoleList
(String sessionId, String projectOrProjectGroupId, String username) Simulate a call to getUserRoleListRbacAppSoapStub.getUserRoleList
(String sessionId, String projectOrProjectGroupId, String username) IRbacAppSoap.getUserSiteWideRoleList
(String sessionId, String username) Returns a list of roles that a user is a member of site wide role.RbacAppSoap.getUserSiteWideRoleList
(String sessionId, String username) Returns a list of roles that a user is a member of site wide role.RbacAppSoapMockStub.getUserSiteWideRoleList
(String sessionId, String username) Simulate a call to getUserSiteWideRoleListRbacAppSoapStub.getUserSiteWideRoleList
(String sessionId, String username)