Uses of Class
com.uc4.api.UC4UserName
-
Packages that use UC4UserName Package Description com.uc4.api com.uc4.api.objects com.uc4.api.systemoverview com.uc4.communication.requests -
-
Uses of UC4UserName in com.uc4.api
Methods in com.uc4.api that return UC4UserName Modifier and Type Method Description UC4UserNameVersionControlListItem. getModifiedBy()Returns the name of the UC4 user which has modified the object.UC4UserNameStatisticSearchItem. getUser()Deprecated.use getUserName() insteadUC4UserNameAbstractTask. 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 UC4UserName Constructor Description UC4UserName(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 UC4UserName Modifier and Type Method Description java.util.Iterator<UC4UserName>UserAssignment. memberListIterator()Returns a list of users who are members of this User Group The returnedjava.util.Iteratorcannot be used to remove users.java.util.Iterator<UC4UserName>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 UC4UserName Modifier and Type Method Description booleanUserAssignment. addUser(UC4UserName userName)Adds a user to this UserGroup.booleanUserAssignment. 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 UC4UserName Modifier and Type Method Description UC4UserNameUserListItem. getName()Returns the name of the user.UC4UserNameCheckILMPartitionItem. 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 UC4UserName Modifier and Type Method Description UC4UserNameGetObjectProperties. getCreatedByUser()Returns the name of the user who created the object.UC4UserNameGetObjectProperties. getLastModifiedByUser()Returns the name of the user that has done the last modification in the object.UC4UserNameGetObjectProperties. getLastUsedByUser()Returns the name of the user that has used the object at least.UC4UserNameGetObjectProperties. getOpenByUser()If the object is currently edited by a user this method will return the name of the User.UC4UserNameCheckUserPrivileges.Candidate. getUser()Returns the name of the user.UC4UserNameGetComments.Comment. getUser()Returns the name of the UC4 user which made the comment.UC4UserNameCreateSession. getUserObject()Returns the name of the User object (user/department).Methods in com.uc4.communication.requests with parameters of type UC4UserName Modifier and Type Method Description voidMessageList. setUser(UC4UserName user)Sets the filter for a user.Constructors in com.uc4.communication.requests with parameters of type UC4UserName Constructor Description Candidate(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 UC4UserName Constructor Description MoveUserToClient(java.util.List<UC4UserName> users, java.util.List<IFolder> folderList, int client)Creates a new instance of theMoveUserToClientrequest.
-