Package com.documentum.fc.client
Interface IDfAuditData
public interface IDfAuditData
-
Method Summary
Modifier and TypeMethodDescriptionGets the Name of the AttributeGets the Modified Indexes for this AttributeGets the New Values for this AttributeGets the Old Values for this Attribute
-
Method Details
-
getAttributeName
String getAttributeName()Gets the Name of the Attribute- Returns:
- String - Name of the Attribute
- Since:
- 6.6
-
getNewValues
IDfList getNewValues()Gets the New Values for this Attribute- Returns:
- IDfList - New Values for this Attribute
- Since:
- 6.6
-
getOldValues
IDfList getOldValues()Gets the Old Values for this Attribute- Returns:
- IDfList - Old Values for this Attribute
- Since:
- 6.6
-
getModifiedIndexes
IDfList getModifiedIndexes()Gets the Modified Indexes for this Attribute- Returns:
- IDfList - Modified Indexes for this Attribute
- Since:
- 6.6
-