Package step.repository.alm.otaclient
Interface IBPHistoryRecord
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface IBPHistoryRecord extends com4j.Com4jObjectFor HP use. Services for handling changes in Business Process records.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringchanger()The user name of the user who changed the record.java.lang.Stringdescription()The description of the record.java.lang.Stringtime()The time stamp according to the database server clock.java.lang.StringtoXmlString()Returns the record in XML format.
 
- 
- 
- 
Method Detail- 
descriptionjava.lang.String description() The description of the record. Getter method for the COM property "Description" - Returns:
- Returns a value of type java.lang.String
 
 - 
timejava.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
 
 - 
changerjava.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
 
 - 
toXmlStringjava.lang.String toXmlString() Returns the record in XML format. - Returns:
- Returns a value of type java.lang.String
 
 
- 
 
-