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 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!