|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.spi.impl.FilterDynamicSchemaProcessor
mondrian.test.NamedSetTest.NamedSetsInCubeProcessor
public static class NamedSetTest.NamedSetsInCubeProcessor
Dynamic schema processor which adds two named sets to a the first cube in a schema.
Constructor Summary | |
---|---|
NamedSetTest.NamedSetsInCubeProcessor()
|
Method Summary | |
---|---|
java.lang.String |
filter(java.lang.String schemaUrl,
Util.PropertyList connectInfo,
java.io.InputStream stream)
Reads the contents of a schema as a stream and returns the result as a string. |
Methods inherited from class mondrian.spi.impl.FilterDynamicSchemaProcessor |
---|
processSchema |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedSetTest.NamedSetsInCubeProcessor()
Method Detail |
---|
public java.lang.String filter(java.lang.String schemaUrl, Util.PropertyList connectInfo, java.io.InputStream stream) throws java.lang.Exception
FilterDynamicSchemaProcessor
The default implementation returns the contents of the schema unchanged.
filter
in class FilterDynamicSchemaProcessor
schemaUrl
- the URL of the catalogconnectInfo
- Connection propertiesstream
- Schema contents represented as a stream
java.lang.Exception
- if an error occurs
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |