Uses of Class
org.dspace.curate.Curator

Packages that use Curator
org.dspace.ctask.general   
org.dspace.curate   
 

Uses of Curator in org.dspace.ctask.general
 

Methods in org.dspace.ctask.general with parameters of type Curator
 void RequiredMetadata.init(Curator curator, String taskId)
           
 void AbstractTranslator.init(Curator curator, String taskId)
           
 void ClamScan.init(Curator curator, String taskId)
           
 

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.setCacheLimit(int limit)
          Sets an upper limit for the number of objects in the context cache used in a curation, if context accessible.
 Curator Curator.setInvoked(Curator.Invoked mode)
          Assigns invocation mode.
 Curator Curator.setReporter(String reporter)
          Sets the reporting stream for this curator.
 Curator Curator.setTransactionScope(Curator.TxScope scope)
          Defines the transactional scope of curator executions.
 

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 ResolvedTask.init(Curator curator)
          Initialize task - parameters inform the task of it's invoking curator.
 void CurationTask.init(Curator curator, String taskId)
          Initialize task - parameters inform the task of it's invoking curator.
 void AbstractCurationTask.init(Curator curator, String taskId)
           
 void ScriptedTask.init(Curator curator, String taskId)
          Initialize task - parameters inform the task of it's invoking curator.
 



Copyright © 2012 DuraSpace. All Rights Reserved.