Interface Repository

    • Field Detail

      • CAPABILITY_QUERY_BLOB_KEYS

        static final String CAPABILITY_QUERY_BLOB_KEYS
        Whether this repository has a ecm:blobKeys field which can be queried.
        Since:
        11.5
        See Also:
        Constant Field Values
    • Method Detail

      • shutdown

        void shutdown()
      • markReferencedBlobs

        void markReferencedBlobs​(BiConsumer<String,​String> markerCallback)
        Marks the blobs in use by passing them to the provided callback (taking the blob key and the repository name).
        Since:
        2021.8
      • getFulltextConfiguration

        FulltextConfiguration getFulltextConfiguration()
        Gets the fulltext configuration for this repository.
        Since:
        10.3 (already available since 8.1 for DBSRepository)
      • hasCapability

        default boolean hasCapability​(String name)
        Checks whether this repository has the given capability.
        Since:
        11.5
      • getCapability

        Object getCapability​(String name)
        Gets the value of the given capability for this repository.
        Since:
        11.5