Class PartialRetractEngageAWSS3WorkflowOperationHandler
java.lang.Object
org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
org.opencastproject.workflow.handler.distribution.RetractEngageWorkflowOperationHandler
org.opencastproject.workflow.handler.distribution.PartialRetractEngageWorkflowOperationHandler
org.opencastproject.workflow.handler.distribution.PartialRetractEngageAWSS3WorkflowOperationHandler
- All Implemented Interfaces:
WorkflowOperationHandler
public class PartialRetractEngageAWSS3WorkflowOperationHandler
extends PartialRetractEngageWorkflowOperationHandler
Workflow operation for retracting parts of a media package from the engage player.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
AbstractWorkflowOperationHandler.Configuration -
Field Summary
Fields inherited from class org.opencastproject.workflow.handler.distribution.RetractEngageWorkflowOperationHandler
downloadDistributionService, searchService, streamingDistributionServiceFields inherited from class org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
description, id, serviceRegistry, SOURCE_FLAVOR, SOURCE_FLAVORS, SOURCE_TAG, SOURCE_TAGS, TARGET_FLAVOR, TARGET_FLAVORS, TARGET_TAG, TARGET_TAGS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDownloadDistributionService(DownloadDistributionService downloadDistributionService) Callback for the OSGi declarative services configuration.voidsetSearchService(SearchService searchService) Callback for declarative services configuration that will introduce us to the search service.voidsetServiceRegistry(ServiceRegistry serviceRegistry) Sets the service registry.Methods inherited from class org.opencastproject.workflow.handler.distribution.PartialRetractEngageWorkflowOperationHandler
activate, setStreamingDistributionService, startMethods inherited from class org.opencastproject.workflow.handler.distribution.RetractEngageWorkflowOperationHandler
retractElementsMethods inherited from class org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
applyTargetTagsToElement, asList, createResult, createResult, createResult, createResult, destroy, equals, getCfg, getConfig, getConfig, getConfig, getDescription, getFileNameFromElements, getId, getOptConfig, getOptConfig, getTagsAndFlavors, hashCode, setJobBarrierPollingInterval, skip, toString, waitForStatus, waitForStatus
-
Constructor Details
-
PartialRetractEngageAWSS3WorkflowOperationHandler
public PartialRetractEngageAWSS3WorkflowOperationHandler()
-
-
Method Details
-
setDownloadDistributionService
Callback for the OSGi declarative services configuration.- Overrides:
setDownloadDistributionServicein classPartialRetractEngageWorkflowOperationHandler- Parameters:
downloadDistributionService- the download distribution service
-
setSearchService
Callback for declarative services configuration that will introduce us to the search service. Implementation assumes that the reference is configured as being static.- Overrides:
setSearchServicein classPartialRetractEngageWorkflowOperationHandler- Parameters:
searchService- an instance of the search service
-
setServiceRegistry
Description copied from class:AbstractWorkflowOperationHandlerSets the service registry. This method is here as a convenience for developers that need the registry to do job waiting.- Overrides:
setServiceRegistryin classPartialRetractEngageWorkflowOperationHandler- Parameters:
serviceRegistry- the service registry
-