Uses of Class
com.collabnet.ce.soap60.webservices.cemain.UserGroupSoapList
Packages that use UserGroupSoapList
Package
Description
-
Uses of UserGroupSoapList in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that return UserGroupSoapListModifier and TypeMethodDescriptionCollabNetSoap.getUserGroupList
(String sessionId) Gets a list of all user groups on the system.CollabNetSoapMockStub.getUserGroupList
(String sessionId) Simulate a call to getUserGroupListCollabNetSoapStub.getUserGroupList
(String sessionId) ICollabNetSoap.getUserGroupList
(String sessionId) Gets a list of all user groups on the system.CollabNetSoap.getUserGroupListForProject
(String sessionId, String projectOrProjectGroupId) Returns a list of user groups that have a role in the project.CollabNetSoapMockStub.getUserGroupListForProject
(String sessionId, String projectOrProjectGroupId) Simulate a call to getUserGroupListForProjectCollabNetSoapStub.getUserGroupListForProject
(String sessionId, String projectOrProjectGroupId) ICollabNetSoap.getUserGroupListForProject
(String sessionId, String projectOrProjectGroupId) Returns a list of user groups that have a role in the project.CollabNetSoap.getUserGroupListForUser
(String sessionId, String username) Gets a list of all user groups the user belongs.CollabNetSoapMockStub.getUserGroupListForUser
(String sessionId, String username) Simulate a call to getUserGroupListForUserCollabNetSoapStub.getUserGroupListForUser
(String sessionId, String username) ICollabNetSoap.getUserGroupListForUser
(String sessionId, String username) Gets a list of all user groups the user belongs.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)CollabNetSoapMockStub.listGroupsWithGeneralPermission
(String sessionId, String projectId, String operationString, String folderId, boolean includeInherited) Simulate a call to listGroupsWithGeneralPermissionCollabNetSoapStub.listGroupsWithGeneralPermission
(String sessionId, String projectId, String operationString, String folderId, boolean includeInherited) 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) -
Uses of UserGroupSoapList in com.collabnet.ce.soap60.webservices.rbac
Methods in com.collabnet.ce.soap60.webservices.rbac that return UserGroupSoapListModifier and TypeMethodDescriptionIRbacAppSoap.getRoleGroupList
(String sessionId, String roleId) Returns a list of user groups that belong to the specified role.RbacAppSoap.getRoleGroupList
(String sessionId, String roleId) Returns a list of user groups that belong to the specified role.RbacAppSoapMockStub.getRoleGroupList
(String sessionId, String roleId) Simulate a call to getRoleGroupListRbacAppSoapStub.getRoleGroupList
(String sessionId, String roleId)