| com.opensymphony.workflow.Register
All known Subclasses: com.opensymphony.workflow.util.jndi.JNDIRegister, com.opensymphony.workflow.util.bsf.BSFRegister, com.opensymphony.workflow.util.beanshell.BeanShellRegister, com.opensymphony.workflow.util.ejb.remote.RemoteEJBRegister, com.opensymphony.workflow.util.ejb.local.LocalEJBRegister, com.opensymphony.workflow.util.LogRegister,
Register | public interface Register (Code) | | Interface that must be implemented for workflow registers to behave properly.
author: Patrick Lightbody version: $Revision: 1.3 $ |
Method Summary | |
public Object | registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, PropertySet ps) Returns the object to bind to the variable map for this workflow instance.
Parameters: context - The current workflow context Parameters: entry - The workflow entry. |
registerVariable | public Object registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, PropertySet ps) throws WorkflowException(Code) | | Returns the object to bind to the variable map for this workflow instance.
Parameters: context - The current workflow context Parameters: entry - The workflow entry. Note that this might be null, for example in a pre functionbefore the workflow has been initialised Parameters: args - Map of arguments as set in the workflow descriptor Parameters: ps - the object to bind to the variable map for this workflow instance |
|
|