Uses of Class
com.sas.iquery.metadata.business.BusinessGroup.Type

Packages that use BusinessGroup.Type
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 BusinessGroup.Type in com.sas.iquery.metadata.business
 

Methods in com.sas.iquery.metadata.business that return BusinessGroup.Type
 BusinessGroup.Type BusinessGroup.getType()
          Returns the BusinessGroup.Type of this group
static BusinessGroup.Type BusinessGroup.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BusinessGroup.Type[] BusinessGroup.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sas.iquery.metadata.business with parameters of type BusinessGroup.Type
 java.util.List<BusinessGroup> BusinessQuery.getEffectiveGroupsByType(BusinessGroup.Type type)
          Get a flattened list of the effective groups by type for the query.
 java.util.List<BusinessGroup> BusinessQuery.getEffectiveGroupsContaining(BusinessModelObject bi, BusinessGroup.Type type)
          Get the effective groups by type for the query that contain the specified business model object.
 java.util.List<BusinessGroup> BusinessModel.getGroupsContaining(BusinessModelObject bmObject, BusinessGroup.Type type)
          Returns the list of (@code BusinessGroup} objects contained within this model with the specified BusinessGroup.Type and containing specified (@code BusinessModelObject}.
 BusinessGroup BusinessModel.newBusinessGroup(BusinessGroup.Type type)
          Creates a BusinessGroup object with the specified BusinessGroup.Type.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.