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

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

Uses of ConditionsDescriptor in com.opensymphony.workflow
 

Methods in com.opensymphony.workflow with parameters of type ConditionsDescriptor
protected  boolean AbstractWorkflow.passesConditions(ConditionsDescriptor descriptor, Map transientVars, com.opensymphony.module.propertyset.PropertySet ps, int currentStepId)
           
 

Uses of ConditionsDescriptor in com.opensymphony.workflow.loader
 

Fields in com.opensymphony.workflow.loader declared as ConditionsDescriptor
protected  ConditionsDescriptor WorkflowDescriptor.globalConditions
           
 

Methods in com.opensymphony.workflow.loader that return ConditionsDescriptor
 ConditionsDescriptor DescriptorFactory.createConditionsDescriptor()
           
 ConditionsDescriptor DescriptorFactory.createConditionsDescriptor(org.w3c.dom.Element element)
           
 ConditionsDescriptor RestrictionDescriptor.getConditionsDescriptor()
           
 ConditionsDescriptor WorkflowDescriptor.getGlobalConditions()
           
 

Methods in com.opensymphony.workflow.loader with parameters of type ConditionsDescriptor
 void RestrictionDescriptor.setConditionsDescriptor(ConditionsDescriptor descriptor)
           
 


OpenSymphony Workflow Project Page