public class VersionControlListItem extends Object
| Constructor and Description |
|---|
VersionControlListItem(com.uc4.util.XMLDocument doc,
Element row,
ConnectionAttributes session)
Internal use, creates a new instance of this class from the specified XML element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
UC4UserName |
getModifiedBy()
Returns the name of the UC4 user which has modified the object.
|
DateTime |
getModifiedDate() |
String |
getObjectType() |
UC4ObjectName |
getSavedName()
Returns the generated name of the revision.
|
String |
getTitle() |
int |
getVersionNumber() |
String |
toString() |
public VersionControlListItem(com.uc4.util.XMLDocument doc,
Element row,
ConnectionAttributes session)
doc - XML Documentrow - Elementsession - Session infopublic UC4ObjectName getSavedName()
public UC4UserName getModifiedBy()
public DateTime getModifiedDate()
public String getId()
public String getObjectType()
public String getTitle()
public int getVersionNumber()
Copyright © 2021. All rights reserved.