Uses of Interface
org.chenile.owiz.OrchExecutor
Packages that use OrchExecutor
Package
Description
Chenile core beans are initialized in Spring.
Registers key chenile proxy beans in spring
Contains the core Chenile entry point which serves as the entry for the
Chenile ecosystem.
Key Command implementations, chain implementations and base classes are defined here.
Contains Chenile proxy builder class.
Workflow entry, exit commands etc.
-
Uses of OrchExecutor in org.chenile.configuration.core
Methods in org.chenile.configuration.core that return OrchExecutor -
Uses of OrchExecutor in org.chenile.configuration.proxy
Methods in org.chenile.configuration.proxy that return OrchExecutor -
Uses of OrchExecutor in org.chenile.core.entrypoint
Fields in org.chenile.core.entrypoint declared as OrchExecutorModifier and TypeFieldDescriptionprivate OrchExecutor<ChenileExchange>
ChenileEntryPoint.chenileOrchExecutor
-
Uses of OrchExecutor in org.chenile.owiz.impl
Classes in org.chenile.owiz.impl that implement OrchExecutorModifier and TypeClassDescriptionclass
OrchExecutorImpl<InputType>
This command triggers the chain of responsibility by storing and executing the first command in the chain. -
Uses of OrchExecutor in org.chenile.proxy.builder
Fields in org.chenile.proxy.builder declared as OrchExecutorModifier and TypeFieldDescription(package private) OrchExecutor<ChenileExchange>
ProxyBuilder.chenileProxyOrchExecutor
-
Uses of OrchExecutor in org.chenile.workflow.service.stmcmds
Fields in org.chenile.workflow.service.stmcmds with type parameters of type OrchExecutorModifier and TypeFieldDescriptionprotected Map<String,
OrchExecutor<TransitionContext<T>>> BaseTransitionAction.orchMap
Methods in org.chenile.workflow.service.stmcmds that return OrchExecutorModifier and TypeMethodDescriptionprotected OrchExecutor<TransitionContext<T>>
BaseTransitionAction.obtainOrchExecutor
(String microActionsXml)