| Package | Description |
|---|---|
| org.kuali.rice.kew.engine.node | |
| org.kuali.rice.kew.engine.transition |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicResult
The result of the processing of a
DynamicNode. |
class |
JoinResult
The result of the processing of a
JoinNode. |
class |
SimpleResult
The result of the execution of a
SimpleNode. |
class |
SplitResult
The result of the processing of a
SplitNode. |
class |
SubProcessResult
The result of the execution of a
SubProcessNode. |
| Modifier and Type | Method and Description |
|---|---|
abstract ProcessResult |
TransitionEngine.isComplete(RouteContext context)
Tell the WorkflowEngine processing the activeNodeInstance if the node is complete and transitionFrom can
be called.
|
ProcessResult |
SubProcessTransitionEngine.isComplete(RouteContext context) |
ProcessResult |
SplitTransitionEngine.isComplete(RouteContext context) |
ProcessResult |
SimpleTransitionEngine.isComplete(RouteContext context) |
ProcessResult |
JoinTransitionEngine.isComplete(RouteContext context) |
ProcessResult |
DynamicTransitionEngine.isComplete(RouteContext context) |
| Modifier and Type | Method and Description |
|---|---|
Transition |
TransitionEngine.transitionFrom(RouteContext context,
ProcessResult processResult) |
Transition |
SubProcessTransitionEngine.transitionFrom(RouteContext context,
ProcessResult processResult) |
Transition |
SplitTransitionEngine.transitionFrom(RouteContext context,
ProcessResult processResult) |
Transition |
DynamicTransitionEngine.transitionFrom(RouteContext context,
ProcessResult processResult) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.