Uses of Interface
org.kuali.rice.kew.engine.node.ProcessResult
Packages that use ProcessResult
-
Uses of ProcessResult in org.kuali.rice.kew.engine.node
Classes in org.kuali.rice.kew.engine.node that implement ProcessResultModifier and TypeClassDescriptionclassThe result of the processing of aDynamicNode.classThe result of the processing of aJoinNode.classThe result of the execution of aSimpleNode.classThe result of the processing of aSplitNode.classThe result of the execution of aSubProcessNode. -
Uses of ProcessResult in org.kuali.rice.kew.engine.transition
Methods in org.kuali.rice.kew.engine.transition that return ProcessResultModifier and TypeMethodDescriptionDynamicTransitionEngine.isComplete(RouteContext context) JoinTransitionEngine.isComplete(RouteContext context) SimpleTransitionEngine.isComplete(RouteContext context) SplitTransitionEngine.isComplete(RouteContext context) SubProcessTransitionEngine.isComplete(RouteContext context) abstract ProcessResultTransitionEngine.isComplete(RouteContext context) Tell the WorkflowEngine processing the activeNodeInstance if the node is complete and transitionFrom can be called.Methods in org.kuali.rice.kew.engine.transition with parameters of type ProcessResultModifier and TypeMethodDescriptionDynamicTransitionEngine.transitionFrom(RouteContext context, ProcessResult processResult) SplitTransitionEngine.transitionFrom(RouteContext context, ProcessResult processResult) SubProcessTransitionEngine.transitionFrom(RouteContext context, ProcessResult processResult) TransitionEngine.transitionFrom(RouteContext context, ProcessResult processResult)