Uses of Class
org.opencastproject.workflow.api.WorkflowOperationException
Packages that use WorkflowOperationException
Package
Description
Workflow service.
-
Uses of WorkflowOperationException in org.opencastproject.execute.operation.handler
Methods in org.opencastproject.execute.operation.handler that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionvoidExecuteManyWorkflowOperationHandler.destroy(WorkflowInstance workflowInstance, JobContext context) voidExecuteOnceWorkflowOperationHandler.destroy(WorkflowInstance workflowInstance, JobContext context) ExecuteManyWorkflowOperationHandler.skip(WorkflowInstance workflowInstance, JobContext context) Skips the workflow operation on thisWorkflowInstance.ExecuteOnceWorkflowOperationHandler.skip(WorkflowInstance workflowInstance, JobContext context) Skips the workflow operation on thisWorkflowInstance.ExecuteManyWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.ExecuteOnceWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.transcription.workflowoperation
Methods in org.opencastproject.transcription.workflowoperation that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionAmberscriptAttachTranscriptionOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) AmberscriptStartTranscriptionOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) AttachTranscriptionOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) GoogleSpeechAttachTranscriptionOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.GoogleSpeechStartTranscriptionOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.MicrosoftAzureAttachTranscriptionOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) MicrosoftAzureStartTranscriptionOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) StartTranscriptionOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.api
Subclasses of WorkflowOperationException in org.opencastproject.workflow.apiMethods in org.opencastproject.workflow.api that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionvoidAbstractWorkflowOperationHandler.destroy(WorkflowInstance workflowInstance, JobContext context) Clean up after a workflow operation finishesvoidWorkflowOperationHandler.destroy(WorkflowInstance workflowInstance, JobContext context) Clean up after a workflow operation finishesprotected StringAbstractWorkflowOperationHandler.getConfig(WorkflowInstance wi, String key) Get a mandatory configuration key.protected StringAbstractWorkflowOperationHandler.getConfig(WorkflowOperationInstance woi, String key) Get a mandatory configuration key.ResumableWorkflowOperationHandler.getHoldStateUserInterfaceURL(WorkflowInstance workflowInstance) Gets the URL for the user interface for resuming the workflow.protected ConfiguredTagsAndFlavorsAbstractWorkflowOperationHandler.getTagsAndFlavors(WorkflowInstance workflow, AbstractWorkflowOperationHandler.Configuration srcTagsAndFlavors, AbstractWorkflowOperationHandler.Configuration targetTags, AbstractWorkflowOperationHandler.Configuration targetFlavors) Uses oneconfigurationfor both source tags and flavors, in case the WOH does not care whether the source entities are identified by tags or flavors.protected ConfiguredTagsAndFlavorsAbstractWorkflowOperationHandler.getTagsAndFlavors(WorkflowInstance workflow, AbstractWorkflowOperationHandler.Configuration srcTags, AbstractWorkflowOperationHandler.Configuration srcFlavors, AbstractWorkflowOperationHandler.Configuration targetTags, AbstractWorkflowOperationHandler.Configuration targetFlavors) Returns a ConfiguredTagsAndFlavors instance, which includes all specified source/target tags and flavors if they are valid.ResumableWorkflowOperationHandler.resume(WorkflowInstance workflowInstance, JobContext context, Map<String, String> properties) Continues a suspendedWorkflowInstance.AbstractWorkflowOperationHandler.skip(WorkflowInstance workflowInstance, JobContext context) Skips the workflow operation on thisWorkflowInstance.WorkflowOperationHandler.skip(WorkflowInstance workflowInstance, JobContext context) Skips the workflow operation on thisWorkflowInstance.abstract WorkflowOperationResultAbstractWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.WorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.analyzemediapackage
Methods in org.opencastproject.workflow.handler.analyzemediapackage that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionAnalyzeMediapackageWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.assetmanager
Methods in org.opencastproject.workflow.handler.assetmanager that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionAssetManagerDeleteWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) AssetManagerSnapshotWorkflowOperationHandler.start(WorkflowInstance wi, JobContext ctx) AssetManagerStorageMoveOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) SelectVersionWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.comments
Methods in org.opencastproject.workflow.handler.comments that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionCommentWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionprotected longPartialImportWorkflowOperationHandler.checkForEncodeToStandard(MediaPackage mediaPackage, boolean forceEncoding, Optional<EncodingProfile> forceProfile, List<String> requiredExtensions, MediaPackageElementFlavor targetPresenterFlavor, MediaPackageElementFlavor targetPresentationFlavor, List<MediaPackageElement> elementsToClean) protected longPartialImportWorkflowOperationHandler.checkForMuxing(MediaPackage mediaPackage, MediaPackageElementFlavor targetPresentationFlavor, MediaPackageElementFlavor targetPresenterFlavor, boolean useSuffix, List<MediaPackageElement> elementsToClean) protected StringImageWorkflowOperationHandler.createFileName(String suffix, URI trackUri, org.opencastproject.workflow.handler.composer.ImageWorkflowOperationHandler.MediaPosition pos, org.opencastproject.workflow.handler.composer.ImageWorkflowOperationHandler.Cfg cfg) Create a file name for the extracted image.protected JobImageWorkflowOperationHandler.extractImages(ImageWorkflowOperationHandler handler, Track track, EncodingProfile profile, List<org.opencastproject.workflow.handler.composer.ImageWorkflowOperationHandler.MediaPosition> positions, org.opencastproject.workflow.handler.composer.ImageWorkflowOperationHandler.Cfg cfg) Start a composer job to extract images from a track at the given positions.static EncodingProfileImageWorkflowOperationHandler.fetchProfile(ComposerService composerService, String profileName) Fetch a profile from the composer service.protected Optional<EncodingProfile> PartialImportWorkflowOperationHandler.getForceEncodingProfile(WorkflowOperationInstance woi, boolean forceEncoding) Get the force encoding profile from the operations config options.protected voidImageWorkflowOperationHandler.moveToWorkspace(ImageWorkflowOperationHandler handler, MediaPackage mp, Attachment image, String fileName) Move the extractedimageto its final location in the workspace and rename it tofileName.protected longPartialImportWorkflowOperationHandler.mux(MediaPackage mediaPackage, Track video, Track audio, List<MediaPackageElement> elementsToClean) Mux a video and an audio track.CompositeWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.ConcatWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.DemuxWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.EncodeWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.ImageConvertWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) ImageToVideoWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) ImageWorkflowOperationHandler.start(WorkflowInstance wi, JobContext ctx) MultiEncodeWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.MuxWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.PartialImportWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.PrepareAVWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.ProcessSmilWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.SanitizeAdaptiveWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.SegmentPreviewsWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.SelectStreamsWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.coverimage
Methods in org.opencastproject.workflow.handler.coverimage that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionprotected intCoverImageWorkflowOperationHandlerBase.getIntConfiguration(WorkflowOperationInstance operation, String key) protected StringCoverImageWorkflowOperationHandlerBase.getPosterImageFileUrl(MediaPackage mediaPackage, String posterimageFlavor) protected StringCoverImageWorkflowOperationHandlerBase.loadXsl(WorkflowOperationInstance operation) CoverImageWorkflowOperationHandlerBase.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.crop
Methods in org.opencastproject.workflow.handler.crop that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionCropWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext jobContext) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.distribution
Methods in org.opencastproject.workflow.handler.distribution that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionprotected MediaPackagePublishEngageWorkflowOperationHandler.getMediaPackageForSearchIndex(MediaPackage current, List<Job> jobs, MediaPackageElementFlavor downloadSubflavor, String[] downloadTargetTags, Set<String> downloadElementIds, MediaPackageElementFlavor streamingSubflavor, Set<String> streamingElementIds, String[] streamingTargetTags) Returns a mediapackage that only contains elements that are marked for distribution.ConfigurablePublishWorkflowOperationHandler.populateUrlWithVariables(String urlPattern, MediaPackage mp, String pubUUID) Replace possible variables in the url-pattern configuration for this workflow operation handler.voidConfigurableWorkflowOperationHandlerBase.retract(MediaPackage mp, String channelId, boolean retractStreaming) ConfigurablePublishWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) ConfigurableRetractWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) PartialRetractEngageWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.PublishEngageWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) PublishOaiPmhWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) PublishYouTubeWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) RepublishOaiPmhWorkflowOperationHandler.start(WorkflowInstance wi, JobContext context) RetractEngageWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.RetractOaiPmhWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.RetractYouTubeWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.TagEngageWorkflowOperationHandler.start(WorkflowInstance instance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.incident
Methods in org.opencastproject.workflow.handler.incident that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionIncidentCreatorWorkflowOperationHandler.start(WorkflowInstance wi, JobContext ctx) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.ingest
Methods in org.opencastproject.workflow.handler.ingest that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionIngestDownloadWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.inspection
Methods in org.opencastproject.workflow.handler.inspection that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionInspectWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.logging
Methods in org.opencastproject.workflow.handler.logging that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionLoggingWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.matrix
Methods in org.opencastproject.workflow.handler.matrix that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionMatrixNotificationWorkflowOperationHandler.start(WorkflowInstance workflow, JobContext context) Starts the Matrix notification workflow operation. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.mattermost.notification
Methods in org.opencastproject.workflow.handler.mattermost.notification that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionMattermostNotificationWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.metadatatoacl
Methods in org.opencastproject.workflow.handler.metadatatoacl that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionMetadataToAclWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.notification
Methods in org.opencastproject.workflow.handler.notification that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionEmailWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.HttpNotificationWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.MediaPackagePostOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.rename
Methods in org.opencastproject.workflow.handler.rename that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionRenameFilesWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.smil
Methods in org.opencastproject.workflow.handler.smil that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionCutMarksToSmilWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.speechtotext
Methods in org.opencastproject.workflow.handler.speechtotext that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionSpeechToTextAttachWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.SpeechToTextWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.statisticswriter
Methods in org.opencastproject.workflow.handler.statisticswriter that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionStatisticsWriterWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.subtitletimeshift
Methods in org.opencastproject.workflow.handler.subtitletimeshift that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionSubtitleTimeshiftWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionprotected WorkflowOperationResultTextAnalysisWorkflowOperationHandler.extractVideoText(MediaPackage mediaPackage, WorkflowOperationInstance operation, ConfiguredTagsAndFlavors tagsAndFlavors) Runs the text analysis service on each of the video segments found.TextAnalysisWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.themes
Methods in org.opencastproject.workflow.handler.themes that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionThemeWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.timelinepreviews
Methods in org.opencastproject.workflow.handler.timelinepreviews that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionTimelinePreviewsWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.videoeditor
Methods in org.opencastproject.workflow.handler.videoeditor that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionVideoEditorWorkflowOperationHandler.resume(WorkflowInstance workflowInstance, JobContext context, Map<String, String> properties) VideoEditorWorkflowOperationHandler.skip(WorkflowInstance workflowInstance, JobContext context) SilenceDetectionWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) VideoEditorWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.videogrid
Methods in org.opencastproject.workflow.handler.videogrid that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionVideoGridWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.videosegmenter
Methods in org.opencastproject.workflow.handler.videosegmenter that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionVideoSegmenterWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.waveform
Methods in org.opencastproject.workflow.handler.waveform that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionWaveformWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowOperationException in org.opencastproject.workflow.handler.workflow
Methods in org.opencastproject.workflow.handler.workflow that throw WorkflowOperationExceptionModifier and TypeMethodDescriptionResumableWorkflowOperationHandlerBase.getHoldStateUserInterfaceURL(WorkflowInstance workflowInstance) Gets the URL for the user interface for resuming the workflow.voidIncludeWorkflowOperationHandler.insertWorkflow(WorkflowInstance wi, String workflowDefinitionId) Adds the operations found in the workflow defined byworkflowDefinitionIdto the workflow instance and returnstrueif everything worked fine,falseotherwise.ErrorResolutionWorkflowOperationHandler.resume(WorkflowInstance workflowInstance, JobContext context, Map<String, String> properties) Continues a suspendedWorkflowInstance.ResumableWorkflowOperationHandlerBase.resume(WorkflowInstance workflowInstance, JobContext context, Map<String, String> properties) Continues a suspendedWorkflowInstance.AddCatalogWorkflowOperationHandler.start(WorkflowInstance wInst, JobContext context) AnalyzeTracksWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) AssertWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) ChangeTypeWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.CleanupWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.CloneWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.ConditionalConfigWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) ConfigureByDublinCoreTermWOH.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.CopyWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.DefaultsWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.DuplicateEventWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) ExportWorkflowPropertiesWOH.start(WorkflowInstance workflowInstance, JobContext context) ImportWorkflowPropertiesWOH.start(WorkflowInstance wi, JobContext context) IncludeWorkflowOperationHandler.start(WorkflowInstance wi, JobContext context) Runs the workflow operation on thisWorkflowInstance.ProbeResolutionWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) PublicationChannelToWorkspace.start(WorkflowInstance workflowInstance, JobContext context) ResumableWorkflowOperationHandlerBase.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.SeriesWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.StartWorkflowWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) TagByDublinCoreTermWOH.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.TagWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.TransferMetadataWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.WebvttToCutMarksWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) ZipWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance.protected FileZipWorkflowOperationHandler.zip(MediaPackage mediaPackage, List<MediaPackageElementFlavor> flavorsToZip, boolean compress) Creates a zip archive of all elements in a mediapackage.