Interface ArtifactLinkDao

    • Method Detail

      • removeAll

        void removeAll​(@NotNull
                       @NotNull Collection<ArtifactLink> artifactLinkCollection)
        Removes all ArtifactLink objects from the collection.
        Parameters:
        artifactLinkCollection - ArtifactLink objects to be removed.
      • removeById

        void removeById​(long artifactLinkId)
        Remove artifact link by its id.
        Parameters:
        artifactLinkId -
        Since:
        9.3
      • scrollArtifactLinksForExport

        long scrollArtifactLinksForExport​(@NotNull
                                          @NotNull Consumer<ArtifactLink> consumer)
        Scroll through all ArtifactLink records and pass them to consumer