Package de.julielab.costosys.medline
Class SimplePKDataTableDocumentDeleter
- java.lang.Object
-
- de.julielab.costosys.medline.SimplePKDataTableDocumentDeleter
-
- All Implemented Interfaces:
IDocumentDeleter
public class SimplePKDataTableDocumentDeleter extends Object implements IDocumentDeleter
-
-
Constructor Summary
Constructors Constructor Description SimplePKDataTableDocumentDeleter()
-
Method Summary
All Methods Instance Methods Concrete 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()voidsetDbc(DataBaseConnector dbc)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.julielab.costosys.medline.IDocumentDeleter
isOneOf
-
-
-
-
Method Detail
-
setDbc
public void setDbc(DataBaseConnector dbc)
-
deleteDocuments
public void deleteDocuments(List<String> docIds)
- Specified by:
deleteDocumentsin interfaceIDocumentDeleter
-
configure
public void configure(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> deletionConfiguration) throws DocumentDeletionExceptionDescription copied from interface:IDocumentDeleterPasses the XML contents of the deletion element.- Specified by:
configurein interfaceIDocumentDeleter- Parameters:
deletionConfiguration- The subconfiguration where the deletion element for the current deleter is the root.- Throws:
DocumentDeletionException- If configuration fails.
-
getName
public String getName()
- Specified by:
getNamein interfaceIDocumentDeleter
-
-