Uses of Class
com.opensymphony.workflow.WorkflowException

Packages that use WorkflowException
com.opensymphony.workflow   
com.opensymphony.workflow.ejb   
com.opensymphony.workflow.ofbiz   
com.opensymphony.workflow.soap   
com.opensymphony.workflow.util   
com.opensymphony.workflow.util.beanshell   
com.opensymphony.workflow.util.bsf   
com.opensymphony.workflow.util.ejb.local   
com.opensymphony.workflow.util.ejb.remote   
com.opensymphony.workflow.util.jndi   
 

Uses of WorkflowException in com.opensymphony.workflow
 

Subclasses of WorkflowException in com.opensymphony.workflow
 class FactoryException
           
 class InvalidEntryStateException
           
 class InvalidInputException
          Exception to indicate the user input is invalid.
 class InvalidRoleException
          Indicates that the caller did not have enough permissions to perform some action.
 class InvalidWorkflowDescriptorException
          Indicates that a Workflow Descriptor was invalid.
 class StoreException
           
 

Methods in com.opensymphony.workflow that throw WorkflowException
 void Workflow.changeEntryState(long id, int newState)
          Modify the state of the specified workflow instance.
 void AbstractWorkflow.changeEntryState(long id, int newState)
           
protected  void AbstractWorkflow.checkImplicitFinish(ActionDescriptor action, long id)
           
 void Workflow.doAction(long id, int actionId, Map inputs)
          Perform an action on the specified workflow instance.
 void AbstractWorkflow.doAction(long id, int actionId, Map inputs)
           
 void FunctionProvider.execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Execute this function
protected  void AbstractWorkflow.executeFunction(FunctionDescriptor function, Map transientVars, com.opensymphony.module.propertyset.PropertySet ps)
          Executes a function.
 void Workflow.executeTriggerFunction(long id, int triggerId)
          Executes a special trigger-function using the context of the given workflow instance id.
 void AbstractWorkflow.executeTriggerFunction(long id, int triggerId)
           
protected  List AbstractWorkflow.getAvailableActionsForStep(WorkflowDescriptor wf, Step step, Map transientVars, com.opensymphony.module.propertyset.PropertySet ps)
           
protected  List AbstractWorkflow.getAvailableAutoActionsForStep(WorkflowDescriptor wf, Step step, Map transientVars, com.opensymphony.module.propertyset.PropertySet ps)
          Get just auto action availables for a step
 Condition TypeResolver.getCondition(String type, Map args)
           
 FunctionProvider TypeResolver.getFunction(String type, Map args)
           
 Register TypeResolver.getRegister(String type, Map args)
           
 Validator TypeResolver.getValidator(String type, Map args)
           
 long Workflow.initialize(String workflowName, int initialAction, Map inputs)
          Initializes a workflow so that it can begin processing.
 long AbstractWorkflow.initialize(String workflowName, int initialAction, Map inputs)
           
protected  boolean AbstractWorkflow.passesCondition(ConditionDescriptor conditionDesc, Map transientVars, com.opensymphony.module.propertyset.PropertySet ps, int currentStepId)
           
 boolean Condition.passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Determines if a condition should signal pass or fail.
protected  boolean AbstractWorkflow.passesConditions(ConditionsDescriptor descriptor, Map transientVars, com.opensymphony.module.propertyset.PropertySet ps, int currentStepId)
           
protected  boolean AbstractWorkflow.passesConditions(String conditionType, List conditions, Map transientVars, com.opensymphony.module.propertyset.PropertySet ps, int currentStepId)
           
protected  void AbstractWorkflow.populateTransientMap(WorkflowEntry entry, Map transientVars, List registers, Integer actionId, Collection currentSteps, com.opensymphony.module.propertyset.PropertySet ps)
           
 List Workflow.query(WorkflowExpressionQuery query)
          Query the workflow store for matching instances
 List AbstractWorkflow.query(WorkflowExpressionQuery query)
           
 List Workflow.query(WorkflowQuery query)
          Deprecated. use Workflow.query(WorkflowExpressionQuery) instead.
 Object Register.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Returns the object to bind to the variable map for this workflow instance.
protected  boolean AbstractWorkflow.transitionWorkflow(WorkflowEntry entry, List currentSteps, WorkflowStore store, WorkflowDescriptor wf, ActionDescriptor action, Map transientVars, Map inputs, com.opensymphony.module.propertyset.PropertySet ps)
           
 void Validator.validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Validates the user input.
protected  void AbstractWorkflow.verifyInputs(WorkflowEntry entry, List validators, Map transientVars, com.opensymphony.module.propertyset.PropertySet ps)
          Validates input against a list of ValidatorDescriptor objects.
 

Uses of WorkflowException in com.opensymphony.workflow.ejb
 

