Package step.repository.alm.otaclient
Interface IBPHistoryRecord
-
- All Superinterfaces:
com4j.Com4jObject
public interface IBPHistoryRecord extends com4j.Com4jObject
For HP use. Services for handling changes in Business Process records.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
changer()
The user name of the user who changed the record.java.lang.String
description()
The description of the record.java.lang.String
time()
The time stamp according to the database server clock.java.lang.String
toXmlString()
Returns the record in XML format.
-
-
-
Method Detail
-
description
java.lang.String description()
The description of the record.
Getter method for the COM property "Description"
- Returns:
- Returns a value of type java.lang.String
-
time
java.lang.String time()
The time stamp according to the database server clock.
Getter method for the COM property "Time"
- Returns:
- Returns a value of type java.lang.String
-
changer
java.lang.String changer()
The user name of the user who changed the record.
Getter method for the COM property "Changer"
- Returns:
- Returns a value of type java.lang.String
-
toXmlString
java.lang.String toXmlString()
Returns the record in XML format.
- Returns:
- Returns a value of type java.lang.String
-
-