Package com.jedox.palojlib.main
Class ElementHandler
java.lang.Object
com.jedox.palojlib.main.ElementHandler
handler used by
Element
to make request on olap server- Author:
- khaddadin
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ElementHandler
- Throws:
PaloException
PaloJException
-
-
Method Details
-
getInfo
protected String getInfo(int databaseId, int dimensionId, int id) throws PaloException, PaloJException - Throws:
PaloException
PaloJException
-
rename
protected void rename(int databaseId, int dimensionId, int id, String name) throws PaloException, PaloJException - Throws:
PaloException
PaloJException
-
move
public void move(int databaseId, int dimensionId, int id, int position)
-