|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InformationMap | |
---|---|
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 InformationMap in com.sas.iquery.metadata |
---|
Methods in com.sas.iquery.metadata that return InformationMap | |
---|---|
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) |
InformationMap |
IntelligentQueryMetadataServiceInterface.getInformationMap(com.sas.services.session.SessionContextInterface session,
com.sas.services.information.metadata.PathUrl pathToMap)
Deprecated. use InformationMapFactory.newInformationMap(com.sas.services.session.SessionContextInterface, IntelligentQueryMetadataServiceInterface, com.sas.services.information.metadata.PathUrl) |
InformationMap |
IntelligentQueryMetadataServiceInterface.newInformationMap(com.sas.services.session.SessionContextInterface session)
Creates and returns a brand new empty InformationMap object. |
InformationMap |
IntelligentQueryMetadataServiceInterface.newInformationMap(com.sas.services.session.SessionContextInterface session,
java.util.Locale locale)
Returns a new InformationMap object with the associated locale |
Uses of InformationMap in com.sas.iquery.metadata.business |
---|
Methods in com.sas.iquery.metadata.business that return InformationMap | |
---|---|
InformationMap |
InformationMapFactory.newInformationMap(com.sas.services.session.SessionContextInterface session,
IntelligentQueryMetadataServiceInterface service)
Returns a new InformationMap object using the default locale for this instance of the Java Virtual Machine. |
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. |
InformationMap |
InformationMapFactory.newInformationMap(com.sas.services.session.SessionContextInterface session,
IntelligentQueryMetadataServiceInterface service,
org.w3c.dom.Element xmlElement,
java.lang.String repositoryName)
Returns a new InformationMap object created from the XML element describing an information map as is persisted by its model. |
InformationMap |
InformationMapFactory.newInformationMap(com.sas.services.session.SessionContextInterface session,
IntelligentQueryMetadataServiceInterface service,
java.util.Locale locale)
Returns a new InformationMap object with the associated locale |
InformationMap |
InformationMapFactory.newInformationMap(com.sas.services.session.SessionContextInterface session,
IntelligentQueryMetadataServiceInterface service,
com.sas.services.information.metadata.PathUrl pathToMap)
Returns a new instance of an InformationMap object model for the information map located at the specified path. |
|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |