|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessResult | |
---|---|
org.kuali.rice.kew.engine.node | |
org.kuali.rice.kew.engine.transition |
Uses of ProcessResult in org.kuali.rice.kew.engine.node |
---|
Classes in org.kuali.rice.kew.engine.node that implement ProcessResult | |
---|---|
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 . |
Uses of ProcessResult in org.kuali.rice.kew.engine.transition |
---|
Methods in org.kuali.rice.kew.engine.transition that return ProcessResult | |
---|---|
ProcessResult |
DynamicTransitionEngine.isComplete(RouteContext context)
|
ProcessResult |
SplitTransitionEngine.isComplete(RouteContext context)
|
ProcessResult |
SimpleTransitionEngine.isComplete(RouteContext context)
|
ProcessResult |
SubProcessTransitionEngine.isComplete(RouteContext context)
|
abstract ProcessResult |
TransitionEngine.isComplete(RouteContext context)
Tell the WorkflowEngine processing the activeNodeInstance if the node is complete and transitionFrom can be called. |
ProcessResult |
JoinTransitionEngine.isComplete(RouteContext context)
|
Methods in org.kuali.rice.kew.engine.transition with parameters of type ProcessResult | |
---|---|
Transition |
DynamicTransitionEngine.transitionFrom(RouteContext context,
ProcessResult processResult)
|
Transition |
SplitTransitionEngine.transitionFrom(RouteContext context,
ProcessResult processResult)
|
Transition |
SubProcessTransitionEngine.transitionFrom(RouteContext context,
ProcessResult processResult)
|
Transition |
TransitionEngine.transitionFrom(RouteContext context,
ProcessResult processResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |