Uses of Interface
com.sas.metadata.remote.Dimension
Packages that use Dimension
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of Dimension in com.sas.metadata.remote
Subinterfaces of Dimension in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceShared dimension is contained by its schema and may be used by more than one cube.Methods in com.sas.metadata.remote that return DimensionModifier and TypeMethodDescriptionHierarchy.getOwningDimension()Gets theDimensionforOwningDimensionLevel.getOwningDimension()Gets theDimensionforOwningDimensionMeasure.getOwningDimension()Gets theDimensionforOwningDimensionMethods in com.sas.metadata.remote with parameters of type DimensionModifier and TypeMethodDescriptionvoidHierarchy.setOwningDimension(Dimension inObject) Sets theOwningDimensionslist 0th element to beinObject.voidLevel.setOwningDimension(Dimension inObject) Sets theOwningDimensionslist 0th element to beinObject.voidMeasure.setOwningDimension(Dimension inObject) Sets theOwningDimensionslist 0th element to beinObject. -
Uses of Dimension in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return DimensionModifier and TypeMethodDescriptionHierarchyImpl.getOwningDimension()Gets theDimensionforOwningDimensionNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.LevelImpl.getOwningDimension()Gets theDimensionforOwningDimensionNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.MeasureImpl.getOwningDimension()Gets theDimensionforOwningDimensionNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type DimensionModifier and TypeMethodDescriptionvoidHierarchyImpl.setOwningDimension(Dimension inObject) Sets theOwningDimensionslist 0th element to beinObject.voidLevelImpl.setOwningDimension(Dimension inObject) Sets theOwningDimensionslist 0th element to beinObject.voidMeasureImpl.setOwningDimension(Dimension inObject) Sets theOwningDimensionslist 0th element to beinObject.