Package com.uc4.api
Class VersionControlListItem
java.lang.Object
com.uc4.api.VersionControlListItem
This class represents a saved version of an Automation Engine object.
-
Constructor Summary
ConstructorsConstructorDescriptionVersionControlListItem
(com.uc4.util.XMLDocument doc, Element row, ConnectionAttributes session) Internal use, creates a new instance of this class from the specified XML element. -
Method Summary
-
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 Documentrow
- Elementsession
- Session info
-
-
Method Details
-
getSavedName
Returns the generated name of the revision.- Returns:
- Name of the saved instance
-
getModifiedBy
Returns the name of the UC4 user which has modified the object.- Returns:
- UC4 User and department
-
getModifiedDate
- Returns:
- Modification timestamp
-
getId
- Returns:
- Unique ID
-
getObjectType
- Returns:
- Object type, for example JOBS
-
getTitle
- Returns:
- Title of the Object
-
getVersionNumber
public int getVersionNumber()- Returns:
- Version number
-
toString
-