com.opensymphony.workflow.basic
Class BasicWorkflow

java.lang.Object
  extended by com.opensymphony.workflow.AbstractWorkflow
      extended by com.opensymphony.workflow.basic.BasicWorkflow
All Implemented Interfaces:
Workflow

public class BasicWorkflow
extends AbstractWorkflow

A basic workflow implementation which does not read in the current user from any context, but allows one to be specified via the constructor. Also does not support rollbacks.


Field Summary
 
Fields inherited from class com.opensymphony.workflow.AbstractWorkflow
context
 
Fields inherited from interface com.opensymphony.workflow.Workflow
BSF_COL, BSF_LANGUAGE, BSF_ROW, BSF_SCRIPT, BSF_SOURCE, BSH_SCRIPT, CLASS_NAME, EJB_LOCATION, JNDI_LOCATION
 
Constructor Summary
BasicWorkflow(String caller)
           
 
Method Summary
 
Methods inherited from class com.opensymphony.workflow.AbstractWorkflow
canInitialize, canInitialize, canModifyEntryState, changeEntryState, checkImplicitFinish, completeEntry, doAction, executeFunction, executeTriggerFunction, getAvailableActions, getAvailableActions, getAvailableActionsForStep, getAvailableAutoActions, getAvailableAutoActionsForStep, getConfiguration, getCurrentSteps, getEntryState, getHistorySteps, getPersistence, getPersistenceProperties, getPropertySet, getResolver, getSecurityPermissions, getSecurityPermissions, getWorkflowDescriptor, getWorkflowName, getWorkflowNames, initialize, passesCondition, passesConditions, passesConditions, populateTransientMap, query, query, removeWorkflowDescriptor, saveWorkflowDescriptor, setConfiguration, setResolver, transitionWorkflow, verifyInputs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicWorkflow

public BasicWorkflow(String caller)

OpenSymphony Workflow Project Page