Interface ILibrary

    • Method Detail

      • libType

        int libType()

        The Library Type (Created, Imported, TBD).

        Getter method for the COM property "LibType"

        Returns:
        Returns a value of type int
      • name

        java.lang.String name()

        The library's name.

        Getter method for the COM property "Name"

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

        void name​(java.lang.String pVal)

        The library's name.

        Setter method for the COM property "Name"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • parent

        com4j.Com4jObject parent()

        The library's parent library folder.

        Getter method for the COM property "Parent"

        Returns:
        Returns a value of type com4j.Com4jObject
      • creatorUser

        java.lang.String creatorUser()

        The user name of the library creator or importer.

        Getter method for the COM property "CreatorUser"

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

        void creatorUser​(java.lang.String pVal)

        The user name of the library creator or importer.

        Setter method for the COM property "CreatorUser"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • creationDate

        java.util.Date creationDate()

        The Date on which the library was created.

        Getter method for the COM property "CreationDate"

        Returns:
        Returns a value of type java.util.Date
      • libraryPartFactory

        com4j.Com4jObject libraryPartFactory()

        The library parts factory of this library.

        Getter method for the COM property "LibraryPartFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • baselineFactory

        com4j.Com4jObject baselineFactory()

        For HP use. The factory that manages baselines of this Library.

        Getter method for the COM property "BaselineFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • beginSync

        int beginSync​(ILibraryInfo srcLibrary,
                      int srcBaselineId,
                      int comparisonId,
                      IList fieldsToSync)

        For HP use. Synchronizes another library baseline into the current library. Both libraries type may be either exportable or imported.

        Parameters:
        srcLibrary - Mandatory step.repository.alm.v16.otaclient.ILibraryInfo parameter.
        srcBaselineId - Mandatory int parameter.
        comparisonId - Mandatory int parameter.
        fieldsToSync - Mandatory step.repository.alm.v16.otaclient.IList parameter.
        Returns:
        Returns a value of type int
      • libraryInfo

        com4j.Com4jObject libraryInfo()

        For HP use. Returns the LibraryInfo of this library. The returned baseline data is meaningless (it is here only because it is a part of the LibraryInfo data).

        Getter method for the COM property "LibraryInfo"

        Returns:
        Returns a value of type com4j.Com4jObject
      • createBaselineVerification

        ILibraryOperationResult createBaselineVerification()

        For HP use. Performs verification before baseline creation.

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.ILibraryOperationResult
      • syncLibrariesVerification

        ILibraryOperationResult syncLibrariesVerification​(ILibraryInfo srcLibrary,
                                                          int srcBaselineId,
                                                          int comparisonId)

        For HP use. Performs verification before libraries synchronization.

        Parameters:
        srcLibrary - Mandatory step.repository.alm.v16.otaclient.ILibraryInfo parameter.
        srcBaselineId - Mandatory int parameter.
        comparisonId - Mandatory int parameter.
        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.ILibraryOperationResult
      • getLibraryTaskId

        int getLibraryTaskId()

        The asynchronous task ID of this library.

        Returns:
        Returns a value of type int
      • contentPartFactory

        com4j.Com4jObject contentPartFactory()

        The Content parts factory of this library.

        Getter method for the COM property "ContentPartFactory"

        Returns:
        Returns a value of type com4j.Com4jObject