Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need an API to see if cell writeback is supported on a cube. #16

Open
mysticfall opened this issue Nov 10, 2013 · 2 comments
Open

Need an API to see if cell writeback is supported on a cube. #16

mysticfall opened this issue Nov 10, 2013 · 2 comments

Comments

@mysticfall
Copy link

Mondrian has cell write back feature for a while, but it seems there's no way to check whether or not a cube support it using the Olap4J's API.

The API document says that the OlapDatabaseMetadata.getCubes() would return IS_WRITE_ENABLED column if it supports it, but it's apparently for the XMLA driver only.

And it'd be nice if we have such a method like Cube.isWritebackEnabled() also.

Thanks!

@julianhyde
Copy link
Member

This is coming in olap4j 2.0. We've already added the IS_WRITE_ENABLED attribute to XmlaCube [ see http://www.olap4j.org/2.0/api/org/olap4j/xmla/XmlaCube.html ] but not yet added the isWriteEnabled() method to Cube [ see http://www.olap4j.org/2.0/api/org/olap4j/metadata/Cube.html ].

@mysticfall
Copy link
Author

@julianhyde Good to know that it's coming in 2.0. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants