Uses of Interface
com.sas.metadata.remote.Cube

Packages that use Cube
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of Cube in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return Cube
abstract  Cube GlobalFormula.getAssociatedCube()
          Gets the Cube for AssociatedCube
abstract  Cube File.getAssociatedCube()
          Gets the Cube for AssociatedCube
abstract  Cube Cube.getNextGeneration()
          Gets the Cube for NextGeneration
abstract  Cube Aggregation.getOwningCube()
          Gets the Cube for OwningCube
abstract  Cube Cube.getPreviousGeneration()
          Gets the Cube for PreviousGeneration
 

Methods in com.sas.metadata.remote with parameters of type Cube
abstract  void GlobalFormula.setAssociatedCube(Cube inObject)
          Sets the AssociatedCubes list 0th element to be inObject.
abstract  void File.setAssociatedCube(Cube inObject)
          Sets the AssociatedCubes list 0th element to be inObject.
abstract  void Cube.setNextGeneration(Cube inObject)
          Sets the NextGenerations list 0th element to be inObject.
abstract  void Aggregation.setOwningCube(Cube inObject)
          Sets the OwningCubes list 0th element to be inObject.
abstract  void Cube.setPreviousGeneration(Cube inObject)
          Sets the PreviousGenerations list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.