Uses of Class
org.chenile.owiz.config.model.CommandDescriptor
Packages that use 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
Methods in org.chenile.owiz with parameters of type CommandDescriptorModifier and TypeMethodDescriptionvoid
AttachableCommand.attachCommand
(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) void
OrchestrationAware.setCommandDescriptor
(CommandDescriptor<InputType> commandDescriptor) -
Uses of CommandDescriptor in org.chenile.owiz.config
Methods in org.chenile.owiz.config that return CommandDescriptorModifier 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
Methods in org.chenile.owiz.config.impl that return CommandDescriptorModifier 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) Methods in org.chenile.owiz.config.impl that return types with arguments of type CommandDescriptorMethods in org.chenile.owiz.config.impl with parameters of type CommandDescriptorModifier 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) Method parameters in org.chenile.owiz.config.impl with type arguments of type CommandDescriptorModifier 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
Fields in org.chenile.owiz.config.model declared as CommandDescriptorModifier and TypeFieldDescriptionprivate CommandDescriptor<InputType>
FlowDescriptor.firstCommand
private CommandDescriptor<InputType>
AttachmentDescriptor.parent
Fields in org.chenile.owiz.config.model with type parameters of type CommandDescriptorModifier and TypeFieldDescriptionprivate Map<String,
CommandDescriptor<InputType>> FlowDescriptor.commandCatalog
Methods in org.chenile.owiz.config.model that return CommandDescriptorModifier and TypeMethodDescriptionAttachmentDescriptor.getParent()
FlowDescriptor.obtainCommandInfo
(String id) FlowDescriptor.obtainFirstCommandInfo()
Methods in org.chenile.owiz.config.model that return types with arguments of type CommandDescriptorMethods in org.chenile.owiz.config.model with parameters of type CommandDescriptorModifier and TypeMethodDescriptionvoid
FlowDescriptor.addCommand
(CommandDescriptor<InputType> commandDescriptor) void
AttachmentDescriptor.setParent
(CommandDescriptor<InputType> parent) Method parameters in org.chenile.owiz.config.model with type arguments of type CommandDescriptorModifier and TypeMethodDescriptionvoid
FlowDescriptor.setCommandCatalog
(Map<String, CommandDescriptor<InputType>> commandCatalog) -
Uses of CommandDescriptor in org.chenile.owiz.impl
Fields in org.chenile.owiz.impl declared as CommandDescriptorModifier and TypeFieldDescriptionprivate CommandDescriptor<?>
OrderedCommandDesc.command
protected CommandDescriptor<InputType>
CommandBase.commandDescriptor
protected CommandDescriptor<InputType>
Router.defaultCommandDescriptor
Fields in org.chenile.owiz.impl with type parameters of type CommandDescriptorModifier and TypeFieldDescriptionprotected Map<String,
CommandDescriptor<InputType>> Router.commandsMap
Methods in org.chenile.owiz.impl that return CommandDescriptorModifier and TypeMethodDescriptionOrderedCommandDesc.getCommandDescriptor()
protected CommandDescriptor<InputType>
CommandBase.obtainCommand
(String key) Methods in org.chenile.owiz.impl with parameters of type CommandDescriptorModifier 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) Constructors in org.chenile.owiz.impl with parameters of type CommandDescriptorModifierConstructorDescriptionOrderedCommandDesc
(int index, CommandDescriptor<?> command) OrderedCommandDesc
(String indx, CommandDescriptor<?> command) -
Uses of CommandDescriptor in org.chenile.owiz.impl.ognl
Fields in org.chenile.owiz.impl.ognl declared as CommandDescriptorMethods in org.chenile.owiz.impl.ognl with parameters of type CommandDescriptorModifier and TypeMethodDescriptionvoid
ForLoop.attachCommand
(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) -
Uses of CommandDescriptor in org.chenile.owiz.impl.splitaggregate
Fields in org.chenile.owiz.impl.splitaggregate declared as CommandDescriptorMethods in org.chenile.owiz.impl.splitaggregate with parameters of type CommandDescriptorModifier and TypeMethodDescriptionvoid
SplitterAggregator.attachCommand
(AttachmentDescriptor<SplitterContext> attachmentDescriptor, CommandDescriptor<SplitterContext> command)