Interface ILibraryOperationResult

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ILibraryOperationResult
    extends com4j.Com4jObject
    For HP use. Represents a verification operation result for a library operation (like import, sync, create baseline, etc).
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String filesList()
      Returns comma separated list of files, created by verification process.
      boolean isPassed()
      Returns the second compared element's id
      String resultString()
      Returns a text output of verification
      • Methods inherited from interface com4j.Com4jObject

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

      • resultString

        String resultString()

        Returns a text output of verification

        Getter method for the COM property "ResultString"

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

        String filesList()

        Returns comma separated list of files, created by verification process. Now it is single file - result of Broken Links verification.

        Getter method for the COM property "FilesList"

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

        boolean isPassed()

        Returns the second compared element's id

        Getter method for the COM property "IsPassed"

        Returns:
        Returns a value of type boolean