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 UC4UserName
AbstractTask.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 aUC4UserName
using 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.Iterator
cannot be used to remove users.UserAssignment.noMemberListIterator()
Returns a list of users who are not members of this User Group The returnedjava.util.Iterator
cannot be used to remove users.Methods in com.uc4.api.objects with parameters of type UC4UserNameModifier and TypeMethodDescriptionboolean
UserAssignment.addUser
(UC4UserName userName) Adds a user to this UserGroup.boolean
UserAssignment.isInNoMembersList
(UC4UserName userName) Checks if the user is member of the groupboolean
UserAssignment.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 TypeMethodDescriptionvoid
MessageList.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 theMoveUserToClient
request.SynchronizeLDAP
(UC4UserName user) Creates a newSynchronizeLDAP
request.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 theMoveUserToClient
request.