|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @SubjectToChange 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 |
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
abstract com.sas.services.information.metadata.FolderInterface |
getOwningFolder()
Returns the metadata folder that contains this brief information map |
abstract StructureOfData |
getStructure()
Returns an indication of what type of data this information map is based upon. |
| Methods inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
add, addAccessControl, addAttribute, addAttributes, addDocument, addExtension, addGroup, addImplementor, addKeyword, addNoteTextStore, addNoteTextStore, addObjectProperty, addObjectProperty, addPermissions, addPrompt, addPropertySet, addRemark, addResponsibleParty, addTransactionListener, addUsedByPrototype, checkin, checkout, commit, copyTo, countAssociatedObjects, delete, deleteAttribute, deleteAttributes, destroy, getAccessControls, getAttribute, getAttributes, getAuthorizationUtil, getCreateDate, getCreatedBy, getDescription, getDocuments, getEntityKey, getEntityURL, getExtensions, getGroups, getGUID, getIdentities, getImplementors, getKeywords, getLockedBy, getModifiedBy, getModifyDate, getNoteTextStore, getNoteTextStores, getNoteTextStoresByRole, getObjectProperties, getParent, getParentPath, getParents, getPath, getPaths, getPermission, getPermissions, getPermissions, getPreviousVersionNames, getPrimaryPropertyGroup, getPrompt, getPrompts, getPropertyBag, getPropertySets, getRemarksList, getReposId, getRepository, getRepositoryEntity, getRepositoryName, getReposKey, getResponsibleParties, getState, getTrackingId, getType, getUsageVersion, getUsedByPrototypes, getUsingPrototype, getVersion, isAuthorized, isCompatible, isDeleted, isDestroyed, isObjectAlive, isReadCompatible, mapNameToFilesystem, mapUrlToFilesystem, moveTo, newServiceObject, refresh, removeAccessControl, removeDocument, removeExtension, removeGroup, removeImplementor, removeKeyword, removeNoteTextStore, removeObjectProperty, removePermissions, removePrompt, removePropertySet, removeResponsibleParty, removeResponsiblePartyByIdentity, removeUsedByPrototype, rollback, setAttribute, setAttributes, setDeleted, setDescription, setDocuments, setExtensions, setGroups, setGUID, setKeywords, setName, setNoteTextStores, setObjectProperties, setPermission, setPrimaryPropertyGroup, setPrompt, setPrompts, setRemarksList, setRepository, setUsingPrototype, startTransaction, toByteArray, transactionEvent, uncheckout, update, updateFromBag, version |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Field Detail |
|---|
@SASScope(value="ALL") @SubjectToChange static final java.lang.String OBJECT_TYPE
| Method Detail |
|---|
@SASScope(value="ALL")
@SubjectToChange
StructureOfData getStructure()
throws com.sas.services.ServiceException,
java.rmi.RemoteException
com.sas.services.ServiceException
java.rmi.RemoteExceptionStructureOfData,
BusinessModel.getStructure()
@SASScope(value="ALL")
@SubjectToChange
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 | |||||||||||||