Uses of Class
com.jedox.palojlib.exceptions.PaloException
Packages that use PaloException
Package
Description
-
Uses of PaloException in com.jedox.palojlib.http
Methods in com.jedox.palojlib.http that throw PaloExceptionModifier and TypeMethodDescriptionHttpHandler.checkLicense
(String required, String optional) void
HttpHandler.resetSessionId
(boolean withStop) final String[][]
final String[][]
HttpHandler.send
(StringBuilder req) void
HttpHandler.setSessionId()
final void
HttpHandler.setSessionId
(String sessionId) set the session id by a given session -
Uses of PaloException in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that throw PaloExceptionModifier and TypeMethodDescriptiondefault void
ICube.activateGpu
(boolean activate) activate and deactivate GPU acceleration for the cubevoid
ICube.activateRules
(IRule[] rules) activate a set of rules, the rules will be changed depending on their identifiers.void
IDimension.addAttribute
(String name, IElement.ElementType type) Create one attribute, this method does not invalidate the cache.void
IDimension.addAttributes
(String[] names, IElement.ElementType[] types) Create new attributes in this dimensionvoid
IDimension.addAttributeValues
(IAttribute attribute, IElement[] elements, Object[] values) Writes the attribute values for these elementsIDimension.addBaseElement
(String name, IElement.ElementType type) Create one element, this method does not invalidate the cache.void
IDimension.addConsolidations
(IConsolidation[] consolidations) add the consolidations for the elements mentioned as parents in the consolidations set, the children will be added to the existing children list.IDatabase.addCube
(String name, IDimension[] dimensions) Create a new cube with type normalIDatabase.addCube
(String name, IDimension[] dimensions, ICube.CubeType type) Create a new cube with type normaldefault ICube
IDatabase.addCube
(String name, IDimension[] dimensions, ICube.CubeType type, ICube basesCube) Create a new cube with type normalIConnection.addDatabase
(String name) create a new databaseIConnection.addDatabase
(String name, IDatabase.DatabaseType type) create a new databaseIConnection.addDatabase
(String name, IDatabase.DatabaseType type, String backupPath) create a new databaseIConnection.addDatabase
(String name, String backupPath) create a new databaseIDatabase.addDimension
(String name) Create a new dimension with type normalIDatabase.addDimension
(String name, IDimension.DimensionType type) Create a new dimensiondefault IDimension
IDatabase.addDimension
(String name, IDimension.DimensionType type, boolean generateDefaultSubsets) Create a new dimensionvoid
IDimension.addElements
(String[] names, IElement.ElementType[] types) Create a list of elementsdefault IHold
default void
Deprecated.default void
ICube.addRule
(String definition, boolean activate, String externalIdentifier, String comment, boolean useIdentifier, double position, String source) add a rule to cube.void
IDimension.appendElements
(IElement[] elements) Add new elements with the given type or simply change type of existing elementsdefault void
Deprecated.This method is deprecated, useIDatabase.backup(String, boolean, boolean, boolean, boolean, String)
instead.void
IDatabase.backup
(String backupPath, boolean show_system, boolean include_archive, boolean show_audit, boolean include_csv, String password) backup the database to disk.default boolean
ICube.canStoreZero()
check if the cube can store zero values (introduced in 6.5)void
ICube.clear()
clears completely the data in the cubevoid
ICube.clearCells
(IElement[][] area) empty cells in an area within a cubedefault void
IConnection.close()
Deprecated.void
IConnection.close
(boolean stop) close the connection.void
ICube.commitLock
(int lockId) commit/free a lock in the cubedefault void
ICube.convert
(ICube.CubeType type) Deprecated.This method is deprecated, useICube.activateGpu(boolean)
instead.default void
ICube.copyCell
(IElement[] fromPath, IElement[] toPath, IElement[][] lockedPaths, boolean useRules, boolean wait) default void
ICube.copyLikeCell
(IElement[] fromPath, IElement[] toPath, IElement[][] lockedPaths, Double likeValue, boolean useRules, boolean wait) void
ICube.deactivateRules
(IRule[] rules) deactivate a set of rules, the rules will be changed depending on their identifiers.default IElement[]
IDimension.evaluateGlobalSubset
(String name, IVariable[] subsetVariables) evaluate the given subset with the set of variablesIDimension.getAttributeByName
(String name) Get an attribute using its namedefault IAttribute
IDimension.getAttributeByName
(String name, String language) IDimension.getAttributes()
Get a list of attributes for this dimensionIDimension.getAttributesMap()
Deprecated.This method is deprecated and will be removed.IElement.getAttributeValue
(String attributeName) Get the value of the attribute for this elementdefault Object
IElement.getAttributeValue
(String attributeName, String language) IElement.getAttributeValues()
IElement[]
IDimension.getBasesElements()
Get the list of the bases elements in the dimensiondefault IElement[]
IDimension.getBasesElements
(boolean withAttributes) Deprecated.This method is deprecated, useIDimension.getBasesElements()
instead.default long
ICube.getCBToken()
get current Palo_CB Tokendefault long
ICube.getCCToken()
get current Palo_CC Tokenget the value of a single cell typically using cell/valueICell[]
get the values of multiple cells typically using cell/valuesICube.getCellsExporter
(IElement[][] area, ICellExportContext context) Get an exporter to use later to export cells from an olap cubeint
IElement.getChildCount()
Get the number of children for this elementIElement[]
IElement.getChildren()
Get the children of the elementIDimension.getChildrenMap()
Deprecated.This method is deprecated and will be removed.IConnectionManager.getConnection
(IConnectionConfiguration config) get a connection to a serverIDatabase.getCubeByName
(String name) Get a certain cube by it is name, return null if does not exist.ICube[]
IDatabase.getCubes()
Get the list of the cubes in the database including all types of cubes: normal,attribute,system, userinfo and gpu.ICube[]
IDatabase.getCubes
(IDimension dim) Get the list of the cubes which include the given dimension.IConnection.getDatabaseByName
(String name) get database using its nameIConnection.getDatabases()
get a list of the databases on this server.ICube.getDimensionByName
(String name) Get a specific dimension in this cubeIDatabase.getDimensionByName
(String name) Get a certain dimension by it is name, return null if does not exist.default int
ICube.getDimensionIndexByName
(String name) Get a specific dimension index in this cubeIDimension.getDimensionInfo()
Get the dimension info objectIDimensionInfo
ICube.getDimensions()
Get the list of dimensions in this cube.default IDimension[]
ICube.getDimensions
(boolean withVirtualDimensions) Get the list of dimensions in this cube.IDatabase.getDimensions()
Get the list of the dimensions in the database including all types of dimensionsdefault IElement
IDimension.getElement
(String elementName) Get a single element in the dimension, the dimension elements will not be read in this casedefault IElement
IDimension.getElement
(String elementName, boolean withPermission) Get the a single element in the dimension, the dimension elements will not be read in this caseIDimension.getElementByName
(String name) Get an element using its namedefault IElement
IDimension.getElementByName
(String name, boolean withAttributes) Deprecated.This method is deprecated, useIDimension.getElementByName(String)
instead.IElement[]
IDimension.getElements()
Get the list of elements in the dimensiondefault IElement[]
IDimension.getElements
(boolean withAttributes) Deprecated.This method is deprecated, useIDimension.getElements()
instead.IElement[]
IDimension.getElementsByName
(String[] names) Get an array of elements using their names, an exception will be thrown if at least one of them does not existdefault IElement[]
IDimension.getElementsByName
(String[] names, boolean withAttributes) Deprecated.This method is deprecated, useIDimension.getElementsByName(String[])
instead.default String[]
IDimension.getGlobalSubsets()
get the list of global subsetsdefault String[]
IDimension.getGlobalSubsetVariables
(String name) get the list of variables for the given global subsetdefault IHold[]
ICube.getHolds()
IDatabase.getLanguageByName
(String language) Element[]
IDatabase.getLanguages()
ICube.getNumberOfCells()
Get the number of cells, filled and empty ones.ICube.getNumberOfEmptyCells()
Number of cells storing empty values (introduced in 6.5)ICube.getNumberOfFilledCells()
Get the number of filled cells in the cube.ICube.getNumberOfZeroCells()
Number of cells storing zero values (introduced in 6.5)int
IElement.getParentCount()
Get the number of parents for this elementIElement[]
IElement.getParents()
Get the parents of the elementICell.getPathNameAt
(int index) get the name of the element building this cell path at a certain positionString[]
ICell.getPathNames()
get the names of the elements building this cell pathIElement[]
IDimension.getRootElements()
Get the list of the root elements in the dimensiondefault IElement[]
IDimension.getRootElements
(boolean withAttributes) Deprecated.This method is deprecated, useIDimension.getRootElements()
instead.default IRule[]
ICube.getRules()
get the list of the rules for this cubedefault IElement
IDimension.getSingleElement
(String elementName, boolean withAttributes) Deprecated.This method is deprecated, useIDimension.getElement(String)
instead.default IElement
IDimension.getSingleElement
(String elementName, boolean withAttributes, boolean withPermission) Deprecated.This method is deprecated, useIDimension.getElement(String, boolean)
instead.IElement.getSubTree()
Deprecated.This method is deprecated and will be removed.IElement.getSubTreeAttributes()
Deprecated.This method is deprecated and will be removed.IConnection.getSvsInfo()
get the info of supervision serverSvsInfo
ICube.getType()
Get the cube typeICube.CubeType
IConnection.getUserInfo
(boolean withPermission) get User info of the logged user.double
Get the weight of this element under this parent elementIDimension.getWeightsMap()
Deprecated.This method is deprecated and will be removed.Boolean[]
check for multiple cell paths if there is a non-empty cellboolean
ICellsExporter.hasNext()
check whether there is still cells to be readdefault void
ICube.loadCell
(IElement[] path, Object value, ICellLoadContext context, IElement[][] lockedPaths) void
ICube.loadCells
(IElement[][] paths, Object[] values, ICellLoadContext context, IElement[][] lockedPaths) Deprecated.This method is deprecated, useICube.loadCells(IElement[][], Object[], ICellLoadContext, IElement[][], boolean)
instead.void
ICube.loadCells
(IElement[][] paths, Object[] values, ICellLoadContext context, IElement[][] lockedPaths, boolean useAudit) Write cells back in palo server.int
lock only an area in the cube, reading is still possible.int
ICube.lockComplete()
lock the data in the cube, no reading is possible.void
IElement.move
(int position) move an element to a new positionvoid
IDimension.moveElements
(IElement[] elements, Integer[] positions) move a list of elements to new positionsICellsExporter.next()
get the next cell in the exported cells listIConnection.open()
open the connection.default String
parse a definition of the ruledefault void
ICube.predictCell
(IElement[][] fromArea, IElement[] toPath, IElement[][] lockedPaths, boolean useRules, boolean wait) void
IDimension.removeAttributes
(IAttribute[] attributes) Removes the attributesvoid
IDimension.removeAttributeValues
(IAttribute attribute, IElement[] elements) Removes the attribute values for these elements in this dimension, for the given language in the attribute.void
IDimension.removeConsolidations
(IElement[] elements) remove the consolidations for these elements i.e.void
IDatabase.removeCube
(ICube cube) remove a certain cube, the cube will be moved depending on its id.void
IConnection.removeDatabase
(IDatabase database) delete a databasevoid
IDatabase.removeDimension
(IDimension dimension) remove a certain dimension, the dimension will be moved depending on its id.void
IDimension.removeElements
(IElement[] elements) removes the elementsdefault void
ICube.removeHolds()
default void
ICube.removeHolds
(IHold[] holds) void
ICube.removeRules()
remove all rules.void
ICube.removeRules
(IRule[] rules) remove a set of rules, the rules will be removed depending on their identifiers.void
rename an Attributevoid
rename a cubevoid
rename a database.void
rename a dimensionvoid
rename an elementdefault void
IConnection.save()
Deprecated.void
IConnection.save
(boolean complete) saves the server data, i.default void
ICube.save()
Deprecated.This method is deprecated, useIDatabase.save()
instead.void
IDatabase.save()
save the database to diskdefault void
IDatabase.save
(boolean complete) Deprecated.This method is deprecated, useIDatabase.save()
instead.void
IDimension.updateConsolidations
(IConsolidation[] consolidations) update the consolidation for the elements mentioned as parents in the consolidations set.void
IDimension.updateElementsType
(IElement[] elements, IElement.ElementType type) update the types of the elements, only ElementTypes type string and numeric can be usedIElement.ElementType
.default void
ICube.updateRule
(int id, String definition, boolean activate, String externalIdentifier, String comment) Deprecated.This method is deprecated, useICube.updateRule(int, String, boolean, String, String, boolean, double, String)
instead.default void
ICube.updateRule
(int id, String definition, boolean activate, String externalIdentifier, String comment, boolean useIdentifier, double position, String source) update an existing rule -
Uses of PaloException in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that throw PaloExceptionModifier and TypeMethodDescriptionvoid
Cube.activateGpu
(boolean activate) void
Cube.activateRules
(IRule[] rules) void
DimensionHandler.activateVirtualDimension
(int databaseId, int id, IAttribute attribute, boolean activate) void
Dimension.addAttribute
(String name, IElement.ElementType type) void
Dimension.addAttributes
(String[] names, IElement.ElementType[] types) void
Dimension.addAttributeValues
(IAttribute attribute, IElement[] elements, Object[] values) void
DimensionHandler.addAttributeValues
(Database database, int attributeCubeId, int attributeDimId, int id, Element language, IElement[] elements, Object[] values) Dimension.addBaseElement
(String name, IElement.ElementType type) DimensionHandler.addBaseElement
(Database database, int id, String name, IElement.ElementType elementType) void
Dimension.addConsolidations
(IConsolidation[] consolidations) Database.addCube
(String name, IDimension[] dimensions) Database.addCube
(String name, IDimension[] dimensions, ICube.CubeType type) Database.addCube
(String name, IDimension[] dimensions, ICube.CubeType type, ICube basesCube) protected void
DatabaseHandler.addCube
(Database database, String name, int[] dimensionIds, ICube.CubeType type, int basesCubeId) Connection.addDatabase
(String name) Connection.addDatabase
(String name, IDatabase.DatabaseType type) Connection.addDatabase
(String name, IDatabase.DatabaseType type, String backupPath) Connection.addDatabase
(String name, String backupPath) protected void
ConnectionHandler.addDatabase
(String name, IDatabase.DatabaseType type, String backupPath) Database.addDimension
(String name) Database.addDimension
(String name, IDimension.DimensionType type) Database.addDimension
(String name, IDimension.DimensionType type, boolean generateDefaultSubsets) protected void
DatabaseHandler.addDimension
(Database database, String name, IDimension.DimensionType type, boolean generateDefaultSubsets) void
Dimension.addElements
(String[] names, IElement.ElementType[] types) void
DimensionHandler.addElements
(int databaseId, int id, IElement[] elements) void
DimensionHandler.addElements
(int databaseId, int id, String[] names, IElement.ElementType[] types) void
Cube.addRule
(String definition, boolean activate, String externalIdentifier, String comment, boolean useIdentifier, double position, String source) void
CubeHandler.addRule
(Database database, Cube cube, String definition, boolean activate, String externalIdentifier, String comment, boolean useIdentifier, double position, String source) void
Dimension.appendElements
(IElement[] elements) void
Database.backup
(String backupPath, boolean show_system, boolean include_archive, boolean show_audit, boolean include_csv, String password) void
DatabaseHandler.backup
(int databaseId, String backupPath, boolean show_system, boolean include_archive, boolean show_audit, boolean include_csv, String password) protected void
Dimension.buildCache()
boolean
Cube.canStoreZero()
void
Connection.changePassword
(String user, String password) void
ConnectionHandler.changePassword
(String user, String password) protected boolean
Dimension.checkCacheStatus()
ConnectionHandler.checkLicense
(String required, String optional) void
Cube.clear()
protected void
void
Cube.clearCells
(IElement[][] area) void
Connection.close
(boolean stop) void
ConnectionHandler.close
(boolean stop) void
Cube.commitLock
(int lockId) void
CubeHandler.commitLock
(Database database, int id, int lockId) void
Cube.convert
(ICube.CubeType cubetype) Deprecated.protected void
void
Cube.copyCell
(IElement[] fromPath, IElement[] toPath, IElement[][] lockedPaths, boolean useRules, boolean wait) void
CubeHandler.copyCell
(Database database, Cube cube, IElement[] fromPath, IElement[][] fromArea, IElement[] toPath, IElement[][] lockedPaths, Double likeValue, boolean useRules, boolean wait) void
Cube.copyLikeCell
(IElement[] fromPath, IElement[] toPath, IElement[][] lockedPaths, Double likeValue, boolean useRules, boolean wait) void
Cube.deactivateRules
(IRule[] rules) CellsExporter.extractCellsFromPath
(StringBuilder request, String path) protected Attribute
Dimension.getAttributeById
(int id) Dimension.getAttributeByName
(String name) Dimension.getAttributeByName
(String name, String language) Dimension.getAttributes()
Element.getAttributeValue
(String attributeName) Element.getAttributeValue
(String attributeName, String language) IElement[]
Dimension.getBasesElements()
long
Cube.getCBToken()
long
Cube.getCCToken()
IElement[]
Cube.getCellPath
(String[] names) ICell[]
Cell[]
Cube.getCellsExporter
(IElement[][] area, ICellExportContext context) int
Element.getChildCount()
Element[]
Element.getChildren()
ConnectionManager.getConnection
(IConnectionConfiguration config) ConnectionManager.getConnection
(SessionConfiguration sessionconfig, String suiteUser, String suitePassword) protected Cube
Database.getCubeById
(int id) Database.getCubeByName
(String name) protected CubeInfo
CubeHandler.getCubeInfo
(int databaseId, int cubeId, boolean wait, boolean showZero, boolean showDataToken, boolean showVirtual) protected long
CubeHandler.getCubeMemorySize
(int databaseId, int cubeId) ICube[]
Database.getCubes()
ICube[]
Database.getCubes
(IDimension dim) protected LinkedHashMap<String,
Cube> Connection.getDatabaseByName
(String name) protected DatabaseInfo
DatabaseHandler.getDatabaseInfo
(int id) Database[]
Connection.getDatabases()
ConnectionHandler.getDatabases()
protected long
DatabaseHandler.getDatabaseSize
(int id) Cube.getDimensionById
(int dimId) protected Dimension
Database.getDimensionById
(int id) Cube.getDimensionByName
(String name) Database.getDimensionByName
(String name) int[]
Cube.getDimensionIds()
int
Cube.getDimensionIndexByName
(String name) Cube.getDimensions()
Cube.getDimensions
(boolean withVirtualDimensions) Database.getDimensions()
protected LinkedHashMap<String,
Dimension> DatabaseHandler.getDimensions
(Database database) Dimension.getElement
(String elementName, boolean withPermission) protected Element
Dimension.getElementById
(int id) Dimension.getElementByName
(String name) IElement[]
Dimension.getElements()
IElement[]
Dimension.getElementsByName
(String[] names) IHold[]
Cube.getHolds()
protected IHold[]
protected DimensionInfo
DimensionHandler.getInfo
(int databaseId, int dimensionId) protected String
ElementHandler.getInfo
(int databaseId, int dimensionId, int id) Database.getLanguageByName
(String language) Element[]
Database.getLanguages()
Connection.getLicenseKey
(String id) String[][]
ConnectionHandler.getLicenses()
Cube.getNumberOfCells()
Cube.getNumberOfEmptyCells()
Cube.getNumberOfFilledCells()
Cube.getNumberOfZeroCells()
int
Element.getParentCount()
Element[]
Element.getParents()
Cell.getPathNameAt
(int index) String[]
Cell.getPathNames()
IElement[]
Dimension.getRootElements()
IRule[]
Cube.getRules()
protected IRule[]
protected DimensionInfo
Dimension.getServerDimensionInfo()
ConnectionHandler.getServerInfo()
protected int
ConnectionHandler.getServerToken()
Connection.getSvsInfo()
Cube.getType()
Connection.getUserInfo
(boolean withPermission) String[]
DimensionHandler.getVirtualDimensionIds
(int databaseId, int id) double
Boolean[]
Boolean[]
boolean
CellsExporter.hasNext()
void
Cube.loadCell
(IElement[] path, Object value, ICellLoadContext context, IElement[][] lockedPaths) protected void
CubeHandler.loadCell
(int databaseId, int id, IElement[] paths, Object value, boolean isAdd, ICube.SplashMode mode, boolean eventprocessor, IElement[][] lockedPaths) void
Cube.loadCells
(IElement[][] paths, Object[] values, ICellLoadContext context, IElement[][] lockedPaths) Deprecated.void
Cube.loadCells
(IElement[][] paths, Object[] values, ICellLoadContext context, IElement[][] lockedPaths, boolean useAudit) protected void
CubeHandler.loadCells
(int databaseId, int id, IElement[][] paths, Object[] values, int blockSize, boolean isAdd, ICube.SplashMode mode, boolean eventprocessor, IElement[][] lockedPaths, boolean useAudit) int
int
int
int
Cube.lockComplete()
protected void
CubeHandler.modifyCube
(Database database, int[] dimensionIds, int cubeId) void
Element.move
(int position) void
Dimension.moveElements
(IElement[] elements, Integer[] positions) CellsExporter.next()
ConnectionHandler.open()
void
Cube.predictCell
(IElement[][] fromArea, IElement[] toPath, IElement[][] lockedPaths, boolean useRules, boolean wait) protected DimensionInfo
Dimension.refreshDimensionInfo()
int
Dimension.removeAllConsolidations()
void
Dimension.removeAttributes
(IAttribute[] attributes) void
Dimension.removeAttributeValues
(IAttribute attribute, IElement[] elements) protected void
DimensionHandler.removeAttributeValues
(Database database, int attributeCubeId, int attributeDimId, int id, Element language, IElement[] elements) void
Dimension.removeConsolidations
(IElement[] elements) protected void
DimensionHandler.removeConsolidations
(int databaseId, int dimensionId, IElement[] elements) void
Database.removeCube
(ICube c) protected void
DatabaseHandler.removeCube
(int databaseId, Cube c) void
Connection.removeDatabase
(IDatabase db) protected boolean
ConnectionHandler.removeDatabase
(int id) void
Database.removeDimension
(IDimension d) protected void
DatabaseHandler.removeDimension
(int databaseId, Dimension d) void
Dimension.removeElements
(IElement[] elements) void
DimensionHandler.removeElements
(int databaseId, int dimensionId, int[] ids) void
Cube.removeHolds()
void
Cube.removeHolds
(IHold[] holds) void
CubeHandler.removeHolds
(Database database, Cube cube, IHold[] holds) void
Cube.removeRules()
void
Cube.removeRules
(IRule[] rules) void
CubeHandler.removeRules
(Database database, Cube cube, IRule[] rules) void
void
void
void
void
void
void
void
protected void
void
Connection.save
(boolean complete) protected void
ConnectionHandler.save
(boolean complete) void
Cube.save()
Deprecated.protected void
void
Database.save()
void
DatabaseHandler.save
(int databaseId, boolean complete) protected void
DimensionHandler.setElementsWithAttributes
(int id, Dimension dimension, Database database) void
Dimension.updateConsolidations
(IConsolidation[] consolidations) void
DimensionHandler.updateConsolidations
(int databaseId, int id, IConsolidation[] consolidations) void
Dimension.updateElementsType
(IElement[] elements, IElement.ElementType type) void
Cube.updateRule
(int id, String definition, boolean activate, String externalIdentifier, String comment, boolean useIdentifier, double position, String source) void
CubeHandler.updateRule
(Database database, Cube cube, int id, String definition, boolean activate, String externalIdentifier, String comment, boolean useIdentifier, double position, String source) Constructors in com.jedox.palojlib.main that throw PaloExceptionModifierConstructorDescriptionprotected
Attribute
(Dimension dimension, int id, String name, IElement language, IElement.ElementType elementType) protected
CellsExporter
(IElement[][] area, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, ICellExportContext.SkipMode skipMode, CubeHandler cubehandler, IDimension[] dimensions, int databaseId, int cubeId, int contextId) protected
CellsExporter
(IElement[][] area, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, ICellExportContext.SkipMode skipMode, CubeHandler cubehandler, IDimension[] dimensions, String condition, int databaseId, int cubeId, int contextId) protected
Connection
(IConnectionConfiguration connectionConfiguration) ConnectionHandler
(ConnectionConfiguration connectionConfiguration) protected
protected
CubeHandler
(int contextId) protected
Database
(int contextId, int id, String name, IDatabase.DatabaseType type, String dimensionsNumber, String cubesNumber, String status, String token) protected
DatabaseHandler
(int contextId) protected
Dimension
(int contextId, int id, String name, Database database, IDimension.DimensionType type, String attributeDimensionId, String attributeCubeId, String maximumLevel, String maximumIndent, String maximumDepth, String token, String numberOfElements, String defaultRead, String defaultWrite, String defaultNA, String defaultTotal, String defaultParent) protected
DimensionHandler
(int contextId) protected
Element
(Dimension dimension, int id, String name, IElement.ElementType type, int position, int[] parentsIds, int[] childrenIds, double[] weights, int dimensionToken, String permission, boolean hiddenFiltered) protected
ElementHandler
(int contextId) -
Uses of PaloException in com.jedox.palojlib.managers
Methods in com.jedox.palojlib.managers that throw PaloExceptionModifier and TypeMethodDescriptionHttpHandlerManager.getHttpHandler
(int contextId) get existing httphandler for a certain context and attach the last current session to itHttpHandlerManager.initHttpHandler
(ConnectionConfiguration config) initialize the httphandler that will be used for a certain ConnectionConfiguartion
ICube.addRule(String, boolean, String, String, boolean, double, String)
instead.