Uses of Class
org.opencastproject.workflow.api.ConfiguredWorkflow
Packages that use ConfiguredWorkflow
Package
Description
Workflow service.
-
Uses of ConfiguredWorkflow in org.opencastproject.assetmanager.util
Methods in org.opencastproject.assetmanager.util with parameters of type ConfiguredWorkflowModifier 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 ConfiguredWorkflow in org.opencastproject.workflow.api
Methods in org.opencastproject.workflow.api that return ConfiguredWorkflowModifier and TypeMethodDescriptionstatic ConfiguredWorkflowConfiguredWorkflow.workflow(WorkflowDefinition workflowDefinition) Create a parameterless workflow.static ConfiguredWorkflowConfiguredWorkflow.workflow(WorkflowDefinition workflowDefinition, Map<String, String> parameters) Create a workflow with parameters.