Uses of Class
org.opencastproject.workflow.api.WorkflowInstance
Packages that use WorkflowInstance
Package
Description
Workflow service.
-
Uses of WorkflowInstance in org.opencastproject.assetmanager.util
Methods in org.opencastproject.assetmanager.util that return types with arguments of type WorkflowInstanceModifier and TypeMethodDescriptioncom.entwinemedia.fn.Fn<MediaPackage, com.entwinemedia.fn.data.Opt<WorkflowInstance>> Workflows.applyWorkflow(ConfiguredWorkflow wf) Apply a workflow to a media package.com.entwinemedia.fn.Stream<WorkflowInstance> Workflows.applyWorkflowToLatestVersion(Iterable<String> mpIds, ConfiguredWorkflow wf) Apply a workflow to the latest version of each media package. -
Uses of WorkflowInstance in org.opencastproject.email.template.api
Methods in org.opencastproject.email.template.api with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionEmailTemplateService.applyTemplate(String templateName, String templateContent, WorkflowInstance workflowInstance) Apply the template to the workflow instance.EmailTemplateService.applyTemplate(String templateName, String templateContent, WorkflowInstance workflowInstance, String multiValueDelimiter) Apply the template to the workflow instance. -
Uses of WorkflowInstance in org.opencastproject.email.template.impl
Methods in org.opencastproject.email.template.impl with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionEmailTemplateServiceImpl.applyTemplate(String templateName, String templateContent, WorkflowInstance workflowInstance) EmailTemplateServiceImpl.applyTemplate(String templateName, String templateContent, WorkflowInstance workflowInstance, String delimiter) Apply the template to the workflow instance.Constructors in org.opencastproject.email.template.impl with parameters of type WorkflowInstance -
Uses of WorkflowInstance in org.opencastproject.execute.operation.handler
Methods in org.opencastproject.execute.operation.handler with parameters of type WorkflowInstanceModifier 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 WorkflowInstance in org.opencastproject.index.service.impl.util
Methods in org.opencastproject.index.service.impl.util with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionvoidRetractionListener.stateChanged(WorkflowInstance workflow) -
Uses of WorkflowInstance in org.opencastproject.ingest.api
Methods in org.opencastproject.ingest.api that return WorkflowInstanceModifier and TypeMethodDescriptionIngestService.addZippedMediaPackage(InputStream zippedMediaPackage, String workflowDefinitionID, Map<String, String> wfConfig) Ingests the compressed mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestService.addZippedMediaPackage(InputStream zippedMediaPackage, String workflowDefinitionID, Map<String, String> wfConfig, Long workflowId) Deprecated.As of release 2.4, the scheduler service is able to store a mediapackage.IngestService.ingest(MediaPackage mediaPackage) Ingests the mediapackage and starts the default workflow as defined by theorg.opencastproject.workflow.default.definitionkey, found in the system configuration.IngestService.ingest(MediaPackage mediaPackage, String workflowDefinitionID, Map<String, String> properties) Ingests the mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestService.ingest(MediaPackage mediaPackage, String workflowDefinitionID, Map<String, String> properties, Long workflowId) Deprecated.As of release 2.4, the scheduler service is able to store a mediapackage. -
Uses of WorkflowInstance in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl that return WorkflowInstanceModifier and TypeMethodDescriptionIngestServiceImpl.addZippedMediaPackage(InputStream zipStream) IngestServiceImpl.addZippedMediaPackage(InputStream zipStream, String wd, Map<String, String> workflowConfig) IngestServiceImpl.addZippedMediaPackage(InputStream zipStream, String workflowDefinitionId, Map<String, String> workflowConfig, Long workflowInstanceId) Ingests the compressed mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestServiceImpl.ingest(MediaPackage mp) Ingests the mediapackage and starts the default workflow as defined by theorg.opencastproject.workflow.default.definitionkey, found in the system configuration.Ingests the mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestServiceImpl.ingest(MediaPackage mp, String workflowDefinitionId, Map<String, String> properties, Long workflowInstanceId) Ingests the mediapackage and starts the workflow as defined byworkflowDefinitionID. -
Uses of WorkflowInstance in org.opencastproject.transcription.workflowoperation
Methods in org.opencastproject.transcription.workflowoperation with parameters of type WorkflowInstanceModifier 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 WorkflowInstance in org.opencastproject.workflow.api
Methods in org.opencastproject.workflow.api that return WorkflowInstanceModifier and TypeMethodDescriptionWorkflowServiceDatabase.getWorkflow(long workflowId) Gets a single workflow by its identifier.WorkflowServiceDatabase.getWorkflow(long workflowId, String orgId) Gets a single workflow by its identifierWorkflowServiceDatabaseImpl.getWorkflow(long workflowId) Gets a single workflow by its identifier.WorkflowServiceDatabaseImpl.getWorkflow(long workflowId, String orgId) WorkflowService.getWorkflowById(long workflowId) Gets aWorkflowInstanceby its ID.WorkflowOperationInstance.getWorkflowInstance()static WorkflowInstanceXmlWorkflowParser.parseWorkflowInstance(InputStream in) Loads a workflow instance from the given input stream.static WorkflowInstanceXmlWorkflowParser.parseWorkflowInstance(String in) Loads a workflow instance from the xml stream.WorkflowService.resume(long workflowInstanceId) Resumes a suspended workflow instance.Resumes a suspended workflow instance, applying new properties to the workflow.WorkflowService.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage) Creates a new workflow instance and starts the workflow.WorkflowService.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Long parentWorkflowId, Map<String, String> properties) Creates a new workflow instance and starts the workflow.WorkflowService.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Map<String, String> properties) Creates a new workflow instance and starts the workflow.WorkflowService.stop(long workflowInstanceId) Stops a running workflow instance.WorkflowService.suspend(long workflowInstanceId) Temporarily suspends a started workflow instance.JaxbWorkflowInstance.toWorkflowInstance()Methods in org.opencastproject.workflow.api that return types with arguments of type WorkflowInstanceModifier and TypeMethodDescriptionWorkflowSet.getItems()The search item listWorkflowSetImpl.getItems()The search item listWorkflowService.getRunningWorkflowInstanceByMediaPackage(String mediaPackageId, String action) Returns theWorkflowInstancecurrently running on the given mediaPackageWorkflowServiceDatabase.getRunningWorkflowInstancesByMediaPackage(String mediaPackageId) Gets all workflow instances that are currently running on the mediapackage.WorkflowServiceDatabaseImpl.getRunningWorkflowInstancesByMediaPackage(String mediaPackageId) Gets all workflow instances that are currently running on the mediapackage.WorkflowServiceDatabase.getWorkflowInstances(int limit, int offset) Gets workflow instances for current organization.WorkflowServiceDatabaseImpl.getWorkflowInstances(int limit, int offset) Gets workflow instances for current organization.WorkflowService.getWorkflowInstancesByMediaPackage(String mediaPackageId) Returns all workflows associated with the given mediapackage Current user needs permission to the mediapackageWorkflowServiceDatabase.getWorkflowInstancesByMediaPackage(String mediaPackageId) Gets all workflow instances for a mediapackage.WorkflowServiceDatabaseImpl.getWorkflowInstancesByMediaPackage(String mediaPackageId) Gets all workflow instances for a mediapackage.WorkflowServiceDatabase.getWorkflowInstancesForCleanup(WorkflowInstance.WorkflowState state, Date dateCreated) Gets all workflow instances previous to the specified dateWorkflowServiceDatabaseImpl.getWorkflowInstancesForCleanup(WorkflowInstance.WorkflowState state, Date dateCreated) Gets all workflow instances previous to the specified dateMethods in org.opencastproject.workflow.api with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionvoidWorkflowSetImpl.addItem(WorkflowInstance item) Adds an item to the result set.voidAbstractWorkflowOperationHandler.destroy(WorkflowInstance workflowInstance, JobContext context) Clean up after a workflow operation finishesvoidWorkflowOperationHandler.destroy(WorkflowInstance workflowInstance, JobContext context) Clean up after a workflow operation finishesAbstractWorkflowOperationHandler.getCfg(WorkflowInstance wi, String key) protected StringAbstractWorkflowOperationHandler.getConfig(WorkflowInstance wi, String key) Get a mandatory configuration key.protected StringAbstractWorkflowOperationHandler.getConfig(WorkflowInstance w, String key, String defaultValue) Get a configuration key.ResumableWorkflowOperationHandler.getHoldStateUserInterfaceURL(WorkflowInstance workflowInstance) Gets the URL for the user interface for resuming the workflow.protected com.entwinemedia.fn.data.Opt<String> AbstractWorkflowOperationHandler.getOptConfig(WorkflowInstance wi, String key) Get an optional configuration key.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 Lists can be empty, if no values were specified!default voidWorkflowListener.operationChanged(WorkflowInstance workflow) Called when the current operation of a workflow has changed.voidWorkflowStateListener.operationChanged(WorkflowInstance workflow) Called when the current operation of a workflow has changed.voidWorkflowServiceDatabase.removeFromDatabase(WorkflowInstance instance) Removes a single workflow.voidWorkflowServiceDatabaseImpl.removeFromDatabase(WorkflowInstance instance) Removes a single workflow.ResumableWorkflowOperationHandler.resume(WorkflowInstance workflowInstance, JobContext context, Map<String, String> properties) Continues a suspendedWorkflowInstance.voidWorkflowOperationInstance.setWorkflowInstance(WorkflowInstance instance) 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.default voidWorkflowListener.stateChanged(WorkflowInstance workflow) Called when the state of a workflow instance has changed.voidWorkflowStateListener.stateChanged(WorkflowInstance workflow) Called when the state of a workflow instance has changed.static StringXmlWorkflowParser.toXml(WorkflowInstance workflowInstance) Converts a workflowInstance to an xml stringstatic StringYamlWorkflowParser.toYaml(WorkflowInstance workflowInstance) voidWorkflowService.update(WorkflowInstance workflowInstance) Updates the given workflow instance with regard to the media package, the properties and the operations involved.voidWorkflowServiceDatabase.updateInDatabase(WorkflowInstance instance) Updates a single workflow.voidWorkflowServiceDatabaseImpl.updateInDatabase(WorkflowInstance instance) Updates a single workflow.Constructors in org.opencastproject.workflow.api with parameters of type WorkflowInstanceConstructor parameters in org.opencastproject.workflow.api with type arguments of type WorkflowInstance -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.analyzemediapackage
Methods in org.opencastproject.workflow.handler.analyzemediapackage with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionAnalyzeMediapackageWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.animate
Methods in org.opencastproject.workflow.handler.animate with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionAnimateWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.assetmanager
Methods in org.opencastproject.workflow.handler.assetmanager with parameters of type WorkflowInstanceModifier 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 WorkflowInstance in org.opencastproject.workflow.handler.comments
Methods in org.opencastproject.workflow.handler.comments with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionCommentWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer with parameters of type WorkflowInstanceModifier 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.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 WorkflowInstance in org.opencastproject.workflow.handler.coverimage
Methods in org.opencastproject.workflow.handler.coverimage with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionCoverImageWorkflowOperationHandlerBase.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.crop
Methods in org.opencastproject.workflow.handler.crop with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionCropWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext jobContext) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.distribution
Methods in org.opencastproject.workflow.handler.distribution with parameters of type WorkflowInstanceModifier 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 WorkflowInstance in org.opencastproject.workflow.handler.hello
Methods in org.opencastproject.workflow.handler.hello with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionHelloWorldWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.incident
Methods in org.opencastproject.workflow.handler.incident with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionIncidentCreatorWorkflowOperationHandler.start(WorkflowInstance wi, JobContext ctx) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.ingest
Methods in org.opencastproject.workflow.handler.ingest with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionIngestDownloadWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.inspection
Methods in org.opencastproject.workflow.handler.inspection with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionInspectWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.logging
Methods in org.opencastproject.workflow.handler.logging with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionLoggingWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.mattermost.notification
Methods in org.opencastproject.workflow.handler.mattermost.notification with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionMattermostNotificationWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.metadatatoacl
Methods in org.opencastproject.workflow.handler.metadatatoacl with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionMetadataToAclWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.notification
Methods in org.opencastproject.workflow.handler.notification with parameters of type WorkflowInstanceModifier 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 WorkflowInstance in org.opencastproject.workflow.handler.rename
Methods in org.opencastproject.workflow.handler.rename with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionRenameFilesWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.smil
Methods in org.opencastproject.workflow.handler.smil with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionCutMarksToSmilWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.sox
Methods in org.opencastproject.workflow.handler.sox with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionAnalyzeAudioWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) NormalizeAudioWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.speechtotext
Methods in org.opencastproject.workflow.handler.speechtotext with parameters of type WorkflowInstanceModifier 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 WorkflowInstance in org.opencastproject.workflow.handler.statisticswriter
Methods in org.opencastproject.workflow.handler.statisticswriter with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionStatisticsWriterWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.subtitletimeshift
Methods in org.opencastproject.workflow.handler.subtitletimeshift with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionSubtitleTimeshiftWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionTextAnalysisWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.themes
Methods in org.opencastproject.workflow.handler.themes with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionThemeWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.timelinepreviews
Methods in org.opencastproject.workflow.handler.timelinepreviews with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionTimelinePreviewsWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.videoeditor
Methods in org.opencastproject.workflow.handler.videoeditor with parameters of type WorkflowInstanceModifier 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 WorkflowInstance in org.opencastproject.workflow.handler.videogrid
Methods in org.opencastproject.workflow.handler.videogrid with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionVideoGridWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.videosegmenter
Methods in org.opencastproject.workflow.handler.videosegmenter with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionVideoSegmenterWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.waveform
Methods in org.opencastproject.workflow.handler.waveform with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionWaveformWorkflowOperationHandler.start(WorkflowInstance workflowInstance, JobContext context) Runs the workflow operation on thisWorkflowInstance. -
Uses of WorkflowInstance in org.opencastproject.workflow.handler.workflow
Methods in org.opencastproject.workflow.handler.workflow with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionvoidCleanupWorkflowOperationHandler.cleanUpJobArgument(WorkflowInstance workflowInstance) Deletes JobArguments for every finished Job of the WorkfloInstanceResumableWorkflowOperationHandlerBase.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. -
Uses of WorkflowInstance in org.opencastproject.workflow.impl
Methods in org.opencastproject.workflow.impl that return WorkflowInstanceModifier and TypeMethodDescriptionWorkflowServiceImpl.getWorkflowById(long id) Gets aWorkflowInstanceby its ID.protected WorkflowInstanceWorkflowServiceImpl.handleOperationException(WorkflowInstance workflow, WorkflowOperationInstance currentOperation) Callback for workflow operations that were throwing an exception.protected WorkflowInstanceWorkflowServiceImpl.handleOperationResult(WorkflowInstance workflow, WorkflowOperationResult result) Callback for workflow operation handlers that executed and finished without exception.WorkflowServiceImpl.resume(long id) Resumes a suspended workflow instance.Resumes a suspended workflow instance, applying new properties to the workflow.WorkflowServiceImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage) Creates a new workflow instance and starts the workflow.WorkflowServiceImpl.start(WorkflowDefinition workflowDefinition, MediaPackage sourceMediaPackage, Long parentWorkflowId, Map<String, String> originalProperties) Creates a new workflow instance and starts the workflow.WorkflowServiceImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Map<String, String> properties) Creates a new workflow instance and starts the workflow.WorkflowServiceImpl.stop(long workflowInstanceId) Stops a running workflow instance.WorkflowServiceImpl.suspend(long workflowInstanceId) Temporarily suspends a started workflow instance.protected WorkflowInstanceWorkflowServiceImpl.updateConfiguration(WorkflowInstance instance, Map<String, String> properties) Methods in org.opencastproject.workflow.impl that return types with arguments of type WorkflowInstanceModifier and TypeMethodDescriptionWorkflowServiceImpl.getRunningWorkflowInstanceByMediaPackage(String mediaPackageId, String action) Returns theWorkflowInstancecurrently running on the given mediaPackageWorkflowServiceImpl.getWorkflowInstancesByMediaPackage(String mediaPackageId) Returns all workflows associated with the given mediapackage Current user needs permission to the mediapackageMethods in org.opencastproject.workflow.impl with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionprotected voidWorkflowServiceImpl.assertPermission(WorkflowInstance workflow, String action, String workflowOrgId) Asserts that the current user has permission to take the provided action on a workflow instance.protected voidWorkflowServiceImpl.fireListeners(WorkflowInstance oldWorkflowInstance, WorkflowInstance newWorkflowInstance) Fires the workflow listeners on workflow updates.protected WorkflowInstanceWorkflowServiceImpl.handleOperationException(WorkflowInstance workflow, WorkflowOperationInstance currentOperation) Callback for workflow operations that were throwing an exception.protected WorkflowInstanceWorkflowServiceImpl.handleOperationResult(WorkflowInstance workflow, WorkflowOperationResult result) Callback for workflow operation handlers that executed and finished without exception.protected JobWorkflowServiceImpl.runWorkflow(WorkflowInstance workflow) Executes the workflow.protected WorkflowOperationInstanceWorkflowServiceImpl.runWorkflowOperation(WorkflowInstance workflow, Map<String, String> properties) Executes the workflow's current operation.voidWorkflowServiceImpl.update(WorkflowInstance workflowInstance) Updates the given workflow instance with regard to the media package, the properties and the operations involved.protected WorkflowInstanceWorkflowServiceImpl.updateConfiguration(WorkflowInstance instance, Map<String, String> properties) -
Uses of WorkflowInstance in org.opencastproject.workflow.remote
Methods in org.opencastproject.workflow.remote that return WorkflowInstanceModifier and TypeMethodDescriptionWorkflowServiceRemoteImpl.getWorkflowById(long id) Gets aWorkflowInstanceby its ID.WorkflowServiceRemoteImpl.resume(long workflowInstanceId) Resumes a suspended workflow instance.Resumes a suspended workflow instance, applying new properties to the workflow.WorkflowServiceRemoteImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage) Creates a new workflow instance and starts the workflow.WorkflowServiceRemoteImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Long parentWorkflowId, Map<String, String> properties) Creates a new workflow instance and starts the workflow.WorkflowServiceRemoteImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Map<String, String> properties) Creates a new workflow instance and starts the workflow.WorkflowServiceRemoteImpl.stop(long workflowInstanceId) Stops a running workflow instance.WorkflowServiceRemoteImpl.suspend(long workflowInstanceId) Temporarily suspends a started workflow instance.Methods in org.opencastproject.workflow.remote that return types with arguments of type WorkflowInstanceModifier and TypeMethodDescriptionWorkflowServiceRemoteImpl.getRunningWorkflowInstanceByMediaPackage(String mediaPackageId, String action) WorkflowServiceRemoteImpl.getWorkflowInstancesByMediaPackage(String mediaPackageId) Methods in org.opencastproject.workflow.remote with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionvoidWorkflowServiceRemoteImpl.update(WorkflowInstance workflowInstance) Updates the given workflow instance with regard to the media package, the properties and the operations involved.