Interface IDocumentDeleter

    • Method Detail

      • deleteDocuments

        void deleteDocuments​(List<String> docIds)
      • configure

        void configure​(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> deletionConfiguration)
                throws DocumentDeletionException
        Passes the XML contents of the deletion element.
        Parameters:
        deletionConfiguration - The subconfiguration where the deletion element for the current deleter is the root.
        Throws:
        DocumentDeletionException - If configuration fails.
      • isOneOf

        default boolean isOneOf​(String... names)