|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface SharedDimension
Shared dimension is contained by its schema and may be used by more than one cube. The shared dimension will be removed when the olap schema is removed. Security for the dimension is independent of the cubes that use the dimension.
Attributes of SharedDimension are:
Associations of SharedDimension 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(); SharedDimension myObject = (SharedDimension) factory.createComplexMetadataObject(objectStore, "SharedDimension_Object", MetadataObjects.SHAREDDIMENSION, "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_ASSOCIATEDDIRECTORY_NAME
Constant used for the name of the AssociatedDirectory association. |
| Fields inherited from interface com.sas.metadata.remote.Dimension |
|---|
ASSOCIATION_ASSOCIATEDOLAPSCHEMA_NAME, ASSOCIATION_CUBES_NAME, ASSOCIATION_HIERARCHIES_NAME, ASSOCIATION_LEVELS_NAME, ASSOCIATION_MEASURES_NAME, ATTRIBUTE_CARDINALITY_NAME, ATTRIBUTE_DIMENSIONTYPE_NAME, ATTRIBUTE_SORTORDER_NAME, ATTRIBUTE_UNIQUENAME_NAME |
| Fields inherited from interface com.sas.metadata.remote.Classifier |
|---|
ASSOCIATION_SOURCECLASSIFIERMAPS_NAME, ASSOCIATION_TARGETCLASSIFIERMAPS_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 Directory |
getAssociatedDirectory()
Gets the Directory for AssociatedDirectory |
abstract AssociationList |
getAssociatedDirectorys()
Gets the AssociationList of AssociatedDirectorys |
abstract AssociationList |
getAssociatedDirectorys(boolean fGoToServer)
Gets the Associationlist of AssociatedDirectorys |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: AssociatedDirectory |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
abstract void |
setAssociatedDirectory(Directory inObject)
Sets the AssociatedDirectorys list 0th element to be inObject. |
abstract void |
setAssociatedDirectorys(AssociationList list)
Sets the AssociatedDirectorys list to be list. |
abstract void |
setAssociatedDirectorys(AssociationList list,
int state)
Sets the AssociatedDirectorys list to be list. |
| Methods inherited from interface com.sas.metadata.remote.Classifier |
|---|
getSourceClassifierMaps, getSourceClassifierMaps, getTargetClassifierMaps, getTargetClassifierMaps, setSourceClassifierMaps, setSourceClassifierMaps, setTargetClassifierMaps, setTargetClassifierMaps |
| 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_ASSOCIATEDDIRECTORY_NAME
AssociatedDirectory: The directory where this shared dimension is stored.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
initializeRequiredObjects in interface ClassifierinitializeRequiredObjects in interface DimensioninitializeRequiredObjects 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
AssociatedDirectory
initializePredObjects in interface ClassifierinitializePredObjects in interface DimensioninitializePredObjects in interface MdObjectBaseinitializePredObjects in interface PrimaryTypeinitializePredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getAssociatedDirectorys()
throws java.rmi.RemoteException,
MdException
AssociatedDirectorys
AssociatedDirectorys which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException
Directory getAssociatedDirectory()
throws java.rmi.RemoteException,
MdException
Directory for AssociatedDirectory
Directory ( null if not set) of AssociatedDirectorywhich 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 getAssociatedDirectorys(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
AssociatedDirectorys
fGoToServer - boolean Get the value from the server.
AssociatedDirectorys 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 setAssociatedDirectorys(AssociationList list)
throws java.rmi.RemoteException
AssociatedDirectorys list to be list. Object of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedDirectorys(AssociationList list,
int state)
throws java.rmi.RemoteException
AssociatedDirectorys list to be list. Object of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedDirectory(Directory inObject)
throws java.rmi.RemoteException
AssociatedDirectorys list 0th element to be inObject.
inObject - Directory
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 | |||||||||||||