Uses of Class
org.dspace.curate.Curator

Packages that use Curator
org.dspace.curate   
 

Uses of Curator in org.dspace.curate
 

Fields in org.dspace.curate declared as Curator
protected  Curator AbstractCurationTask.curator
           
 

Methods in org.dspace.curate that return Curator
 Curator Curator.addTask(String taskName)
          Add a task to the set to be performed.
 Curator Curator.removeTask(String taskName)
          Removes a task from the set to be performed.
 Curator Curator.setInvoked(Curator.Invoked mode)
          Assigns invocation mode.
 Curator Curator.setReporter(String reporter)
          Sets the reporting stream for this curator.
 

Methods in org.dspace.curate with parameters of type Curator
static boolean WorkflowCurator.curate(Curator curator, Context c, String wfId)
          Determines and executes curation of a Workflow item.
static boolean WorkflowCurator.curate(Curator curator, Context c, WorkflowItem wfi)
           
 void RequiredMetadata.init(Curator curator, String taskId)
           
 void ClamScan.init(Curator curator, String taskId)
           
 void AbstractCurationTask.init(Curator curator, String taskId)
           
 void CurationTask.init(Curator curator, String taskId)
          Initialize task - parameters inform the task of it's invoking curator.
 



Copyright © 2011 DuraSpace. All Rights Reserved.