Uses of Class
org.dspace.curate.Curator
-
Packages that use Curator Package Description org.dspace.ctask.general org.dspace.ctask.testing org.dspace.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.org.dspace.curate.service -
-
Uses of Curator in org.dspace.ctask.general
Methods in org.dspace.ctask.general with parameters of type Curator Modifier and Type Method Description voidAbstractTranslator. init(Curator curator, String taskId)voidClamScan. init(Curator curator, String taskId)voidMetadataWebService. init(Curator curator, String taskId)Initializes taskvoidRegisterDOI. init(Curator curator, String taskId)Initialise the curation task and read configuration, instantiate the DOI providervoidRequiredMetadata. init(Curator curator, String taskId) -
Uses of Curator in org.dspace.ctask.testing
Methods in org.dspace.ctask.testing with parameters of type Curator Modifier and Type Method Description voidPropertyParameterTestingTask. init(Curator curator, String taskId) -
Uses of Curator in org.dspace.curate
Fields in org.dspace.curate declared as Curator Modifier and Type Field Description protected CuratorAbstractCurationTask. curatorMethods in org.dspace.curate that return Curator Modifier and Type Method Description CuratorCurator. addTask(String taskName)Add a task to the set to be performed.CuratorCurator. removeTask(String taskName)Removes a task from the set to be performed.CuratorCurator. setInvoked(Curator.Invoked mode)Assigns invocation mode.CuratorCurator. setReporter(Appendable reporter)Sets the reporting stream for this curator.CuratorCurator. setTransactionScope(Curator.TxScope scope)Defines the transactional scope of curator executions.Methods in org.dspace.curate with parameters of type Curator Modifier and Type Method Description booleanXmlWorkflowCuratorServiceImpl. curate(Curator curator, Context c, String wfId)booleanXmlWorkflowCuratorServiceImpl. curate(Curator curator, Context c, XmlWorkflowItem wfi)voidAbstractCurationTask. init(Curator curator, String taskId)voidCurationTask. init(Curator curator, String taskId)Initialize task - parameters inform the task of it's invoking curator.voidResolvedTask. init(Curator curator)Initialize task - parameters inform the task of it's invoking curator.voidScriptedTask. init(Curator curator, String taskId)Initialize 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 Curator Modifier and Type Method Description booleanXmlWorkflowCuratorService. curate(Curator curator, Context c, String wfId)Determines 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.
-