Class GetChangeLog.Entry

java.lang.Object
com.uc4.communication.requests.GetChangeLog.Entry
Enclosing class:
GetChangeLog

public static final class GetChangeLog.Entry extends Object
Represents a row in the result of the change list.
  • Method Details

    • getMessage

      public String getMessage()
      Returns the message text.
      Returns:
      Translated text
    • getObjectName

      public UC4ObjectName getObjectName()
      Returns the name of the object.
      Returns:
      Object name
    • getTitle

      public String getTitle()
      Returns the title of the object.
      Returns:
      Title
    • getTimestamp

      public DateTime getTimestamp()
      Returns the timestamp of this event.
      Returns:
      Timestamp
    • getFirstName

      public String getFirstName()
      Returns the first name of the user who did the change.
      Returns:
      First name
    • getLastName

      public String getLastName()
      Returns the last name of the user who did the change.
      Returns:
      Last name
    • getUserName

      public String getUserName()
      Returns the user name of the user who did the change (for example USER/DEPARTMENT).
      Returns:
      Last name
    • getType

      public String 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

      public String toString()
      Overrides:
      toString in class Object