| Package | Description |
|---|---|
| org.dspace.ctask.general | |
| org.dspace.curate |
| Modifier and Type | Method and Description |
|---|---|
void |
ClamScan.init(Curator curator,
java.lang.String taskId) |
void |
AbstractTranslator.init(Curator curator,
java.lang.String taskId) |
void |
RequiredMetadata.init(Curator curator,
java.lang.String taskId) |
void |
MetadataWebService.init(Curator curator,
java.lang.String taskId)
Initializes task
|
| Modifier and Type | Field and Description |
|---|---|
protected Curator |
AbstractCurationTask.curator |
| Modifier and Type | Method and Description |
|---|---|
Curator |
Curator.addTask(java.lang.String taskName)
Add a task to the set to be performed.
|
Curator |
Curator.removeTask(java.lang.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(java.lang.String reporter)
Sets the reporting stream for this curator.
|
Curator |
Curator.setTransactionScope(Curator.TxScope scope)
Defines the transactional scope of curator executions.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WorkflowCurator.curate(Curator curator,
Context c,
java.lang.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 |
AbstractCurationTask.init(Curator curator,
java.lang.String taskId) |
void |
CurationTask.init(Curator curator,
java.lang.String taskId)
Initialize task - parameters inform the task of it's invoking curator.
|
void |
ScriptedTask.init(Curator curator,
java.lang.String taskId)
Initialize task - parameters inform the task of it's invoking curator.
|
Copyright © 2018 DuraSpace. All Rights Reserved.