com.opensymphony.workflow.basic
Class BasicWorkflow

java.lang.Object
  |
  +--com.opensymphony.workflow.AbstractWorkflow
        |
        +--com.opensymphony.workflow.basic.BasicWorkflow
All Implemented Interfaces:
Workflow

public class BasicWorkflow
extends AbstractWorkflow


Fields inherited from class com.opensymphony.workflow.AbstractWorkflow
context
 
Constructor Summary
BasicWorkflow(java.lang.String caller)
           
 
Methods inherited from class com.opensymphony.workflow.AbstractWorkflow
canInitialize, createEntry, createVariableMap, doAction, evaluateExpression, executeFunction, executeTriggerFunction, getActionableSteps, getActionName, getAvailableActions, getCurrentStatus, getHistory, getPersistence, getPropertySet, getSecurityPermissions, getStepName, getWorkflow, initialize, isInitialized, loadConfig, setBshVariables, translateVariables, validRole, verifyInputs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicWorkflow

public BasicWorkflow(java.lang.String caller)

See www.opensymphony.com for more information.