Uses of Class
com.opensymphony.workflow.loader.FunctionDescriptor

Packages that use FunctionDescriptor
com.opensymphony.workflow   
com.opensymphony.workflow.loader   
 

Uses of FunctionDescriptor in com.opensymphony.workflow
 

Methods in com.opensymphony.workflow with parameters of type FunctionDescriptor
protected  void AbstractWorkflow.executeFunction(FunctionDescriptor function, Map transientVars, com.opensymphony.module.propertyset.PropertySet ps)
          Executes a function.
 

Uses of FunctionDescriptor in com.opensymphony.workflow.loader
 

Methods in com.opensymphony.workflow.loader that return FunctionDescriptor
 FunctionDescriptor DescriptorFactory.createFunctionDescriptor()
           
 FunctionDescriptor DescriptorFactory.createFunctionDescriptor(org.w3c.dom.Element function)
           
 FunctionDescriptor WorkflowDescriptor.getTriggerFunction(int id)
           
 FunctionDescriptor WorkflowDescriptor.setTriggerFunction(int id, FunctionDescriptor descriptor)
          Update a trigger function
 

Methods in com.opensymphony.workflow.loader with parameters of type FunctionDescriptor
 FunctionDescriptor WorkflowDescriptor.setTriggerFunction(int id, FunctionDescriptor descriptor)
          Update a trigger function
 


OpenSymphony Workflow Project Page