Uses of Class
org.chenile.owiz.config.model.CommandDescriptor
Package
Description
Contains core definitions for Orchestration Wizard
Contains key classes and packages for capturing config information.
Implementation of the classes that capture the configuration model from various sources
such as XML etc.
Orchestration Config model classes.
Key Command implementations, chain implementations and base classes are defined here.
Orchestration Wizard routing that leverages OGNL as a scripting library.
Splitter Aggregate pattern implemented here.
-
Uses of CommandDescriptor in org.chenile.owiz
Modifier and TypeMethodDescriptionvoid
AttachableCommand.attachCommand
(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) void
OrchestrationAware.setCommandDescriptor
(CommandDescriptor<InputType> commandDescriptor) -
Uses of CommandDescriptor in org.chenile.owiz.config
Modifier and TypeMethodDescriptionOrchConfigurator.obtainCommandInfo
(String commandId) OrchConfigurator.obtainCommandInfo
(String flowId, String commandId) This method is useful for insrumentation purposes.OrchConfigurator.obtainFirstCommandInfo()
OrchConfigurator.obtainFirstCommandInfo
(String flowId) This method is useful for insrumentation purposes. -
Uses of CommandDescriptor in org.chenile.owiz.config.impl
Modifier and TypeMethodDescriptionprotected CommandDescriptor<InputType>
HandleCommand.makeCommandDescriptor
(String xmlElementName, Attributes attributes) OrchConfiguratorBase.obtainCommandInfo
(String commandId) OrchConfiguratorBase.obtainCommandInfo
(String flowId, String commandId) OrchConfiguratorBase.obtainFirstCommandInfo()
OrchConfiguratorBase.obtainFirstCommandInfo
(String flowId) Modifier and TypeMethodDescriptionprotected void
HandleCommand.addToFlow
(CommandDescriptor<InputType> commandDescriptor) private void
OrchConfiguratorBase.attachCommandToParent
(CommandDescriptor<InputType> cd, Map<String, CommandDescriptor<InputType>> commandCatalog) OrchConfiguratorBase.makeCommand
(CommandDescriptor<InputType> cd) void
HandleRegisteredCommand.setComponentName
(CommandDescriptor<InputType> cd, Attributes attributes, String xmlElementName, CustomCommandTagDescriptor cctd) Modifier and TypeMethodDescriptionprivate void
OrchConfiguratorBase.attachCommandToParent
(CommandDescriptor<InputType> cd, Map<String, CommandDescriptor<InputType>> commandCatalog) private void
OrchConfiguratorBase.processChain
(Map<String, CommandDescriptor<InputType>> commandCatalog) -
Uses of CommandDescriptor in org.chenile.owiz.config.model
Modifier and TypeFieldDescriptionprivate CommandDescriptor<InputType>
FlowDescriptor.firstCommand
private CommandDescriptor<InputType>
AttachmentDescriptor.parent
Modifier and TypeFieldDescriptionprivate Map<String,
CommandDescriptor<InputType>> FlowDescriptor.commandCatalog
Modifier and TypeMethodDescriptionAttachmentDescriptor.getParent()
FlowDescriptor.obtainCommandInfo
(String id) FlowDescriptor.obtainFirstCommandInfo()
Modifier and TypeMethodDescriptionvoid
FlowDescriptor.addCommand
(CommandDescriptor<InputType> commandDescriptor) void
AttachmentDescriptor.setParent
(CommandDescriptor<InputType> parent) Modifier and TypeMethodDescriptionvoid
FlowDescriptor.setCommandCatalog
(Map<String, CommandDescriptor<InputType>> commandCatalog) -
Uses of CommandDescriptor in org.chenile.owiz.impl
Modifier and TypeFieldDescriptionprivate CommandDescriptor<?>
OrderedCommandDesc.command
protected CommandDescriptor<InputType>
CommandBase.commandDescriptor
protected CommandDescriptor<InputType>
Router.defaultCommandDescriptor
Modifier and TypeFieldDescriptionprotected Map<String,
CommandDescriptor<InputType>> Router.commandsMap
Modifier and TypeMethodDescriptionOrderedCommandDesc.getCommandDescriptor()
protected CommandDescriptor<InputType>
CommandBase.obtainCommand
(String key) Modifier and TypeMethodDescriptionvoid
Chain.attachCommand
(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) Allow a command to attach itself to this chain.void
Router.attachCommand
(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) void
CommandBase.setCommandDescriptor
(CommandDescriptor<InputType> commandDescriptor) ModifierConstructorDescriptionOrderedCommandDesc
(int index, CommandDescriptor<?> command) OrderedCommandDesc
(String indx, CommandDescriptor<?> command) -
Uses of CommandDescriptor in org.chenile.owiz.impl.ognl
Modifier and TypeMethodDescriptionvoid
ForLoop.attachCommand
(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) -
Uses of CommandDescriptor in org.chenile.owiz.impl.splitaggregate
Modifier and TypeMethodDescriptionvoid
SplitterAggregator.attachCommand
(AttachmentDescriptor<SplitterContext> attachmentDescriptor, CommandDescriptor<SplitterContext> command)