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 TypeMethodDescriptionvoidAttachableCommand.attachCommand(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) voidOrchestrationAware.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 voidHandleCommand.addToFlow(CommandDescriptor<InputType> commandDescriptor) private voidOrchConfiguratorBase.attachCommandToParent(CommandDescriptor<InputType> cd, Map<String, CommandDescriptor<InputType>> commandCatalog) OrchConfiguratorBase.makeCommand(CommandDescriptor<InputType> cd) voidHandleRegisteredCommand.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 voidOrchConfiguratorBase.attachCommandToParent(CommandDescriptor<InputType> cd, Map<String, CommandDescriptor<InputType>> commandCatalog) private voidOrchConfiguratorBase.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.firstCommandprivate CommandDescriptor<InputType>AttachmentDescriptor.parentFields in org.chenile.owiz.config.model with type parameters of type CommandDescriptorModifier and TypeFieldDescriptionprivate Map<String,CommandDescriptor<InputType>> FlowDescriptor.commandCatalogMethods 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 TypeMethodDescriptionvoidFlowDescriptor.addCommand(CommandDescriptor<InputType> commandDescriptor) voidAttachmentDescriptor.setParent(CommandDescriptor<InputType> parent) Method parameters in org.chenile.owiz.config.model with type arguments of type CommandDescriptorModifier and TypeMethodDescriptionvoidFlowDescriptor.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.commandprotected CommandDescriptor<InputType>CommandBase.commandDescriptorprotected CommandDescriptor<InputType>Router.defaultCommandDescriptorFields in org.chenile.owiz.impl with type parameters of type CommandDescriptorModifier and TypeFieldDescriptionprotected Map<String,CommandDescriptor<InputType>> Router.commandsMapMethods 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 TypeMethodDescriptionvoidChain.attachCommand(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) Allow a command to attach itself to this chain.voidRouter.attachCommand(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) voidCommandBase.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 TypeMethodDescriptionvoidForLoop.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 TypeMethodDescriptionvoidSplitterAggregator.attachCommand(AttachmentDescriptor<SplitterContext> attachmentDescriptor, CommandDescriptor<SplitterContext> command)