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 UC4UserName
VersionControlListItem. getModifiedBy()
Returns the name of the UC4 user which has modified the object.UC4UserName
StatisticSearchItem. getUser()
Deprecated.use getUserName() insteadUC4UserName
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 UC4UserName Constructor Description UC4UserName(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 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.Iterator
cannot 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.Iterator
cannot be used to remove users.Methods in com.uc4.api.objects with parameters of type UC4UserName Modifier and Type Method Description boolean
UserAssignment. addUser(UC4UserName userName)
Adds a user to this UserGroup.boolean
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 UC4UserName Modifier and Type Method Description UC4UserName
UserListItem. getName()
Returns the name of the user.UC4UserName
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 UC4UserName Modifier and Type Method Description UC4UserName
GetObjectProperties. getCreatedByUser()
Returns the name of the user who created the object.UC4UserName
GetObjectProperties. getLastModifiedByUser()
Returns the name of the user that has done the last modification in the object.UC4UserName
GetObjectProperties. getLastUsedByUser()
Returns the name of the user that has used the object at least.UC4UserName
GetObjectProperties. getOpenByUser()
If the object is currently edited by a user this method will return the name of the User.UC4UserName
CheckUserPrivileges.Candidate. getUser()
Returns the name of the user.UC4UserName
GetComments.Comment. getUser()
Returns the name of the UC4 user which made the comment.UC4UserName
CreateSession. 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 void
MessageList. 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 theMoveUserToClient
request.SynchronizeLDAP(UC4UserName user)
Creates a newSynchronizeLDAP
request.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 theMoveUserToClient
request.
-