@Distributive public class ProfileFormats extends AbstractCurationTask
curator, taskId| Constructor and Description |
|---|
ProfileFormats() |
| Modifier and Type | Method and Description |
|---|---|
int |
perform(DSpaceObject dso)
Perform the curation task upon passed DSO
|
protected void |
performItem(Item item)
Performs task upon a single DSpace Item.
|
dereference, distribute, init, perform, performObject, report, setResult, taskBooleanProperty, taskIntProperty, taskLongProperty, taskPropertypublic int perform(DSpaceObject dso) throws java.io.IOException
perform in interface CurationTaskperform in class AbstractCurationTaskdso - the DSpace objectjava.io.IOExceptionprotected void performItem(Item item) throws java.sql.SQLException, java.io.IOException
AbstractCurationTaskdistribute method to run a single task across multiple Items.
You should override this method if you want to use
distribute to run your task across multiple DSpace Items.
Either this method or performObject should be overridden if
distribute method is used.
performItem in class AbstractCurationTaskitem - the DSpace Itemjava.sql.SQLExceptionjava.io.IOExceptionCopyright © 2018 DuraSpace. All Rights Reserved.