|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface OLAPSchema
This is a grouping of Cubes accessible from a SAS OLAP server.
Attributes of OLAPSchema are:
Associations of OLAPSchema are:
factory
create methods. // create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); OLAPSchema myObject = (OLAPSchema) factory.createComplexMetadataObject(objectStore, "OLAPSchema_Object", MetadataObjects.OLAPSCHEMA, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
MdOMIUtil.
updateMetadataAll
method.
delete method can be used.
This will flag the object as being deleted on the client, and will require an update call to persist
the change to the server.
| Field Summary | |
|---|---|
static java.lang.String |
ASSOCIATION_CUBES_NAME
Constant used for the name of the Cubes association. |
static java.lang.String |
ASSOCIATION_DIMENSIONS_NAME
Constant used for the name of the Dimensions association. |
static java.lang.String |
ASSOCIATION_LOGFILE_NAME
Constant used for the name of the LogFile association. |
| Fields inherited from interface com.sas.metadata.remote.DeployedDataPackage |
|---|
ASSOCIATION_ALIASES_NAME, ASSOCIATION_ALIASFOR_NAME, ASSOCIATION_DEPLOYEDCOMPONENTS_NAME, ASSOCIATION_TABLECOLLECTIONS_NAME, ASSOCIATION_USEDBYPACKAGES_NAME, ASSOCIATION_USINGPACKAGES_NAME |
| Fields inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_NAME |
| Fields inherited from interface com.sas.metadata.remote.MdObjectBase |
|---|
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAME |
| Method Summary | |
|---|---|
abstract AssociationList |
getCubes()
Gets the AssociationList of Cubes |
abstract AssociationList |
getCubes(boolean fGoToServer)
Gets the Associationlist of Cubes |
abstract AssociationList |
getDimensions()
Gets the Association list of Dimensions |
abstract AssociationList |
getDimensions(boolean fGoToServer)
Gets the Associationlist of Dimensions |
abstract File |
getLogFile()
Gets the File for LogFile |
abstract AssociationList |
getLogFiles()
Gets the AssociationList of LogFiles |
abstract AssociationList |
getLogFiles(boolean fGoToServer)
Gets the Associationlist of LogFiles |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: CubesLogFile |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
abstract void |
setCubes(AssociationList list)
Sets the Cubes list to be list. |
abstract void |
setCubes(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setDimensions(AssociationList list)
Sets the Dimensions list to be list. |
abstract void |
setDimensions(AssociationList inObjects,
int state)
Sets the entire Dimensions list to match the passed in AssociationList, sets the state of the Dimensions |
abstract void |
setLogFile(File inObject)
Sets the LogFiles list 0th element to be inObject. |
abstract void |
setLogFiles(AssociationList list)
Sets the LogFiles list to be list. |
abstract void |
setLogFiles(AssociationList list,
int state)
Sets the LogFiles list to be list. |
| Methods inherited from interface com.sas.metadata.remote.DeployedDataPackage |
|---|
getAliases, getAliases, getAliasFor, getAliasFors, getAliasFors, getDeployedComponents, getDeployedComponents, getTableCollections, getTableCollections, getUsedByPackages, getUsedByPackages, getUsingPackages, getUsingPackages, setAliases, setAliases, setAliasFor, setAliasFors, setAliasFors, setDeployedComponents, setDeployedComponents, setTableCollections, setTableCollections, setUsedByPackages, setUsedByPackages, setUsingPackages, setUsingPackages |
| Methods inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
getFavoritesContainers, getFavoritesContainers, getIsHidden, getIsHiddenState, getPublicType, getPublicTypeMaxLength, getPublicTypeState, setFavoritesContainers, setFavoritesContainers, setIsHidden, setIsHidden, setIsHidden, setIsHidden, setIsHiddenState, setPublicType, setPublicType, setPublicTypeState |
| Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
|---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
| Field Detail |
|---|
static final java.lang.String ASSOCIATION_CUBES_NAME
Cubes: The cubes that are accessible through this schema.
static final java.lang.String ASSOCIATION_LOGFILE_NAME
LogFile: The log file for this schema.
static final java.lang.String ASSOCIATION_DIMENSIONS_NAME
Dimensions: Dimensions that are contained in this schema.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
initializeRequiredObjects in interface DeployedDataPackageinitializeRequiredObjects in interface MdObjectBaseUtilinitializeRequiredObjects in interface PrimaryTypeinitializeRequiredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
void initializePredObjects()
throws java.rmi.RemoteException
CubesLogFile
initializePredObjects in interface DeployedDataPackageinitializePredObjects in interface MdObjectBaseinitializePredObjects in interface PrimaryTypeinitializePredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getCubes()
throws java.rmi.RemoteException,
MdException
Cubes
Cubes which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getLogFiles()
throws java.rmi.RemoteException,
MdException
LogFiles
LogFiles which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException
File getLogFile()
throws java.rmi.RemoteException,
MdException
File for LogFile
File ( null if not set) of LogFilewhich can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getDimensions()
throws java.rmi.RemoteException,
MdException
Dimensions
Dimensions which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getCubes(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
Cubes
fGoToServer - boolean Get the value from the server.
Cubes which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getLogFiles(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
LogFiles
fGoToServer - boolean Get the value from the server.
LogFiles which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getDimensions(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
Dimensions
fGoToServer - boolean Get the value from the server.
Dimensions which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
void setCubes(AssociationList list)
throws java.rmi.RemoteException
Cubes list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setCubes(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLogFiles(AssociationList list)
throws java.rmi.RemoteException
LogFiles list to be list. Object of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setLogFiles(AssociationList list,
int state)
throws java.rmi.RemoteException
LogFiles list to be list. Object of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLogFile(File inObject)
throws java.rmi.RemoteException
LogFiles list 0th element to be inObject.
inObject - File
java.rmi.RemoteException - If error communicating with remote object.
void setDimensions(AssociationList list)
throws java.rmi.RemoteException
Dimensions list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setDimensions(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||