Package com.uc4.communication.requests
Class GetChangeLog.Entry
java.lang.Object
com.uc4.communication.requests.GetChangeLog.Entry
- Enclosing class:
- GetChangeLog
Represents a row in the result of the change list.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the first name of the user who did the change.Returns the last name of the user who did the change.Returns the message text.Returns the name of the object.Returns the timestamp of this event.getTitle()
Returns the title of the object.getType()
Returns the type of the change.Returns the user name of the user who did the change (for example USER/DEPARTMENT).toString()
-
Method Details
-
getMessage
Returns the message text.- Returns:
- Translated text
-
getObjectName
Returns the name of the object.- Returns:
- Object name
-
getTitle
Returns the title of the object.- Returns:
- Title
-
getTimestamp
Returns the timestamp of this event.- Returns:
- Timestamp
-
getFirstName
Returns the first name of the user who did the change.- Returns:
- First name
-
getLastName
Returns the last name of the user who did the change.- Returns:
- Last name
-
getUserName
Returns the user name of the user who did the change (for example USER/DEPARTMENT).- Returns:
- Last name
-
getType
Returns the type of the change.- TRNSPRT ... Transports objects Transport
- START ... Starts tasks Start
- RUN_MOD ... Modifies at runtime
- RESTORE ... Restores objects Restore
- RESTART ... Restarts tasks Restart
- RENAME ... Renames objects Rename
- START ... Starts tasks
- OBJ_MOD ... Object modifications
- MOVE ... Moves objects
- IMPORT ... Imports objects
- DELETE ... Deletes
- CREATE ... Creates new objects
- CANCEL ... Aborts tasks
- Returns:
- Information type
-
toString
-