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 PermissionDescriptor.restriction
           
protected  RestrictionDescriptor ActionDescriptor.restriction
           
 

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

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


OpenSymphony Workflow Project Page