Package org.chenile.owiz
package org.chenile.owiz
Contains core definitions for Orchestration Wizard
-
ClassDescriptionAttachableCommand<InputType>A command becomes an attachable command if other commands can attach themselves to it using an attachment descriptor.Interface defines a contract for classes that look up objects from various DI frameworks (aka Bean factories)BypassableCommand<InputType>Implement this interface if a command can be bypassed.Command<InputType>A command is designed to be a unit of work.OrchestrationAware<InputType>Applicable for commands that choose to be aware of their orchestration configuration.OrchExecutor<InputType>The execution interface of the orchestrator.