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 Detail

      • usedByInfo

        IList usedByInfo()

        Get an IList of ILibraryInfo of libraries that are using me. (empty list if none

        Getter method for the COM property "UsedByInfo"

        Returns:
        Returns a value of type otaclient.IList
      • usedByInfo

        Object usedByInfo​(int index)
      • importLibraryVerification

        ILibraryOperationResult importLibraryVerification​(String dstDomainName,
                                                          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 otaclient.ILibraryOperationResult