Uses of Interface
org.chenile.owiz.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
-
Uses of OrchExecutor in org.chenile.configuration.proxy
-
Uses of OrchExecutor in org.chenile.core.entrypoint
Modifier and TypeFieldDescriptionprivate OrchExecutor<ChenileExchange>
ChenileEntryPoint.chenileOrchExecutor
-
Uses of OrchExecutor in org.chenile.owiz.impl
Modifier 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
Modifier and TypeFieldDescription(package private) OrchExecutor<ChenileExchange>
ProxyBuilder.chenileProxyOrchExecutor
-
Uses of OrchExecutor in org.chenile.workflow.service.stmcmds
Modifier and TypeFieldDescriptionprotected Map<String,
OrchExecutor<TransitionContext<T>>> BaseTransitionAction.orchMap
Modifier and TypeMethodDescriptionprotected OrchExecutor<TransitionContext<T>>
BaseTransitionAction.obtainOrchExecutor
(String microActionsXml)