Class ResumableWorkflowOperationHandlerBase

java.lang.Object
org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
org.opencastproject.workflow.handler.workflow.ResumableWorkflowOperationHandlerBase
All Implemented Interfaces:
ResumableWorkflowOperationHandler, WorkflowOperationHandler
Direct Known Subclasses:
ConfigureByDublinCoreTermWOH, ErrorResolutionWorkflowOperationHandler, TagByDublinCoreTermWOH, VideoEditorWorkflowOperationHandler

public class ResumableWorkflowOperationHandlerBase extends AbstractWorkflowOperationHandler implements ResumableWorkflowOperationHandler
Abstract base implementation for a resumable operation handler, which implements a simple operations for starting an operation, returning a WorkflowOperationResult with the current mediapackage and WorkflowOperationResult.Action.PAUSE and resuming an operation, returning a WorkflowOperationResult with the current mediapackage and WorkflowOperationResult.Action.CONTINUE.