Uses of Class
org.chenile.owiz.config.model.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
Modifier and TypeFieldDescriptionprivate FlowDescriptor<InputType>
OrchConfiguratorBase.defaultFlow
Modifier and TypeFieldDescriptionprivate Map<String,
FlowDescriptor<InputType>> OrchConfiguratorBase.flowCatalog
Modifier and TypeMethodDescriptionprotected FlowDescriptor<InputType>
OwizRule.getFlow()
OrchConfiguratorBase.obtainFlow
(String flowId) Modifier and TypeMethodDescriptionvoid
OrchConfiguratorBase.addFlow
(FlowDescriptor<InputType> fd) -
Uses of FlowDescriptor in org.chenile.owiz.config.model
Modifier and TypeFieldDescriptionprivate FlowDescriptor<InputType>
CommandDescriptor.flowDescriptor
Modifier and TypeMethodDescriptionvoid
CommandDescriptor.setFlowDescriptor
(FlowDescriptor<InputType> flowDescriptor)