Package | Description |
---|---|
com.uc4.api |
This package contains classes which are generally used.
|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
com.uc4.api.systemoverview |
This package contains classes to get information from the system overview.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
UC4UserName |
VersionControlListItem.getModifiedBy()
Returns the name of the UC4 user which has modified the object.
|
UC4UserName |
StatisticSearchItem.getUser()
Deprecated.
use getUserName() instead
|
UC4UserName |
AbstractTask.getUserName()
Returns the name of the User object of the person who has started the task.
|
Constructor and Description |
---|
UC4UserName(UC4UserName name)
Constructs a
UC4UserName using the specified parameters. |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<UC4UserName> |
UserAssignment.memberListIterator()
Returns a list of users who are members of this User Group
The returned
java.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 returned
java.util.Iterator cannot be used to remove users. |
Modifier and Type | Method and Description |
---|---|
boolean |
UserAssignment.addUser(UC4UserName userName)
Adds a user to this UserGroup.
|
boolean |
UserAssignment.removeUser(UC4UserName userName)
Removes a user from this UserGroup.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 |
GetComments.Comment.getUser()
Returns the name of the UC4 user which made the comment.
|
UC4UserName |
CheckUserPrivileges.Candidate.getUser()
Returns the name of the user.
|
UC4UserName |
CreateSession.getUserObject()
Returns the name of the User object (user/department).
|
Modifier and Type | Method and Description |
---|---|
void |
MessageList.setUser(UC4UserName user)
Sets the filter for a user.
|
Constructor and Description |
---|
Candidate(UC4UserName name,
UserPrivileges.Privilege priv)
Creates a new
Candidate . |
MoveUserToClient(UC4UserName user,
IFolder folder,
int client)
Creates a new instance of the
MoveUserToClient request. |
SynchronizeLDAP(UC4UserName user)
Creates a new
SynchronizeLDAP request. |
Constructor and Description |
---|
MoveUserToClient(java.util.List<UC4UserName> users,
java.util.List<IFolder> folderList,
int client)
Creates a new instance of the
MoveUserToClient request. |