Methods in com.opensymphony.workflow.ejb that throw WorkflowException
 void WorkflowRemote.changeEntryState(long id, int newState)
           
 void WorkflowEJB.changeEntryState(long id, int newState)
           
 void EJBWorkflow.changeEntryState(long id, int newState)
           
 void WorkflowRemote.doAction(long id, int actionId, Map inputs)
           
 void WorkflowEJB.doAction(long id, int actionId, Map inputs)
           
 void EJBWorkflow.doAction(long id, int actionId, Map inputs)
           
 void WorkflowRemote.executeTriggerFunction(long id, int triggerId)
           
 void WorkflowEJB.executeTriggerFunction(long id, int triggerId)
           
 void EJBWorkflow.executeTriggerFunction(long id, int triggerId)
           
 long WorkflowRemote.initialize(String workflowName, int initialAction, Map inputs)
           
 long WorkflowEJB.initialize(String workflowName, int initialAction, Map inputs)
           
 long EJBWorkflow.initialize(String workflowName, int initialState, Map inputs)
           
 List WorkflowRemote.query(WorkflowExpressionQuery query)
           
 List EJBWorkflow.query(WorkflowExpressionQuery query)
           
 List EJBWorkflow.query(WorkflowQuery query)
           
 

Constructors in com.opensymphony.workflow.ejb that throw WorkflowException
EJBWorkflow()
           
EJBWorkflow(String location)
           
 

Uses of WorkflowException in com.opensymphony.workflow.ofbiz
 

Methods in com.opensymphony.workflow.ofbiz that throw WorkflowException
 void OfbizWorkflow.changeEntryState(long id, int newState)
           
 void OfbizWorkflow.doAction(long id, int actionId, Map inputs)
           
 long OfbizWorkflow.initialize(String workflowName, int initialState, Map inputs)
           
 

Uses of WorkflowException in com.opensymphony.workflow.soap
 

Methods in com.opensymphony.workflow.soap that throw WorkflowException
 void OfbizSOAPWorkflow.changeEntryState(long id, int newState)
           
 void BasicSOAPWorkflow.changeEntryState(long id, int newState)
           
 void OfbizSOAPWorkflow.doAction(long id, int actionId, Map inputs)
           
 void BasicSOAPWorkflow.doAction(long id, int actionId, Map inputs)
           
 void OfbizSOAPWorkflow.executeTriggerFunction(long id, int triggerId)
           
 void BasicSOAPWorkflow.executeTriggerFunction(long id, int triggerId)
           
 long OfbizSOAPWorkflow.initialize(String workflowName, int initialState, Map inputs)
           
 long BasicSOAPWorkflow.initialize(String workflowName, int initialState, Map inputs)
           
 List OfbizSOAPWorkflow.query(WorkflowExpressionQuery query)
           
 List BasicSOAPWorkflow.query(WorkflowExpressionQuery query)
           
 

Uses of WorkflowException in com.opensymphony.workflow.util
 

Methods in com.opensymphony.workflow.util that throw WorkflowException
 void XWorkExecutor.execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 void WebWorkExecutor.execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 void MostRecentOwner.execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 Condition SpringTypeResolver.getCondition(String type, Map args)
           
 FunctionProvider SpringTypeResolver.getFunction(String type, Map args)
           
 Register SpringTypeResolver.getRegister(String type, Map args)
           
 Validator SpringTypeResolver.getValidator(String type, Map args)
           
 boolean AllowOwnerOfStepCondition.passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Deprecated.  
 void WorkflowLocalListener.stateChanged(WorkflowEntry entry)
           
 void WorkflowListener.stateChanged(WorkflowEntry entry)
           
 void WebWorkValidator.validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Uses of WorkflowException in com.opensymphony.workflow.util.beanshell
 

Methods in com.opensymphony.workflow.util.beanshell that throw WorkflowException
 void BeanShellFunctionProvider.execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 boolean BeanShellCondition.passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 Object BeanShellRegister.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 void BeanShellValidator.validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Uses of WorkflowException in com.opensymphony.workflow.util.bsf
 

Methods in com.opensymphony.workflow.util.bsf that throw WorkflowException
 void BSFFunctionProvider.execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 boolean BSFCondition.passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 Object BSFRegister.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 void BSFValidator.validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Uses of WorkflowException in com.opensymphony.workflow.util.ejb.local
 

Methods in com.opensymphony.workflow.util.ejb.local that throw WorkflowException
 void LocalEJBFunctionProvider.execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 boolean LocalEJBCondition.passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 Object LocalEJBRegister.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 void LocalEJBValidator.validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Uses of WorkflowException in com.opensymphony.workflow.util.ejb.remote
 

Methods in com.opensymphony.workflow.util.ejb.remote that throw WorkflowException
 void RemoteEJBFunctionProvider.execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 boolean RemoteEJBCondition.passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 Object RemoteEJBRegister.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 void RemoteEJBValidator.validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Uses of WorkflowException in com.opensymphony.workflow.util.jndi
 

Methods in com.opensymphony.workflow.util.jndi that throw WorkflowException
 void JNDIFunctionProvider.execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 boolean JNDICondition.passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 Object JNDIRegister.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 void JNDIValidator.validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 


OpenSymphony Workflow Project Page