Uses of Class
org.apache.commons.workflow.StepException

Packages that use StepException
org.apache.commons.workflow This package contains the core interfaces and classes that define the major components of the workflow management system. 
org.apache.commons.workflow.base Basic implementations and base classes for Workflow Management System applications. 
org.apache.commons.workflow.core Implementations of Steps in the core library. 
org.apache.commons.workflow.io Implementations of Steps in the io library. 
org.apache.commons.workflow.util General purpose utility classes required by the Workflow Management System. 
org.apache.commons.workflow.web Implementations of Steps in the web library. 
 

Uses of StepException in org.apache.commons.workflow
 

Fields in org.apache.commons.workflow declared as StepException
protected  StepException ContextEvent.exception
          The StepException that caused this event.
 

Methods in org.apache.commons.workflow that return StepException
 StepException ContextEvent.getException()
           
 

Methods in org.apache.commons.workflow that throw StepException
 void Context.execute()
          Execute the Step currently identified as the next step, and continue execution until there is no next step, or until the suspend property has been set to true.
 void Step.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 

Constructors in org.apache.commons.workflow with parameters of type StepException
ContextEvent(Context context, Step step, StepException exception)
          Construct a new immutable ContextEvent.
 

Uses of StepException in org.apache.commons.workflow.base
 

Methods in org.apache.commons.workflow.base that throw StepException
 void BaseContext.execute()
          Execute the Step currently identified as the next step, and continue execution until there is no next step, or until the suspend property has been set to true.
abstract  void BaseStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void BaseBlock.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 

Uses of StepException in org.apache.commons.workflow.core
 

Methods in org.apache.commons.workflow.core that throw StepException
 void SwapStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void SuspendStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void StringStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void RemoveStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void PutStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void PopStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void OrStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void NotOrStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void NotAndStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void LoadStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void InvokeStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void GotoStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void GetStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void ExitStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void DuplicateStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void ContinueStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void ConstructStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void CallStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void BreakStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void AndStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 

Uses of StepException in org.apache.commons.workflow.io
 

Methods in org.apache.commons.workflow.io that throw StepException
 void WriteStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void ReadStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void PeekStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void GetStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void DisplayStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 

Uses of StepException in org.apache.commons.workflow.util
 

Methods in org.apache.commons.workflow.util with parameters of type StepException
 void ContextSupport.fireAfterActivity(Step step, StepException exception)
          Fire a afterActivity event to all registered listeners.
 void ContextSupport.fireAfterStep(Step step, StepException exception)
          Fire a afterStep event to all registered listeners.
 

Uses of StepException in org.apache.commons.workflow.web
 

Methods in org.apache.commons.workflow.web that throw StepException
 void PopulateStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void IncludeStep23.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void GotoStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 void ForwardStep.execute(Context context)
          Perform the executable actions related to this Step, in the context of the specified Context.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.