org.dspace.ctask.general
Class NoOpCurationTask

java.lang.Object
  extended by org.dspace.curate.AbstractCurationTask
      extended by org.dspace.ctask.general.NoOpCurationTask
All Implemented Interfaces:
CurationTask

public class NoOpCurationTask
extends AbstractCurationTask


Field Summary
 
Fields inherited from class org.dspace.curate.AbstractCurationTask
curator, taskId
 
Constructor Summary
NoOpCurationTask()
           
 
Method Summary
 int perform(DSpaceObject dso)
          Perform the curation task upon passed DSO
 
Methods inherited from class org.dspace.curate.AbstractCurationTask
dereference, distribute, init, perform, performItem, performObject, report, setResult, taskBooleanProperty, taskIntProperty, taskLongProperty, taskProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpCurationTask

public NoOpCurationTask()
Method Detail

perform

public int perform(DSpaceObject dso)
            throws IOException
Description copied from interface: CurationTask
Perform the curation task upon passed DSO

Specified by:
perform in interface CurationTask
Specified by:
perform in class AbstractCurationTask
Parameters:
dso - the DSpace object
Returns:
status code
Throws:
IOException


Copyright © 2012 DuraSpace. All Rights Reserved.