|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BriefInformationMap | |
---|---|
com.sas.iquery.metadata | Top-level package for SAS Query Services's three models, the business model, physical model, and expression model, which are all used in defining information maps and data selections. |
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 BriefInformationMap in com.sas.iquery.metadata |
---|
Methods in com.sas.iquery.metadata with parameters of type BriefInformationMap | |
---|---|
InformationMap |
IntelligentQueryMetadataServiceInterface.getInformationMap(com.sas.services.session.SessionContextInterface session,
BriefInformationMap briefMap)
Deprecated. use InformationMapFactory.newInformationMap(com.sas.services.session.SessionContextInterface, IntelligentQueryMetadataServiceInterface, com.sas.iquery.metadata.business.BriefInformationMap) |
Uses of BriefInformationMap in com.sas.iquery.metadata.business |
---|
Methods in com.sas.iquery.metadata.business that return BriefInformationMap | |
---|---|
BriefInformationMap |
InformationMap.getBriefMap()
Returns the BriefInformationMap this object was created from or last saved as. |
BriefInformationMap |
InformationMap.save(com.sas.services.information.metadata.FolderInterface folderToSaveInto,
java.lang.String changeHistoryDescription)
Saves this InformationMap to the specified folder and returns a BriefInformationMap that is accessible via the folder. |
BriefInformationMap |
InformationMap.save(java.lang.String changeHistoryDescription)
Saves this information map to the folder the information map was previously read. |
Methods in com.sas.iquery.metadata.business with parameters of type BriefInformationMap | |
---|---|
InformationMap |
InformationMapFactory.newInformationMap(com.sas.services.session.SessionContextInterface session,
IntelligentQueryMetadataServiceInterface service,
BriefInformationMap briefMap)
Returns a new instance of an InformationMap object model for the specified brief information map. |
com.sas.iquery.metadata.business.InformationMapFactory.Results |
InformationMapFactory.newInformationMap(com.sas.services.session.SessionContextInterface session,
IntelligentQueryMetadataServiceInterface service,
BriefInformationMap briefMap,
com.sas.iquery.metadata.business.InformationMapFactory.FactorySettings settings)
The general method to create a full information map from from a brief information map -- providing settings as input and a results object as output from which the information map can be obtained. |
void |
InformationMap.setBriefMap(BriefInformationMap bmap)
|
|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |