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

Packages that use RestrictionDescriptor
com.opensymphony.workflow.loader   
 

Uses of RestrictionDescriptor in com.opensymphony.workflow.loader
 

Fields in com.opensymphony.workflow.loader declared as RestrictionDescriptor
protected  RestrictionDescriptor ActionDescriptor.restriction
           
protected  RestrictionDescriptor PermissionDescriptor.restriction
           
 

Methods in com.opensymphony.workflow.loader that return RestrictionDescriptor
 RestrictionDescriptor ActionDescriptor.getRestriction()
           
 RestrictionDescriptor PermissionDescriptor.getRestriction()
           
 

Methods in com.opensymphony.workflow.loader with parameters of type RestrictionDescriptor
 void ActionDescriptor.setRestriction(RestrictionDescriptor restriction)
           
 void PermissionDescriptor.setRestriction(RestrictionDescriptor restriction)
           
 


OpenSymphony Workflow Project Page