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.implFields in org.chenile.owiz.config.impl declared as FlowDescriptorModifier and TypeFieldDescriptionprivate FlowDescriptor<InputType>OrchConfiguratorBase.defaultFlowFields in org.chenile.owiz.config.impl with type parameters of type FlowDescriptorModifier and TypeFieldDescriptionprivate Map<String,FlowDescriptor<InputType>> OrchConfiguratorBase.flowCatalogMethods 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 TypeMethodDescriptionvoidOrchConfiguratorBase.addFlow(FlowDescriptor<InputType> fd) 
- 
Uses of FlowDescriptor in org.chenile.owiz.config.modelFields in org.chenile.owiz.config.model declared as FlowDescriptorModifier and TypeFieldDescriptionprivate FlowDescriptor<InputType>CommandDescriptor.flowDescriptorMethods in org.chenile.owiz.config.model that return FlowDescriptorMethods in org.chenile.owiz.config.model with parameters of type FlowDescriptorModifier and TypeMethodDescriptionvoidCommandDescriptor.setFlowDescriptor(FlowDescriptor<InputType> flowDescriptor)