Uses of Enum Class
org.opencastproject.workflow.api.AbstractWorkflowOperationHandler.Configuration
Packages that use AbstractWorkflowOperationHandler.Configuration
-
Uses of AbstractWorkflowOperationHandler.Configuration in org.opencastproject.workflow.api
Methods in org.opencastproject.workflow.api that return AbstractWorkflowOperationHandler.ConfigurationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractWorkflowOperationHandler.Configuration.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.workflow.api with parameters of type AbstractWorkflowOperationHandler.ConfigurationModifier and TypeMethodDescriptionprotected ConfiguredTagsAndFlavorsAbstractWorkflowOperationHandler.getTagsAndFlavors(WorkflowInstance workflow, AbstractWorkflowOperationHandler.Configuration srcTagsAndFlavors, AbstractWorkflowOperationHandler.Configuration targetTags, AbstractWorkflowOperationHandler.Configuration targetFlavors) Uses oneconfigurationfor both source tags and flavors, in case the WOH does not care whether the source entities are identified by tags or flavors.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.