|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BriefInformationMap
A thin object that represents an IQ Information Map in a repository. This thin object, when in a program's hands, does not cause the full information map to be read from the repository and populated in memory. To use the object beyond what this interface makes available you need to instantiate a full information map from the brief information map by using the InformationMapFactory.newInformationMap( ) method providing this object as input. That method reads the full map from the repository and populates its objects (data items, etc.) in memory.
The type of data a BriefInformationMap is based upon can be determined by using the getStructure() method.
InformationMapFactory.newInformationMap(com.sas.services.session.SessionContextInterface, com.sas.iquery.metadata.IntelligentQueryMetadataServiceInterface, BriefInformationMap)
Field Summary | |
---|---|
static java.lang.String |
OBJECT_TYPE
Deprecated. Use type declarations in com.sas.services.information.util.SmartTypes |
Method Summary | |
---|---|
com.sas.services.information.metadata.FolderInterface |
getOwningFolder()
Returns the metadata folder that contains this brief information map |
StructureOfData |
getStructure()
Returns an indication of what type of data this information map is based upon. |
Field Detail |
---|
static final java.lang.String OBJECT_TYPE
Method Detail |
---|
StructureOfData getStructure() throws com.sas.services.ServiceException, java.rmi.RemoteException
com.sas.services.ServiceException
java.rmi.RemoteException
StructureOfData
,
BusinessModel.getStructure()
com.sas.services.information.metadata.FolderInterface getOwningFolder() throws com.sas.services.ServiceException, java.rmi.RemoteException
FolderInterface
object of the containing folder.
com.sas.services.ServiceException
java.rmi.RemoteException
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |