Uses of Class
com.collabnet.ce.soap60.webservices.cemain.UserSoapList
Packages that use UserSoapList
Package
Description
-
Uses of UserSoapList in com.collabnet.ce.soap60.webservices
Methods in com.collabnet.ce.soap60.webservices with parameters of type UserSoapListModifier and TypeMethodDescriptionprotected voidWebService.setPartialOrFullUserData(UserSoapList userSoapList, String loggedInUser) Overloaded form for processing `UserSoapList' -
Uses of UserSoapList in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that return UserSoapListModifier and TypeMethodDescriptionFinds a list of users matching a search string.Simulate a call to findUsersFinds a list of users matching a search string.CollabNetSoap.getUserGroupMembers(String sessionId, String groupId) Gets a list of active users who are members of a user groupCollabNetSoapMockStub.getUserGroupMembers(String sessionId, String groupId) Simulate a call to getUserGroupMembersCollabNetSoapStub.getUserGroupMembers(String sessionId, String groupId) ICollabNetSoap.getUserGroupMembers(String sessionId, String groupId) Gets a list of active users who are members of a user groupCollabNetSoap.getUserList(String sessionId, SoapFilter soapFilter) Deprecated.use getUserList2 instead, which includes organization, alternate emails, locale and timeZone details in the result.CollabNetSoapMockStub.getUserList(String sessionId, SoapFilter soapFilter) Simulate a call to getUserListCollabNetSoapStub.getUserList(String sessionId, SoapFilter soapFilter) ICollabNetSoap.getUserList(String sessionId, SoapFilter soapFilter) Deprecated.use getUserList2 insteadCollabNetSoap.listProjectAdmins(String sessionId, String projectId) Returns project administrators list.CollabNetSoapMockStub.listProjectAdmins(String sessionId, String projectId) Simulate a call to listProjectAdminsCollabNetSoapStub.listProjectAdmins(String sessionId, String projectId) ICollabNetSoap.listProjectAdmins(String sessionId, String projectId) Returns project administrators list.CollabNetSoap.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)CollabNetSoapMockStub.listUsersWithGeneralPermission(String sessionId, String projectId, String operationString, String folderId) Simulate a call to listUsersWithGeneralPermissionCollabNetSoapStub.listUsersWithGeneralPermission(String sessionId, String projectId, String operationString, String folderId) ICollabNetSoap.listUsersWithGeneralPermission(String sessionId, String projectId, String operationString, String folderId) Returns a list of users who have some permission to perform the given operationCollabNetSoap.listUsersWithPermissionOnObject(String sessionId, String operationString, String objectId, int flag) Returns the list of users who have the given permission on the given object.CollabNetSoapMockStub.listUsersWithPermissionOnObject(String sessionId, String operationString, String objectId, int flag) Simulate a call to listUsersWithPermissionOnObjectCollabNetSoapStub.listUsersWithPermissionOnObject(String sessionId, String operationString, String objectId, int flag) ICollabNetSoap.listUsersWithPermissionOnObject(String sessionId, String operationString, String objectId, int flag) Returns the list of users who have the given permission on the given object. -
Uses of UserSoapList in com.collabnet.ce.soap60.webservices.rbac
Methods in com.collabnet.ce.soap60.webservices.rbac that return UserSoapListModifier and TypeMethodDescriptionIRbacAppSoap.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.RbacAppSoap.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.RbacAppSoapMockStub.getProjectRoleMemberList(String sessionId, String roleId, String projectOrProjectGroupId) Simulate a call to getProjectRoleMemberListRbacAppSoapStub.getProjectRoleMemberList(String sessionId, String roleId, String projectOrProjectGroupId) 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.RbacAppSoap.getRoleGroupUsers(String sessionId, String projectIdOrProjectGroupId, String roleId) Returns a list of users who are part of a group and associated with the specified role.RbacAppSoapMockStub.getRoleGroupUsers(String sessionId, String projectIdOrProjectGroupId, String roleId) Simulate a call to getRoleGroupUsersRbacAppSoapStub.getRoleGroupUsers(String sessionId, String projectIdOrProjectGroupId, String roleId) IRbacAppSoap.getRoleMemberList(String sessionId, String roleId) Returns a list of users that are assigned to the specified role.RbacAppSoap.getRoleMemberList(String sessionId, String roleId) Returns a list of users that are assigned to the specified role.RbacAppSoapMockStub.getRoleMemberList(String sessionId, String roleId) Simulate a call to getRoleMemberListRbacAppSoapStub.getRoleMemberList(String sessionId, String roleId) -
Uses of UserSoapList in com.collabnet.ce.soap60.webservices.team
Methods in com.collabnet.ce.soap60.webservices.team that return UserSoapListModifier and TypeMethodDescriptionITeamAppSoap.getTeamMemberList(String sessionId, String teamId) Get list of team members specific to teamTeamAppSoap.getTeamMemberList(String sessionId, String teamId) Get list of team members specific to teamTeamAppSoapMockStub.getTeamMemberList(String sessionId, String teamId) Simulate a call to getTeamMemberListTeamAppSoapStub.getTeamMemberList(String sessionId, String teamId)