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

Packages that use Governing
com.sas.iquery.dataservices Provides utility classes and methods that are used to read information maps and retrieve filter values. 
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 Governing in com.sas.iquery.dataservices
 

Methods in com.sas.iquery.dataservices with parameters of type Governing
 java.util.List IQDataServices.getPossibleFilterValues(DataItem dataItem, Governing governing)
          Returns a list of possible values.
 java.util.List IQDataServices.getPossibleFilterValues(DataItem dataItem, Governing governing, boolean honorFilters)
          Returns a list of possible values.
 java.util.List IQDataServices.getPossibleFilterValues(DataItem dataItem, Governing governing, boolean honorFilters, boolean ignoreFormattingForced, int dataToReturn)
          Returns a list of possible values.
 java.util.List IQDataServices.getPossibleFilterValues(DataItem dataItem, Governing governing, boolean honorFilters, boolean ignoreFormattingForced, int dataToReturn, java.lang.StringBuffer sasLog)
          Returns a list of possible values.
 

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

Methods in com.sas.iquery.metadata.business that return Governing
 Governing BusinessModel.newGoverning()
          Factory method for creating a Governing-type business rule.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.