Uses of Class
com.opensymphony.workflow.InvalidInputException

Packages that use InvalidInputException
com.opensymphony.workflow   
com.opensymphony.workflow.ejb   
com.opensymphony.workflow.util.ejb.remote   
com.opensymphony.workflow.util.jndi   
 

Uses of InvalidInputException in com.opensymphony.workflow
 

Methods in com.opensymphony.workflow that throw InvalidInputException
 void Workflow.doAction(long id, int actionId, Map inputs)
          Perform an action on the specified workflow instance.
 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)
           
 void ValidatorRemote.validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Validates the user input.
 void Validator.validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Validates the user input.
 

Uses of InvalidInputException in com.opensymphony.workflow.ejb
 

Methods in com.opensymphony.workflow.ejb that throw InvalidInputException
 void EJBWorkflow.doAction(long id, int actionId, Map inputs)
           
 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)
           
 

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

Methods in com.opensymphony.workflow.util.ejb.remote that throw InvalidInputException
 void RemoteEJBValidator.validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

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

Methods in com.opensymphony.workflow.util.jndi that throw InvalidInputException
 void JNDIValidator.validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 


OpenSymphony Workflow Project Page