Uses of Class
org.opencastproject.workflow.api.WorkflowOperationInstance
Packages that use WorkflowOperationInstance
Package
Description
Workflow service.
-
Uses of WorkflowOperationInstance in org.opencastproject.email.template.impl
Constructors in org.opencastproject.email.template.impl with parameters of type WorkflowOperationInstance -
Uses of WorkflowOperationInstance in org.opencastproject.workflow.api
Fields in org.opencastproject.workflow.api with type parameters of type WorkflowOperationInstanceModifier and TypeFieldDescriptionprotected List<WorkflowOperationInstance> WorkflowInstance.operationsMethods in org.opencastproject.workflow.api that return WorkflowOperationInstanceModifier and TypeMethodDescriptionWorkflowInstance.getCurrentOperation()Returns the workflow operation that is currently active or next to be executed.JaxbWorkflowOperationInstance.toWorkflowOperationInstance()Methods in org.opencastproject.workflow.api that return types with arguments of type WorkflowOperationInstanceMethods in org.opencastproject.workflow.api with parameters of type WorkflowOperationInstanceModifier and TypeMethodDescriptionprotected StringAbstractWorkflowOperationHandler.getConfig(WorkflowOperationInstance woi, String key) Get a mandatory configuration key.protected com.entwinemedia.fn.data.Opt<String> AbstractWorkflowOperationHandler.getOptConfig(WorkflowOperationInstance woi, String key) Get an optional configuration key.voidWorkflowInstance.insert(WorkflowDefinition workflowDefinition, WorkflowOperationInstance after) Method parameters in org.opencastproject.workflow.api with type arguments of type WorkflowOperationInstanceModifier and TypeMethodDescriptionfinal voidWorkflowInstance.setOperations(List<WorkflowOperationInstance> workflowOperationInstanceList) Sets the workflow operations on this workflow instanceConstructors in org.opencastproject.workflow.api with parameters of type WorkflowOperationInstanceModifierConstructorDescriptionBuilds a new workflow operation instance based on another workflow operation.Constructor parameters in org.opencastproject.workflow.api with type arguments of type WorkflowOperationInstanceModifierConstructorDescriptionWorkflowInstance(long id, WorkflowInstance.WorkflowState state, String template, String title, String description, String creatorName, String organizationId, Date dateCreated, Date dateCompleted, MediaPackage mediaPackage, List<WorkflowOperationInstance> operations, Map<String, String> configurations, String mediaPackageId, String seriesId) -
Uses of WorkflowOperationInstance in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer with parameters of type WorkflowOperationInstanceModifier and TypeMethodDescriptionprotected com.entwinemedia.fn.data.Opt<EncodingProfile> PartialImportWorkflowOperationHandler.getForceEncodingProfile(WorkflowOperationInstance woi) Get the force encoding profile from the operations config options.PartialImportWorkflowOperationHandler.getRequiredExtensions(WorkflowOperationInstance operation) Get the extensions from configuration that don't need to be re-encoded. -
Uses of WorkflowOperationInstance in org.opencastproject.workflow.handler.coverimage
Methods in org.opencastproject.workflow.handler.coverimage with parameters of type WorkflowOperationInstanceModifier and TypeMethodDescriptionprotected intCoverImageWorkflowOperationHandlerBase.getIntConfiguration(WorkflowOperationInstance operation, String key) protected StringCoverImageWorkflowOperationHandlerBase.getMetadataXml(MediaPackage mp, WorkflowOperationInstance operation) protected StringCoverImageWorkflowOperationHandlerBase.loadXsl(WorkflowOperationInstance operation) -
Uses of WorkflowOperationInstance in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer with parameters of type WorkflowOperationInstanceModifier and TypeMethodDescriptionprotected WorkflowOperationResultTextAnalysisWorkflowOperationHandler.extractVideoText(MediaPackage mediaPackage, WorkflowOperationInstance operation, ConfiguredTagsAndFlavors tagsAndFlavors) Runs the text analysis service on each of the video segments found.protected Map<Catalog, Mpeg7Catalog> TextAnalysisWorkflowOperationHandler.loadSegmentCatalogs(MediaPackage mediaPackage, WorkflowOperationInstance operation, ConfiguredTagsAndFlavors tagsAndFlavors) Extracts the catalogs from the media package that match the requirements of flavor and tags specified in the operation handler. -
Uses of WorkflowOperationInstance in org.opencastproject.workflow.impl
Methods in org.opencastproject.workflow.impl that return WorkflowOperationInstanceModifier and TypeMethodDescriptionprotected WorkflowOperationInstanceWorkflowServiceImpl.runWorkflowOperation(WorkflowInstance workflow, Map<String, String> properties) Executes the workflow's current operation.Methods in org.opencastproject.workflow.impl with parameters of type WorkflowOperationInstanceModifier and TypeMethodDescriptionprotected WorkflowInstanceWorkflowServiceImpl.handleOperationException(WorkflowInstance workflow, WorkflowOperationInstance currentOperation) Callback for workflow operations that were throwing an exception.protected WorkflowOperationHandlerWorkflowServiceImpl.selectOperationHandler(WorkflowOperationInstance operation) Does a lookup of available operation handlers for the given workflow operation.