Package com.uc4.api

Class VersionControlListItem

java.lang.Object
com.uc4.api.VersionControlListItem

public class VersionControlListItem extends Object
This class represents a saved version of an Automation Engine object.
  • Constructor Details

    • VersionControlListItem

      public VersionControlListItem(com.uc4.util.XMLDocument doc, Element row, ConnectionAttributes session)
      Internal use, creates a new instance of this class from the specified XML element.
      Parameters:
      doc - XML Document
      row - Element
      session - Session info
  • Method Details

    • getSavedName

      public UC4ObjectName getSavedName()
      Returns the generated name of the revision.
      Returns:
      Name of the saved instance
    • getModifiedBy

      public UC4UserName getModifiedBy()
      Returns the name of the UC4 user which has modified the object.
      Returns:
      UC4 User and department
    • getModifiedDate

      public DateTime getModifiedDate()
      Returns:
      Modification timestamp
    • getId

      public String getId()
      Returns:
      Unique ID
    • getObjectType

      public String getObjectType()
      Returns:
      Object type, for example JOBS
    • getTitle

      public String getTitle()
      Returns:
      Title of the Object
    • getVersionNumber

      public int getVersionNumber()
      Returns:
      Version number
    • toString

      public String toString()
      Overrides:
      toString in class Object