Class ConfigurableWorkflowOperationHandlerBase

java.lang.Object
org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
org.opencastproject.workflow.handler.distribution.ConfigurableWorkflowOperationHandlerBase
All Implemented Interfaces:
WorkflowOperationHandler
Direct Known Subclasses:
ConfigurablePublishWorkflowOperationHandler, ConfigurableRetractWorkflowOperationHandler

public abstract class ConfigurableWorkflowOperationHandlerBase extends AbstractWorkflowOperationHandler
Abstract base class of ConfigurablePublishWorkflerOperationHandler and ConfigurableRectractWorkflowOperationHandler. Both the ConfigurablePublishWorkflowOperationHandler and ConfigurableRetractWorkflowOperationHanlder are capable of retracting publications created by the ConfigurablePublishWorkflowOperationHandler. To avoid code duplication, this commonly used functionaly has been factored out into this class.