Class MicrosoftAzureStartTranscriptionOperationHandler
java.lang.Object
org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
org.opencastproject.transcription.workflowoperation.MicrosoftAzureStartTranscriptionOperationHandler
- All Implemented Interfaces:
org.opencastproject.workflow.api.WorkflowOperationHandler
public class MicrosoftAzureStartTranscriptionOperationHandler
extends org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
org.opencastproject.workflow.api.AbstractWorkflowOperationHandler.Configuration -
Field Summary
Fields 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 TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext cc) protected voiddeleteTrack(org.opencastproject.mediapackage.Track track) voidsetComposerService(org.opencastproject.composer.api.ComposerService composerService) voidsetServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry) voidsetTranscriptionService(org.opencastproject.transcription.api.TranscriptionService service) voidsetWorkspace(org.opencastproject.workspace.api.Workspace workspace) 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
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
-
MicrosoftAzureStartTranscriptionOperationHandler
public MicrosoftAzureStartTranscriptionOperationHandler()
-
-
Method Details
-
activate
protected void activate(org.osgi.service.component.ComponentContext cc) - Overrides:
activatein classorg.opencastproject.workflow.api.AbstractWorkflowOperationHandler
-
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
-
deleteTrack
protected void deleteTrack(org.opencastproject.mediapackage.Track track) -
setTranscriptionService
public void setTranscriptionService(org.opencastproject.transcription.api.TranscriptionService service) -
setServiceRegistry
public void setServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry) - Overrides:
setServiceRegistryin classorg.opencastproject.workflow.api.AbstractWorkflowOperationHandler
-
setComposerService
public void setComposerService(org.opencastproject.composer.api.ComposerService composerService) -
setWorkspace
public void setWorkspace(org.opencastproject.workspace.api.Workspace workspace)
-