Uses of Class
com.uc4.api.UC4UserName
Packages that use UC4UserName
Package
Description
-
Uses of UC4UserName in com.uc4.api
Methods in com.uc4.api that return UC4UserNameModifier and TypeMethodDescriptionVersionControlListItem.getModifiedBy()Returns the name of the UC4 user which has modified the object.StatisticSearchItem.getUser()Deprecated.use getUserName() insteadfinal UC4UserNameAbstractTask.getUserName()Returns the name of the User object of the person who has started the task.Constructors in com.uc4.api with parameters of type UC4UserNameModifierConstructorDescriptionUC4UserName(UC4UserName name) Constructs aUC4UserNameusing the specified parameters. -
Uses of UC4UserName in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type UC4UserNameModifier and TypeMethodDescriptionUserAssignment.memberListIterator()Returns a list of users who are members of this User Group The returnedjava.util.Iteratorcannot be used to remove users.UserAssignment.noMemberListIterator()Returns a list of users who are not members of this User Group The returnedjava.util.Iteratorcannot be used to remove users.Methods in com.uc4.api.objects with parameters of type UC4UserNameModifier and TypeMethodDescriptionbooleanUserAssignment.addUser(UC4UserName userName) Adds a user to this UserGroup.booleanUserAssignment.isInNoMembersList(UC4UserName userName) Checks if the user is member of the groupbooleanUserAssignment.removeUser(UC4UserName userName) Removes a user from this UserGroup. -
Uses of UC4UserName in com.uc4.api.systemoverview
Methods in com.uc4.api.systemoverview that return UC4UserNameModifier and TypeMethodDescriptionUserListItem.getName()Returns the name of the user.CheckILMPartitionItem.getUserName()Returns the name of the User object of the person who has started the task. -
Uses of UC4UserName in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return UC4UserNameModifier and TypeMethodDescriptionGetObjectProperties.getCreatedByUser()Returns the name of the user who created the object.GetObjectProperties.getLastModifiedByUser()Returns the name of the user that has done the last modification in the object.GetObjectProperties.getLastUsedByUser()Returns the name of the user that has used the object at least.GetObjectProperties.getOpenByUser()If the object is currently edited by a user this method will return the name of the User.CheckUserPrivileges.Candidate.getUser()Returns the name of the user.GetComments.Comment.getUser()Returns the name of the UC4 user which made the comment.CreateSession.getUserObject()Returns the name of the User object (user/department).Methods in com.uc4.communication.requests with parameters of type UC4UserNameModifier and TypeMethodDescriptionvoidMessageList.setUser(UC4UserName user) Sets the filter for a user.Constructors in com.uc4.communication.requests with parameters of type UC4UserNameModifierConstructorDescriptionCandidate(UC4UserName name, UserPrivileges.Privilege priv) Creates a newCandidate.MoveUserToClient(UC4UserName user, IFolder folder, int client) Creates a new instance of theMoveUserToClientrequest.SynchronizeLDAP(UC4UserName user) Creates a newSynchronizeLDAPrequest.Constructor parameters in com.uc4.communication.requests with type arguments of type UC4UserNameModifierConstructorDescriptionMoveUserToClient(List<UC4UserName> users, List<IFolder> folderList, int client) Creates a new instance of theMoveUserToClientrequest.