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 java.lang.String
filesList()
Returns comma separated list of files, created by verification process.boolean
isPassed()
Returns the second compared element's ID.java.lang.String
resultString()
Returns a text output of verification.
-
-
-
Method Detail
-
resultString
java.lang.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
java.lang.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
-
-