Uses of Class
net.sf.dynamicreports.adhoc.configuration.AdhocRestriction

Packages that use AdhocRestriction
net.sf.dynamicreports.adhoc.configuration   
net.sf.dynamicreports.adhoc.transformation   
 

Uses of AdhocRestriction in net.sf.dynamicreports.adhoc.configuration
 

Subclasses of AdhocRestriction in net.sf.dynamicreports.adhoc.configuration
 class AdhocValueRestriction
           
 

Methods in net.sf.dynamicreports.adhoc.configuration that return AdhocRestriction
 AdhocRestriction AdhocRestriction.clone()
           
 AdhocRestriction AdhocFilter.getRestriction(String key)
           
 

Methods in net.sf.dynamicreports.adhoc.configuration that return types with arguments of type AdhocRestriction
 List<AdhocRestriction> AdhocFilter.getRestrictions()
           
 

Methods in net.sf.dynamicreports.adhoc.configuration with parameters of type AdhocRestriction
 void AdhocFilter.addRestriction(AdhocRestriction restriction)
           
 void AdhocFilter.setRestriction(String key, AdhocRestriction restriction)
           
 

Method parameters in net.sf.dynamicreports.adhoc.configuration with type arguments of type AdhocRestriction
 void AdhocFilter.setRestrictions(List<AdhocRestriction> restrictions)
           
 

Uses of AdhocRestriction in net.sf.dynamicreports.adhoc.transformation
 

Methods in net.sf.dynamicreports.adhoc.transformation that return AdhocRestriction
protected  AdhocRestriction XmlToAdhocTransform.restriction(XmlAdhocRestriction xmlAdhocRestriction)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type AdhocRestriction
protected  XmlAdhocRestriction AdhocToXmlTransform.restriction(AdhocRestriction adhocRestriction)
           
protected  void AdhocToXmlTransform.restriction(AdhocRestriction adhocRestriction, XmlAdhocRestriction xmlAdhocRestriction)
           
protected  void XmlToAdhocTransform.restriction(XmlAdhocRestriction xmlAdhocRestriction, AdhocRestriction adhocRestriction)
           
 



Copyright © 2010-2012. All Rights Reserved.