Uses of Interface
com.sas.metadata.remote.OLAPSchema
Packages that use OLAPSchema
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 OLAPSchema in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return OLAPSchemaModifier and TypeMethodDescriptionCube.getAssociatedOLAPSchema()Gets theOLAPSchemaforAssociatedOLAPSchemaDimension.getAssociatedOLAPSchema()Gets theOLAPSchemaforAssociatedOLAPSchemaFile.getAssociatedOLAPSchema()Gets theOLAPSchemaforAssociatedOLAPSchemaMethods in com.sas.metadata.remote with parameters of type OLAPSchemaModifier and TypeMethodDescriptionvoidCube.setAssociatedOLAPSchema(OLAPSchema inObject) Sets theAssociatedOLAPSchemaslist 0th element to beinObject.voidDimension.setAssociatedOLAPSchema(OLAPSchema inObject) Sets theAssociatedOLAPSchemaslist 0th element to beinObject.voidFile.setAssociatedOLAPSchema(OLAPSchema inObject) Sets theAssociatedOLAPSchemaslist 0th element to beinObject. -
Uses of OLAPSchema in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return OLAPSchemaModifier and TypeMethodDescriptionCubeImpl.getAssociatedOLAPSchema()Gets theOLAPSchemaforAssociatedOLAPSchemaNOTE: 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.DimensionImpl.getAssociatedOLAPSchema()Gets theOLAPSchemaforAssociatedOLAPSchemaNOTE: 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.FileImpl.getAssociatedOLAPSchema()Gets theOLAPSchemaforAssociatedOLAPSchemaNOTE: 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 OLAPSchemaModifier and TypeMethodDescriptionvoidCubeImpl.setAssociatedOLAPSchema(OLAPSchema inObject) Sets theAssociatedOLAPSchemaslist 0th element to beinObject.voidDimensionImpl.setAssociatedOLAPSchema(OLAPSchema inObject) Sets theAssociatedOLAPSchemaslist 0th element to beinObject.voidFileImpl.setAssociatedOLAPSchema(OLAPSchema inObject) Sets theAssociatedOLAPSchemaslist 0th element to beinObject.