Uses of Interface
com.sas.iquery.metadata.business.BusinessRule

Packages that use BusinessRule
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
 

Uses of BusinessRule in com.sas.iquery.metadata.business
 

Subinterfaces of BusinessRule in com.sas.iquery.metadata.business
 interface DrillThroughToDetail
          Specifies a simple business rule that identifies whether the user should be allowed to drill through to detail data in OLAP results.
 interface FilterCascadeRule
          This business rule defines the prompt filter dependencies that makes up the cascade.
 interface Governing
          Specifies a simple business rule that governs or limits the output of a business query when the query is run.
 

Methods in com.sas.iquery.metadata.business with type parameters of type BusinessRule
<T extends BusinessRule>
java.util.List<T>
BusinessQuery.getEffectiveRules(java.lang.Class<T> type)
          This method returns a list of business rules that would be in effect if this business query were to be run at this time.
 

Methods in com.sas.iquery.metadata.business that return BusinessRule
 BusinessRule BusinessModel.getBusinessRuleByID(java.lang.String ID)
          Returns the business rule with the specified ID.
 

Methods in com.sas.iquery.metadata.business that return types with arguments of type BusinessRule
 java.util.List<BusinessRule> BusinessModel.removeBusinessRule(BusinessRule rule)
          Removes the given business rule from this model.
 

Methods in com.sas.iquery.metadata.business with parameters of type BusinessRule
 void BusinessModel.addBusinessRule(BusinessRule rule)
          Adds a business rule to the end of the list of business rules in this business model.
 void BusinessModel.addBusinessRule(int index, BusinessRule rule)
          Adds a business rule at the specified index in the list of business rules in this business model and all business rules in the list at that index or after are moved to the right by 1 index.
 java.util.List<BusinessRule> BusinessModel.removeBusinessRule(BusinessRule rule)
          Removes the given business rule from this model.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.