Uses of Class
org.chenile.owiz.config.model.AttachmentDescriptor
Packages that use AttachmentDescriptor
Package
Description
Contains core definitions for Orchestration Wizard
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 AttachmentDescriptor in org.chenile.owiz
Methods in org.chenile.owiz with parameters of type AttachmentDescriptorModifier and TypeMethodDescriptionvoid
AttachableCommand.attachCommand
(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) -
Uses of AttachmentDescriptor in org.chenile.owiz.config.model
Fields in org.chenile.owiz.config.model with type parameters of type AttachmentDescriptorModifier and TypeFieldDescriptionprivate Set<AttachmentDescriptor<InputType>>
CommandDescriptor.attachmentDescriptors
Methods in org.chenile.owiz.config.model that return types with arguments of type AttachmentDescriptorMethods in org.chenile.owiz.config.model with parameters of type AttachmentDescriptorModifier and TypeMethodDescriptionvoid
CommandDescriptor.addAttachmentDescriptor
(AttachmentDescriptor<InputType> attachmentDescriptor) -
Uses of AttachmentDescriptor in org.chenile.owiz.impl
Methods in org.chenile.owiz.impl with parameters of type AttachmentDescriptorModifier 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) -
Uses of AttachmentDescriptor in org.chenile.owiz.impl.ognl
Methods in org.chenile.owiz.impl.ognl with parameters of type AttachmentDescriptorModifier and TypeMethodDescriptionvoid
ForLoop.attachCommand
(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) -
Uses of AttachmentDescriptor in org.chenile.owiz.impl.splitaggregate
Methods in org.chenile.owiz.impl.splitaggregate with parameters of type AttachmentDescriptorModifier and TypeMethodDescriptionvoid
SplitterAggregator.attachCommand
(AttachmentDescriptor<SplitterContext> attachmentDescriptor, CommandDescriptor<SplitterContext> command)