Skip to content

Commit

Permalink
MONDRIAN: Additional fix for MONDRIAN-821, added getId() to Schema API
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian-release/3.2/": change = 13884]
  • Loading branch information
Will Gorman committed Oct 28, 2010
1 parent 52dc403 commit 75396bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/mondrian/olap/Schema.java
Expand Up @@ -27,6 +27,11 @@ public interface Schema extends Annotated {
*/
String getName();

/**
* Returns the uniquely generated id of this schema.
*/
String getId();

/**
* Finds a cube called <code>cube</code> in this schema; if no cube
* exists, <code>failIfNotFound</code> controls whether to raise an error
Expand Down

0 comments on commit 75396bd

Please sign in to comment.