@Distributive @Mutative public class CitationPage extends AbstractCurationTask
curator, taskId| Constructor and Description |
|---|
CitationPage() |
| 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.IOExceptionCurationTask.perform(DSpaceObject)protected void performItem(Item item) throws java.sql.SQLException
distribute 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.SQLExceptionAbstractCurationTask.performItem(Item)Copyright © 2018 DuraSpace. All Rights Reserved.