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
      String changer()
      The user name of the user who changed the record.
      String description()
      The description of the record.
      String time()
      The time stamp according to the database server clock.
      String toXmlString()
      Returns the record in XML format.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • description

        String description()

        The description of the record.

        Getter method for the COM property "Description"

        Returns:
        Returns a value of type java.lang.String
      • time

        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

        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

        String toXmlString()

        Returns the record in XML format.

        Returns:
        Returns a value of type java.lang.String