Uses of Class
org.dspace.curate.Curator
Packages that use Curator
Package
Description
In DSpace, "curation" refers to the application of one or more "tasks" to one
or more model objects.
-
Uses of Curator in org.dspace.ctask.general
Methods in org.dspace.ctask.general with parameters of type CuratorModifier and TypeMethodDescriptionvoidvoidvoidInitializes taskvoidInitialise the curation task and read configuration, instantiate the DOI providervoid -
Uses of Curator in org.dspace.ctask.testing
Methods in org.dspace.ctask.testing with parameters of type Curator -
Uses of Curator in org.dspace.curate
Fields in org.dspace.curate declared as CuratorMethods in org.dspace.curate that return CuratorModifier and TypeMethodDescriptionAdd a task to the set to be performed.Curator.removeTask(String taskName) Removes a task from the set to be performed.Curator.setInvoked(Curator.Invoked mode) Assigns invocation mode.Curator.setReporter(Appendable reporter) Sets the reporting stream for this curator.Curator.setTransactionScope(Curator.TxScope scope) Defines the transactional scope of curator executions.Methods in org.dspace.curate with parameters of type CuratorModifier and TypeMethodDescriptionbooleanbooleanXmlWorkflowCuratorServiceImpl.curate(Curator curator, Context c, XmlWorkflowItem wfi) voidvoidInitialize task - parameters inform the task of it's invoking curator.voidInitialize task - parameters inform the task of it's invoking curator.voidInitialize task - parameters inform the task of it's invoking curator. -
Uses of Curator in org.dspace.curate.service
Methods in org.dspace.curate.service with parameters of type CuratorModifier and TypeMethodDescriptionbooleanDetermines and executes curation of a Workflow item by ID.booleanXmlWorkflowCuratorService.curate(Curator curator, Context c, XmlWorkflowItem wfi) Determines and executes curation of a Workflow item.