Interface ISharableLibrary

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ISharableLibrary
    extends com4j.Com4jObject
    For HP use. Provides an interface for a library that can be shared.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ILibraryOperationResult importLibraryVerification​(java.lang.String dstDomainName, java.lang.String dstProjectName, int srcBaselineId)
      Performs validation before library import.
      IList usedByInfo()
      Returns an IList of ILibraryInfo references of libraries that are using this library.
      java.lang.Object usedByInfo​(int index)  
      • Methods inherited from interface com4j.Com4jObject

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

      • usedByInfo

        IList usedByInfo()

        Returns an IList of ILibraryInfo references of libraries that are using this library. The list is empty if none.

        Getter method for the COM property "UsedByInfo"

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • usedByInfo

        java.lang.Object usedByInfo​(int index)
      • importLibraryVerification

        ILibraryOperationResult importLibraryVerification​(java.lang.String dstDomainName,
                                                          java.lang.String dstProjectName,
                                                          int srcBaselineId)

        Performs validation before library import.

        Parameters:
        dstDomainName - Mandatory java.lang.String parameter.
        dstProjectName - Mandatory java.lang.String parameter.
        srcBaselineId - Mandatory int parameter.
        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.ILibraryOperationResult