|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.opensymphony.workflow.AbstractWorkflow
com.opensymphony.workflow.basic.BasicWorkflow
org.infoglue.cms.util.workflow.InfoGlueBasicWorkflow
public class InfoGlueBasicWorkflow
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 | |
|---|---|
InfoGlueBasicWorkflow(java.lang.String caller)
|
|
| Method Summary | |
|---|---|
void |
changeEntryState(long id,
int newState)
|
void |
doAction(long id,
int actionId,
java.util.Map inputs)
|
long |
initialize(java.lang.String workflowName,
int initialState,
java.util.Map inputs)
|
| Methods inherited from class com.opensymphony.workflow.AbstractWorkflow |
|---|
canInitialize, canInitialize, canModifyEntryState, checkImplicitFinish, completeEntry, executeFunction, executeTriggerFunction, getAvailableActions, getAvailableActions, getAvailableActionsForStep, getAvailableAutoActions, getAvailableAutoActionsForStep, getConfiguration, getCurrentSteps, getEntryState, getHistorySteps, getPersistence, getPersistenceProperties, getPropertySet, getResolver, getSecurityPermissions, getSecurityPermissions, getWorkflowDescriptor, getWorkflowName, getWorkflowNames, 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 |
|---|
public InfoGlueBasicWorkflow(java.lang.String caller)
| Method Detail |
|---|
public void changeEntryState(long id,
int newState)
throws com.opensymphony.workflow.WorkflowException
changeEntryState in interface com.opensymphony.workflow.WorkflowchangeEntryState in class com.opensymphony.workflow.AbstractWorkflowcom.opensymphony.workflow.WorkflowException
public void doAction(long id,
int actionId,
java.util.Map inputs)
throws com.opensymphony.workflow.WorkflowException
doAction in interface com.opensymphony.workflow.WorkflowdoAction in class com.opensymphony.workflow.AbstractWorkflowcom.opensymphony.workflow.WorkflowException
public long initialize(java.lang.String workflowName,
int initialState,
java.util.Map inputs)
throws com.opensymphony.workflow.WorkflowException
initialize in interface com.opensymphony.workflow.Workflowinitialize in class com.opensymphony.workflow.AbstractWorkflowcom.opensymphony.workflow.WorkflowException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||