Class ConditionalConfigWorkflowOperationHandler
- java.lang.Object
-
- org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
-
- org.opencastproject.workflow.handler.workflow.ConditionalConfigWorkflowOperationHandler
-
- All Implemented Interfaces:
org.opencastproject.workflow.api.WorkflowOperationHandler
public class ConditionalConfigWorkflowOperationHandler extends org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONDITION_PREFIXstatic StringCONFIGURATION_NAMEstatic StringNO_MATCHstatic StringVALUE_PREFIX
-
Constructor Summary
Constructors Constructor Description ConditionalConfigWorkflowOperationHandler()
-
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
-
CONFIGURATION_NAME
public static final String CONFIGURATION_NAME
- See Also:
- Constant Field Values
-
CONDITION_PREFIX
public static final String CONDITION_PREFIX
- See Also:
- Constant Field Values
-
VALUE_PREFIX
public static final String VALUE_PREFIX
- See Also:
- Constant Field Values
-
NO_MATCH
public static final String NO_MATCH
- 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
-
-