Uses of Class
com.collabnet.ce.soap60.webservices.cemain.UserSoapList
-
-
Uses of UserSoapList in com.collabnet.ce.soap60.webservices
Methods in com.collabnet.ce.soap60.webservices with parameters of type UserSoapList Modifier and Type Method Description protected 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 UserSoapList Modifier and Type Method Description UserSoapListCollabNetSoap. findUsers(String sessionId, String queryString)Finds a list of users matching a search string.UserSoapListCollabNetSoapMockStub. findUsers(String sessionId, String queryString)Simulate a call to findUsersUserSoapListCollabNetSoapStub. findUsers(String sessionId, String queryString)UserSoapListICollabNetSoap. findUsers(String sessionId, String queryString)Finds a list of users matching a search string.UserSoapListCollabNetSoap. getUserGroupMembers(String sessionId, String groupId)Gets a list of active users who are members of a user groupUserSoapListCollabNetSoapMockStub. getUserGroupMembers(String sessionId, String groupId)Simulate a call to getUserGroupMembersUserSoapListCollabNetSoapStub. getUserGroupMembers(String sessionId, String groupId)UserSoapListICollabNetSoap. getUserGroupMembers(String sessionId, String groupId)Gets a list of active users who are members of a user groupUserSoapListCollabNetSoap. getUserList(String sessionId, SoapFilter soapFilter)Deprecated.use getUserList2 instead, which includes organization, alternate emails, locale and timeZone details in the result.UserSoapListCollabNetSoapMockStub. getUserList(String sessionId, SoapFilter soapFilter)Simulate a call to getUserListUserSoapListCollabNetSoapStub. getUserList(String sessionId, SoapFilter soapFilter)UserSoapListICollabNetSoap. getUserList(String sessionId, SoapFilter soapFilter)Deprecated.use getUserList2 insteadUserSoapListCollabNetSoap. listProjectAdmins(String sessionId, String projectId)Returns project administrators list.UserSoapListCollabNetSoapMockStub. listProjectAdmins(String sessionId, String projectId)Simulate a call to listProjectAdminsUserSoapListCollabNetSoapStub. listProjectAdmins(String sessionId, String projectId)UserSoapListICollabNetSoap. listProjectAdmins(String sessionId, String projectId)Returns project administrators list.UserSoapListCollabNetSoap. 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)UserSoapListCollabNetSoapMockStub. listUsersWithGeneralPermission(String sessionId, String projectId, String operationString, String folderId)Simulate a call to listUsersWithGeneralPermissionUserSoapListCollabNetSoapStub. listUsersWithGeneralPermission(String sessionId, String projectId, String operationString, String folderId)UserSoapListICollabNetSoap. listUsersWithGeneralPermission(String sessionId, String projectId, String operationString, String folderId)Returns a list of users who have some permission to perform the given operationUserSoapListCollabNetSoap. listUsersWithPermissionOnObject(String sessionId, String operationString, String objectId, int flag)Returns the list of users who have the given permission on the given object.UserSoapListCollabNetSoapMockStub. listUsersWithPermissionOnObject(String sessionId, String operationString, String objectId, int flag)Simulate a call to listUsersWithPermissionOnObjectUserSoapListCollabNetSoapStub. listUsersWithPermissionOnObject(String sessionId, String operationString, String objectId, int flag)UserSoapListICollabNetSoap. 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 UserSoapList Modifier and Type Method Description UserSoapListIRbacAppSoap. 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.UserSoapListRbacAppSoap. 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.UserSoapListRbacAppSoapMockStub. getProjectRoleMemberList(String sessionId, String roleId, String projectOrProjectGroupId)Simulate a call to getProjectRoleMemberListUserSoapListRbacAppSoapStub. getProjectRoleMemberList(String sessionId, String roleId, String projectOrProjectGroupId)UserSoapListIRbacAppSoap. getRoleGroupUsers(String sessionId, String projectIdOrProjectGroupId, String roleId)Returns a list of users who are part of a group and associated with the specified role.UserSoapListRbacAppSoap. getRoleGroupUsers(String sessionId, String projectIdOrProjectGroupId, String roleId)Returns a list of users who are part of a group and associated with the specified role.UserSoapListRbacAppSoapMockStub. getRoleGroupUsers(String sessionId, String projectIdOrProjectGroupId, String roleId)Simulate a call to getRoleGroupUsersUserSoapListRbacAppSoapStub. getRoleGroupUsers(String sessionId, String projectIdOrProjectGroupId, String roleId)UserSoapListIRbacAppSoap. getRoleMemberList(String sessionId, String roleId)Returns a list of users that are assigned to the specified role.UserSoapListRbacAppSoap. getRoleMemberList(String sessionId, String roleId)Returns a list of users that are assigned to the specified role.UserSoapListRbacAppSoapMockStub. getRoleMemberList(String sessionId, String roleId)Simulate a call to getRoleMemberListUserSoapListRbacAppSoapStub. 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 UserSoapList Modifier and Type Method Description UserSoapListITeamAppSoap. getTeamMemberList(String sessionId, String teamId)Get list of team members specific to teamUserSoapListTeamAppSoap. getTeamMemberList(String sessionId, String teamId)Get list of team members specific to teamUserSoapListTeamAppSoapMockStub. getTeamMemberList(String sessionId, String teamId)Simulate a call to getTeamMemberListUserSoapListTeamAppSoapStub. getTeamMemberList(String sessionId, String teamId)
-