Class Workflows
java.lang.Object
org.opencastproject.assetmanager.util.Workflows
Utility class to apply workflows to episodes. Removed 'final class' so that we can mock it for
unit tests.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyWorkflowToLatestVersion(Iterable<String> mpIds, ConfiguredWorkflow wf) Apply a workflow to the latest version of each media package.
-
Constructor Details
-
Workflows
-
-
Method Details
-
applyWorkflowToLatestVersion
public List<WorkflowInstance> applyWorkflowToLatestVersion(Iterable<String> mpIds, ConfiguredWorkflow wf) Apply a workflow to the latest version of each media package.
-