Uses of Class
org.chenile.owiz.config.model.FlowDescriptor
Packages that use FlowDescriptor
Package
Description
Implementation of the classes that capture the configuration model from various sources
such as XML etc.
Orchestration Config model classes.
-
Uses of FlowDescriptor in org.chenile.owiz.config.impl
Fields in org.chenile.owiz.config.impl declared as FlowDescriptorModifier and TypeFieldDescriptionprivate FlowDescriptor<InputType>
OrchConfiguratorBase.defaultFlow
Fields in org.chenile.owiz.config.impl with type parameters of type FlowDescriptorModifier and TypeFieldDescriptionprivate Map<String,
FlowDescriptor<InputType>> OrchConfiguratorBase.flowCatalog
Methods in org.chenile.owiz.config.impl that return FlowDescriptorModifier and TypeMethodDescriptionprotected FlowDescriptor<InputType>
OwizRule.getFlow()
OrchConfiguratorBase.obtainFlow
(String flowId) Methods in org.chenile.owiz.config.impl with parameters of type FlowDescriptorModifier and TypeMethodDescriptionvoid
OrchConfiguratorBase.addFlow
(FlowDescriptor<InputType> fd) -
Uses of FlowDescriptor in org.chenile.owiz.config.model
Fields in org.chenile.owiz.config.model declared as FlowDescriptorModifier and TypeFieldDescriptionprivate FlowDescriptor<InputType>
CommandDescriptor.flowDescriptor
Methods in org.chenile.owiz.config.model that return FlowDescriptorMethods in org.chenile.owiz.config.model with parameters of type FlowDescriptorModifier and TypeMethodDescriptionvoid
CommandDescriptor.setFlowDescriptor
(FlowDescriptor<InputType> flowDescriptor)