Interface OLAPSchemaInterface

All Superinterfaces:
MetadataInterface, PublicObjectInterface, Remote

public interface OLAPSchemaInterface extends MetadataInterface, Remote
This object is used to represent an OLAPSchema object. Typically this instance is only used for an olap OLAPSchema object.
  • Method Details

    • getCubes

      List getCubes() throws ServiceException, RemoteException
      Return the CubeInterface objects that are associated to this OLAP Schema.
      Returns:
      A List of the cubes in this OLAP schema.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.