Package de.julielab.costosys.medline
Class MedlineDataTableDocumentDeleter
- java.lang.Object
-
- de.julielab.costosys.medline.MedlineDataTableDocumentDeleter
-
- All Implemented Interfaces:
IDocumentDeleter
public class MedlineDataTableDocumentDeleter extends java.lang.Object implements IDocumentDeleter
-
-
Constructor Summary
Constructors Constructor Description MedlineDataTableDocumentDeleter()
-
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)voiddeleteDocuments(java.util.List<java.lang.String> docIds)java.util.Set<java.lang.String>getNames()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
hasName
-
-
-
-
Method Detail
-
setDbc
public void setDbc(DataBaseConnector dbc)
-
deleteDocuments
public void deleteDocuments(java.util.List<java.lang.String> docIds)
- Specified by:
deleteDocumentsin interfaceIDocumentDeleter
-
configure
public void configure(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> deletionConfiguration) throws MedlineDocumentDeletionException- Specified by:
configurein interfaceIDocumentDeleter- Throws:
MedlineDocumentDeletionException
-
getNames
public java.util.Set<java.lang.String> getNames()
- Specified by:
getNamesin interfaceIDocumentDeleter
-
-