Uses of Class
it.sistematica.isharedoc.model.mbox.SmartRule

Packages that use SmartRule
it.sistematica.isharedoc.action.isd   
it.sistematica.isharedoc.model.mbox   
 

Uses of SmartRule in it.sistematica.isharedoc.action.isd
 

Fields in it.sistematica.isharedoc.action.isd with type parameters of type SmartRule
 java.util.List<SmartRule> MessageboxAction.smartRules
           
 

Methods in it.sistematica.isharedoc.action.isd that return SmartRule
 SmartRule MessageboxAction.getSmartRule()
           
 

Methods in it.sistematica.isharedoc.action.isd that return types with arguments of type SmartRule
 java.util.List<SmartRule> MessageboxAction.getSmartRules()
           
 

Method parameters in it.sistematica.isharedoc.action.isd with type arguments of type SmartRule
 void MessageboxAction.setSmartRules(java.util.List<SmartRule> smartRules)
           
 

Uses of SmartRule in it.sistematica.isharedoc.model.mbox
 

Fields in it.sistematica.isharedoc.model.mbox with type parameters of type SmartRule
protected  java.util.List<SmartRule> MessageBox.smartrules
           
 

Methods in it.sistematica.isharedoc.model.mbox that return types with arguments of type SmartRule
 java.util.List<SmartRule> MessageBox.getSmartrules()
           
 

Method parameters in it.sistematica.isharedoc.model.mbox with type arguments of type SmartRule
 void MessageBox.setSmartrules(java.util.List<SmartRule> smartrules)