Uses of Interface
org.opencastproject.job.api.JobContext
Packages that use JobContext
Package
Description
Workflow service.
-
Uses of JobContext in org.opencastproject.execute.operation.handler
Methods in org.opencastproject.execute.operation.handler with parameters of type JobContextModifier 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 JobContext in org.opencastproject.job.api
Classes in org.opencastproject.job.api that implement JobContextModifier and TypeClassDescriptionclassJAXB annotated implementation of the job context.Constructors in org.opencastproject.job.api with parameters of type JobContextModifierConstructorDescriptionJaxbJobContext(JobContext jobContext) Constructs a jaxb job context from another context. -
Uses of JobContext in org.opencastproject.transcription.workflowoperation
Methods in org.opencastproject.transcription.workflowoperation with parameters of type JobContextModifier 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 JobContext in org.opencastproject.workflow.api
Methods in org.opencastproject.workflow.api with parameters of type JobContextModifier 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 finishesResumableWorkflowOperationHandler.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 JobContext in org.opencastproject.workflow.handler.analyzemediapackage
Methods in org.opencastproject.workflow.handler.analyzemediapackage with parameters of type JobContextModifier and TypeMethodDescriptionAnalyzeMediapackageWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of JobContext in org.opencastproject.workflow.handler.assetmanager
Methods in org.opencastproject.workflow.handler.assetmanager with parameters of type JobContextModifier 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 JobContext in org.opencastproject.workflow.handler.comments
Methods in org.opencastproject.workflow.handler.comments with parameters of type JobContextModifier and TypeMethodDescriptionCommentWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of JobContext in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer with parameters of type JobContextModifier and TypeMethodDescriptionCompositeWorkflowOperationHandler.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 JobContext in org.opencastproject.workflow.handler.coverimage
Methods in org.opencastproject.workflow.handler.coverimage with parameters of type JobContextModifier and TypeMethodDescriptionCoverImageWorkflowOperationHandlerBase.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of JobContext in org.opencastproject.workflow.handler.crop
Methods in org.opencastproject.workflow.handler.crop with parameters of type JobContextModifier and TypeMethodDescriptionCropWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext jobContext) Runs the workflow operation on thisWorkflowInstance. -
Uses of JobContext in org.opencastproject.workflow.handler.distribution
Methods in org.opencastproject.workflow.handler.distribution with parameters of type JobContextModifier and TypeMethodDescriptionConfigurablePublishWorkflowOperationHandler.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 JobContext in org.opencastproject.workflow.handler.hello
Methods in org.opencastproject.workflow.handler.hello with parameters of type JobContextModifier and TypeMethodDescriptionHelloWorldWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of JobContext in org.opencastproject.workflow.handler.incident
Methods in org.opencastproject.workflow.handler.incident with parameters of type JobContextModifier and TypeMethodDescriptionIncidentCreatorWorkflowOperationHandler.start(WorkflowInstance wi, JobContext ctx) -
Uses of JobContext in org.opencastproject.workflow.handler.ingest
Methods in org.opencastproject.workflow.handler.ingest with parameters of type JobContextModifier and TypeMethodDescriptionIngestDownloadWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of JobContext in org.opencastproject.workflow.handler.inspection
Methods in org.opencastproject.workflow.handler.inspection with parameters of type JobContextModifier and TypeMethodDescriptionInspectWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of JobContext in org.opencastproject.workflow.handler.logging
Methods in org.opencastproject.workflow.handler.logging with parameters of type JobContextModifier and TypeMethodDescriptionLoggingWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of JobContext in org.opencastproject.workflow.handler.mattermost.notification
Methods in org.opencastproject.workflow.handler.mattermost.notification with parameters of type JobContextModifier and TypeMethodDescriptionMattermostNotificationWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of JobContext in org.opencastproject.workflow.handler.metadatatoacl
Methods in org.opencastproject.workflow.handler.metadatatoacl with parameters of type JobContextModifier and TypeMethodDescriptionMetadataToAclWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of JobContext in org.opencastproject.workflow.handler.notification
Methods in org.opencastproject.workflow.handler.notification with parameters of type JobContextModifier 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 JobContext in org.opencastproject.workflow.handler.rename
Methods in org.opencastproject.workflow.handler.rename with parameters of type JobContextModifier and TypeMethodDescriptionRenameFilesWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of JobContext in org.opencastproject.workflow.handler.smil
Methods in org.opencastproject.workflow.handler.smil with parameters of type JobContextModifier and TypeMethodDescriptionCutMarksToSmilWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of JobContext in org.opencastproject.workflow.handler.speechtotext
Methods in org.opencastproject.workflow.handler.speechtotext with parameters of type JobContextModifier 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 JobContext in org.opencastproject.workflow.handler.statisticswriter
Methods in org.opencastproject.workflow.handler.statisticswriter with parameters of type JobContextModifier and TypeMethodDescriptionStatisticsWriterWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of JobContext in org.opencastproject.workflow.handler.subtitletimeshift
Methods in org.opencastproject.workflow.handler.subtitletimeshift with parameters of type JobContextModifier and TypeMethodDescriptionSubtitleTimeshiftWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of JobContext in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer with parameters of type JobContextModifier and TypeMethodDescriptionTextAnalysisWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of JobContext in org.opencastproject.workflow.handler.themes
Methods in org.opencastproject.workflow.handler.themes with parameters of type JobContextModifier and TypeMethodDescriptionThemeWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of JobContext in org.opencastproject.workflow.handler.timelinepreviews
Methods in org.opencastproject.workflow.handler.timelinepreviews with parameters of type JobContextModifier and TypeMethodDescriptionTimelinePreviewsWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of JobContext in org.opencastproject.workflow.handler.videoeditor
Methods in org.opencastproject.workflow.handler.videoeditor with parameters of type JobContextModifier 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 JobContext in org.opencastproject.workflow.handler.videogrid
Methods in org.opencastproject.workflow.handler.videogrid with parameters of type JobContextModifier and TypeMethodDescriptionVideoGridWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of JobContext in org.opencastproject.workflow.handler.videosegmenter
Methods in org.opencastproject.workflow.handler.videosegmenter with parameters of type JobContextModifier and TypeMethodDescriptionVideoSegmenterWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of JobContext in org.opencastproject.workflow.handler.waveform
Methods in org.opencastproject.workflow.handler.waveform with parameters of type JobContextModifier and TypeMethodDescriptionWaveformWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of JobContext in org.opencastproject.workflow.handler.workflow
Methods in org.opencastproject.workflow.handler.workflow with parameters of type JobContextModifier and TypeMethodDescriptionErrorResolutionWorkflowOperationHandler.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.