Package de.julielab.costosys.medline
Interface IDocumentDeleter
-
- All Known Implementing Classes:
ElasticSearchDocumentDeleter,SimplePKDataTableDocumentDeleter
public interface IDocumentDeleter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidconfigure(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> deletionConfiguration)Passes the XML contents of the deletion element.voiddeleteDocuments(List<String> docIds)StringgetName()default booleanisOneOf(String... names)
-
-
-
Method Detail
-
configure
void configure(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> deletionConfiguration) throws DocumentDeletionExceptionPasses 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)
-
getName
String getName()
-
-