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 TypeMethodDescriptionvoidAttachableCommand.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.attachmentDescriptorsMethods 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 TypeMethodDescriptionvoidCommandDescriptor.addAttachmentDescriptor(AttachmentDescriptor<InputType> attachmentDescriptor) -
Uses of AttachmentDescriptor in org.chenile.owiz.impl
Methods in org.chenile.owiz.impl with parameters of type AttachmentDescriptorModifier 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) -
Uses of AttachmentDescriptor in org.chenile.owiz.impl.ognl
Methods in org.chenile.owiz.impl.ognl with parameters of type AttachmentDescriptorModifier and TypeMethodDescriptionvoidForLoop.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 TypeMethodDescriptionvoidSplitterAggregator.attachCommand(AttachmentDescriptor<SplitterContext> attachmentDescriptor, CommandDescriptor<SplitterContext> command)