public class TagByDublinCoreTermWOH extends ResumableWorkflowOperationHandlerBase
| Modifier and Type | Field and Description |
|---|---|
static String |
COPY_PROPERTY
Name of the configuration option that provides the copy boolean we are looking for
|
static String |
DCCATALOG_PROPERTY
Name of the configuration option that provides the catalog to examine
|
static String |
DCTERM_PROPERTY
Name of the configuration option that provides Dublin Core term/element
|
static String |
DEFAULT_VALUE_PROPERTY
Name of the configuration option that provides term's default value if not present
|
static String |
MATCH_VALUE_PROPERTY
Name of the configuration option that provides value to match
|
static String |
SOURCE_FLAVORS_PROPERTY
Name of the configuration option that provides the source flavors we are looking for
|
static String |
SOURCE_TAGS_PROPERTY
Name of the configuration option that provides the source tags we are looking for
|
static String |
TARGET_FLAVOR_PROPERTY
Name of the configuration option that provides the target flavors we are looking for
|
static String |
TARGET_TAGS_PROPERTY
Name of the configuration option that provides the target tags we are looking for
|
componentContext, holdActionTitle, staticResource, staticResourceRegistration| Constructor and Description |
|---|
TagByDublinCoreTermWOH() |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,String> |
getConfigurationOptions() |
void |
setWorkspace(org.opencastproject.workspace.api.Workspace workspace)
Callback for declarative services configuration that will introduce us to the local workspace service.
|
org.opencastproject.workflow.api.WorkflowOperationResult |
start(org.opencastproject.workflow.api.WorkflowInstance workflowInstance,
org.opencastproject.job.api.JobContext context)
This default implementation will put the workflow into the hold state.
|
activate, deactivate, getHoldActionTitle, getHoldStateUserInterfaceURL, isAlwaysPause, registerHoldStateUserInterface, resume, setHoldActionTitleaddConfigurationOption, asList, cfgKeyMissing, createResult, createResult, createResult, createResult, createResult, destroy, equals, getCfg, getConfig, getConfig, getConfig, getDescription, getFileNameFromElements, getId, getOptConfig, getOptConfig, hashCode, removeConfigurationOption, setJobBarrierPollingInterval, setServiceRegistry, skip, toString, waitForStatus, waitForStatuspublic static final String SOURCE_FLAVORS_PROPERTY
public static final String SOURCE_TAGS_PROPERTY
public static final String TARGET_FLAVOR_PROPERTY
public static final String TARGET_TAGS_PROPERTY
public static final String DCCATALOG_PROPERTY
public static final String DCTERM_PROPERTY
public static final String DEFAULT_VALUE_PROPERTY
public static final String MATCH_VALUE_PROPERTY
public static final String COPY_PROPERTY
public SortedMap<String,String> getConfigurationOptions()
getConfigurationOptions in interface org.opencastproject.workflow.api.WorkflowOperationHandlergetConfigurationOptions in class org.opencastproject.workflow.api.AbstractWorkflowOperationHandlerWorkflowOperationHandler.getConfigurationOptions()public void setWorkspace(org.opencastproject.workspace.api.Workspace workspace)
workspace - an instance of the workspacepublic org.opencastproject.workflow.api.WorkflowOperationResult start(org.opencastproject.workflow.api.WorkflowInstance workflowInstance,
org.opencastproject.job.api.JobContext context)
throws org.opencastproject.workflow.api.WorkflowOperationException
start in interface org.opencastproject.workflow.api.WorkflowOperationHandlerstart in class ResumableWorkflowOperationHandlerBaseorg.opencastproject.workflow.api.WorkflowOperationExceptionWorkflowOperationHandler.start(org.opencastproject.workflow.api.WorkflowInstance,
JobContext)Copyright © 2009–2019 Opencast Project. All rights reserved.