Uses of Interface
com.sas.metadata.remote.Cube
Packages that use Cube
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 Cube in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return CubeModifier and TypeMethodDescriptionFile.getAssociatedCube()Gets theCubeforAssociatedCubeGlobalFormula.getAssociatedCube()Gets theCubeforAssociatedCubeCube.getNextGeneration()Gets theCubeforNextGenerationAggregation.getOwningCube()Gets theCubeforOwningCubeCube.getPreviousGeneration()Gets theCubeforPreviousGenerationMethods in com.sas.metadata.remote with parameters of type CubeModifier and TypeMethodDescriptionvoidFile.setAssociatedCube(Cube inObject) Sets theAssociatedCubeslist 0th element to beinObject.voidGlobalFormula.setAssociatedCube(Cube inObject) Sets theAssociatedCubeslist 0th element to beinObject.voidCube.setNextGeneration(Cube inObject) Sets theNextGenerationslist 0th element to beinObject.voidAggregation.setOwningCube(Cube inObject) Sets theOwningCubeslist 0th element to beinObject.voidCube.setPreviousGeneration(Cube inObject) Sets thePreviousGenerationslist 0th element to beinObject. -
Uses of Cube in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return CubeModifier and TypeMethodDescriptionFileImpl.getAssociatedCube()Gets theCubeforAssociatedCubeNOTE: 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.GlobalFormulaImpl.getAssociatedCube()Gets theCubeforAssociatedCubeNOTE: 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.CubeImpl.getNextGeneration()Gets theCubeforNextGenerationNOTE: 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.AggregationImpl.getOwningCube()Gets theCubeforOwningCubeNOTE: 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.CubeImpl.getPreviousGeneration()Gets theCubeforPreviousGenerationNOTE: 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 CubeModifier and TypeMethodDescriptionvoidFileImpl.setAssociatedCube(Cube inObject) Sets theAssociatedCubeslist 0th element to beinObject.voidGlobalFormulaImpl.setAssociatedCube(Cube inObject) Sets theAssociatedCubeslist 0th element to beinObject.voidCubeImpl.setNextGeneration(Cube inObject) Sets theNextGenerationslist 0th element to beinObject.voidAggregationImpl.setOwningCube(Cube inObject) Sets theOwningCubeslist 0th element to beinObject.voidCubeImpl.setPreviousGeneration(Cube inObject) Sets thePreviousGenerationslist 0th element to beinObject.