Uses of Class
org.chenile.owiz.config.model.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
Modifier and TypeMethodDescriptionvoid
AttachableCommand.attachCommand
(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) -
Uses of AttachmentDescriptor in org.chenile.owiz.config.model
Modifier and TypeFieldDescriptionprivate Set<AttachmentDescriptor<InputType>>
CommandDescriptor.attachmentDescriptors
Modifier and TypeMethodDescriptionvoid
CommandDescriptor.addAttachmentDescriptor
(AttachmentDescriptor<InputType> attachmentDescriptor) -
Uses of AttachmentDescriptor in org.chenile.owiz.impl
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) -
Uses of AttachmentDescriptor in org.chenile.owiz.impl.ognl
Modifier and TypeMethodDescriptionvoid
ForLoop.attachCommand
(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command) -
Uses of AttachmentDescriptor in org.chenile.owiz.impl.splitaggregate
Modifier and TypeMethodDescriptionvoid
SplitterAggregator.attachCommand
(AttachmentDescriptor<SplitterContext> attachmentDescriptor, CommandDescriptor<SplitterContext> command)