Class TagWorkflowOperationHandler
- java.lang.Object
-
- org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
-
- org.opencastproject.workflow.handler.workflow.TagWorkflowOperationHandler
-
- All Implemented Interfaces:
org.opencastproject.workflow.api.WorkflowOperationHandler
public class TagWorkflowOperationHandler extends org.opencastproject.workflow.api.AbstractWorkflowOperationHandlerSimple implementation that holds for user-entered trim points.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOPY_PROPERTYName of the configuration option that provides the copy boolean we are looking forstatic StringSOURCE_FLAVORS_PROPERTYName of the configuration option that provides the source flavors we are looking forstatic StringSOURCE_TAGS_PROPERTYName of the configuration option that provides the source tags we are looking forstatic StringTARGET_FLAVOR_PROPERTYName of the configuration option that provides the target flavors we are looking forstatic StringTARGET_TAGS_PROPERTYName of the configuration option that provides the target tags we are looking for
-
Constructor Summary
Constructors Constructor Description TagWorkflowOperationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opencastproject.workflow.api.WorkflowOperationResultstart(org.opencastproject.workflow.api.WorkflowInstance workflowInstance, org.opencastproject.job.api.JobContext context)-
Methods inherited from class org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
activate, asList, cfgKeyMissing, createResult, createResult, createResult, createResult, destroy, equals, getCfg, getConfig, getConfig, getConfig, getDescription, getFileNameFromElements, getId, getOptConfig, getOptConfig, getTagsAndFlavors, hashCode, setJobBarrierPollingInterval, setServiceRegistry, skip, toString, waitForStatus, waitForStatus
-
-
-
-
Field Detail
-
SOURCE_FLAVORS_PROPERTY
public static final String SOURCE_FLAVORS_PROPERTY
Name of the configuration option that provides the source flavors we are looking for- See Also:
- Constant Field Values
-
SOURCE_TAGS_PROPERTY
public static final String SOURCE_TAGS_PROPERTY
Name of the configuration option that provides the source tags we are looking for- See Also:
- Constant Field Values
-
TARGET_FLAVOR_PROPERTY
public static final String TARGET_FLAVOR_PROPERTY
Name of the configuration option that provides the target flavors we are looking for- See Also:
- Constant Field Values
-
TARGET_TAGS_PROPERTY
public static final String TARGET_TAGS_PROPERTY
Name of the configuration option that provides the target tags we are looking for- See Also:
- Constant Field Values
-
COPY_PROPERTY
public static final String COPY_PROPERTY
Name of the configuration option that provides the copy boolean we are looking for- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public org.opencastproject.workflow.api.WorkflowOperationResult start(org.opencastproject.workflow.api.WorkflowInstance workflowInstance, org.opencastproject.job.api.JobContext context) throws org.opencastproject.workflow.api.WorkflowOperationException- Specified by:
startin interfaceorg.opencastproject.workflow.api.WorkflowOperationHandler- Specified by:
startin classorg.opencastproject.workflow.api.AbstractWorkflowOperationHandler- Throws:
org.opencastproject.workflow.api.WorkflowOperationException- See Also:
WorkflowOperationHandler.start(org.opencastproject.workflow.api.WorkflowInstance, JobContext)
-
-