Uses of Class
com.jedox.palojlib.exceptions.PaloJException
Packages that use PaloJException
-
Uses of PaloJException in com.jedox.palojlib.http
Methods in com.jedox.palojlib.http that throw PaloJException -
Uses of PaloJException in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that throw PaloJExceptionModifier and TypeMethodDescriptiondefault voidICube.activateGpu(boolean activate) activate and deactivate GPU acceleration for the cubevoidIDimension.addAttribute(String name, IElement.ElementType type) Create one attribute, this method does not invalidate the cache.voidIDimension.addAttributes(String[] names, IElement.ElementType[] types) Create new attributes in this dimensionvoidIDimension.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.voidIDimension.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 ICubeIDatabase.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 IDimensionIDatabase.addDimension(String name, IDimension.DimensionType type, boolean generateDefaultSubsets) Create a new dimensionvoidIDimension.addElements(String[] names, IElement.ElementType[] types) Create a list of elementsvoidIDimension.appendElements(IElement[] elements) Add new elements with the given type or simply change type of existing elementsvoidIDatabase.backup(String backupPath, boolean show_system, boolean include_archive, boolean show_audit, boolean include_csv, String password) backup the database to disk.IElement.collectSubElements()Collect all the descendents of this element, including this elementdefault voidICube.destroyDelta(String externalIdentifier) 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 IAttributeIDimension.getAttributeByName(String name, String language) IDimension.getAttributes()Get a list of attributes for this dimensionIElement.getAttributeValue(String attributeName) Get the value of the attribute for this elementdefault ObjectIElement.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, for removal: This API element is subject to removal in a future version.get 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 cubeintIElement.getChildCount()Get the number of children for this elementIElement[]IElement.getChildren()Get the children of the elementIConnectionManager.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.default ICellsExporterICube.getDeltaCellsExporter(IElement[][] area, ICellExportContext context, boolean recalculate, String externalIdentifier) 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 intICube.getDimensionIndexByName(String name) Get a specific dimension index in this cubeICube.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 IElementIDimension.getElement(String elementName) Get a single element in the dimension, the dimension elements will not be read in this casedefault IElementIDimension.getElement(String elementName, boolean withPermission) Get 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 IElementIDimension.getElementByName(String name, boolean withAttributes) Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.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 subsetIDatabase.getLanguageByName(String language) Element[]IDatabase.getLanguages()intIElement.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, for removal: This API element is subject to removal in a future version.This method is deprecated, useIDimension.getRootElements()instead.default IElementIDimension.getSingleElement(String elementName, boolean withAttributes) Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated, useIDimension.getElement(String)instead.default IElementIDimension.getSingleElement(String elementName, boolean withAttributes, boolean withPermission) Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated, useIDimension.getElement(String, boolean)instead.IElement.getSubTree()Deprecated.This method is deprecated, useIElement.collectSubElements()instead.IConnection.getSvsInfo()get the info of supervision serverSvsInfoIConnection.getUserInfo(boolean withPermission) get User info of the logged user.doubleGet the weight of this element under this parent elementBoolean[]check for multiple cell paths if there is a non-empty celldefault voidICube.loadCell(IElement[] path, Object value, ICellLoadContext context, IElement[][] lockedPaths) voidICube.loadCells(IElement[][] paths, Object[] values, ICellLoadContext context, IElement[][] lockedPaths) Deprecated.This method is deprecated, useICube.loadCells(IElement[][], Object[], ICellLoadContext, IElement[][], boolean)instead.voidICube.loadCells(IElement[][] paths, Object[] values, ICellLoadContext context, IElement[][] lockedPaths, boolean useAudit) Write cells back in palo server.voidIElement.move(int position) move an element to a new positionvoidIDimension.moveElements(IElement[] elements, Integer[] positions) Move a list of elements to new positionsdefault Stringparse a definition of the rulevoidIDimension.removeAttributes(IAttribute[] attributes) Removes the attributesvoidIDimension.removeAttributeValues(IAttribute attribute, IElement[] elements) Removes the attribute values for these elements in this dimension, for the given language in the attribute.voidIDimension.removeConsolidations(IElement[] elements) Remove the consolidations for these elements i.e. their childrenvoidIDatabase.removeCube(ICube cube) remove a certain cube, the cube will be moved depending on its id.voidIConnection.removeDatabase(IDatabase database) delete a databasevoidIDatabase.removeDimension(IDimension dimension) remove a certain dimension, the dimension will be moved depending on its id.voidIDimension.removeElements(IElement[] elements) Removes the elementsvoidrename an Attributevoidrename a database.voidRename a dimensionvoidrename an elementvoidIConnection.save(boolean complete) saves the server data, i. e. identifiers and database names.voidIDatabase.save()save the database to diskvoidIDimension.updateConsolidations(IConsolidation[] consolidations) Update the consolidation for the elements mentioned as parents in the consolidations set.voidIDimension.updateElementsType(IElement[] elements, IElement.ElementType type) Update the types of the elements, only ElementTypes type string and numeric can be usedIElement.ElementType. -
Uses of PaloJException in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that throw PaloJExceptionModifier and TypeMethodDescriptionvoidCube.activateGpu(boolean activate) voidDimensionHandler.activateVirtualDimension(int databaseId, int id, IAttribute attribute, boolean activate) voidDimension.addAttribute(String name, IElement.ElementType type) voidDimension.addAttributes(String[] names, IElement.ElementType[] types) voidDimension.addAttributeValues(IAttribute attribute, IElement[] elements, Object[] values) voidDimensionHandler.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) voidDimension.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 voidDatabaseHandler.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) Database.addDimension(String name) Database.addDimension(String name, IDimension.DimensionType type) Database.addDimension(String name, IDimension.DimensionType type, boolean generateDefaultSubsets) protected voidDatabaseHandler.addDimension(Database database, String name, IDimension.DimensionType type, boolean generateDefaultSubsets) voidDimension.addElements(String[] names, IElement.ElementType[] types) voidDimensionHandler.addElements(int databaseId, int id, IElement[] elements) voidDimensionHandler.addElements(int databaseId, int id, String[] names, IElement.ElementType[] types) voidDimension.appendElements(IElement[] elements) voidDatabase.backup(String backupPath, boolean show_system, boolean include_archive, boolean show_audit, boolean include_csv, String password) voidDatabaseHandler.backup(int databaseId, String backupPath, boolean show_system, boolean include_archive, boolean show_audit, boolean include_csv, String password) protected voidDimension.buildCache()protected booleanDimension.checkCacheStatus()Connection.checkLicense(String required, String optional) voidCube.destroyDelta(String externalIdentifier) 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()IElement[]Cube.getCellPath(String[] names) ICell[]Cell[]Cube.getCellsExporter(IElement[][] area, ICellExportContext context) intElement.getChildCount()Element[]Element.getChildren()ConnectionManager.getConnection(IConnectionConfiguration config) ConnectionManager.getConnection(IConnectionConfiguration config, String suiteUser, String suitePassword) protected CubeDatabase.getCubeById(int id) Database.getCubeByName(String name) ICube[]Database.getCubes()ICube[]Database.getCubes(IDimension dim) protected LinkedHashMap<String,Cube> Connection.getDatabaseByName(String name) protected DatabaseInfoDatabaseHandler.getDatabaseInfo(int id) Database[]Connection.getDatabases()ConnectionHandler.getDatabases()protected longDatabaseHandler.getDatabaseSize(int id) Cube.getDeltaCellsExporter(IElement[][] area, ICellExportContext context, boolean recalculate, String externalIdentifier) Cube.getDimensionById(int dimId) protected DimensionDatabase.getDimensionById(int id) Cube.getDimensionByName(String name) Database.getDimensionByName(String name) intCube.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 ElementDimension.getElementById(int id) Dimension.getElementByName(String name) IElement[]Dimension.getElements()IElement[]Dimension.getElementsByName(String[] names) protected DimensionInfoDimensionHandler.getInfo(int databaseId, int dimensionId) protected StringElementHandler.getInfo(int databaseId, int dimensionId, int id) Database.getLanguageByName(String language) Element[]Database.getLanguages()intElement.getParentCount()Element[]Element.getParents()Cell.getPathNameAt(int index) String[]Cell.getPathNames()IElement[]Dimension.getRootElements()protected DimensionInfoDimension.getServerDimensionInfo()Connection.getSvsInfo()Connection.getUserInfo(boolean withPermission) String[]DimensionHandler.getVirtualDimensionIds(int databaseId, int id) doubleBoolean[]Boolean[]voidCube.loadCell(IElement[] path, Object value, ICellLoadContext context, IElement[][] lockedPaths) protected voidCubeHandler.loadCell(int databaseId, int id, IElement[] paths, Object value, boolean isAdd, ICube.SplashMode mode, boolean eventprocessor, IElement[][] lockedPaths) voidCube.loadCells(IElement[][] paths, Object[] values, ICellLoadContext context, IElement[][] lockedPaths) Deprecated.voidCube.loadCells(IElement[][] paths, Object[] values, ICellLoadContext context, IElement[][] lockedPaths, boolean useAudit) protected voidCubeHandler.loadCells(int databaseId, int id, IElement[][] paths, Object[] values, int blockSize, boolean isAdd, ICube.SplashMode mode, boolean eventprocessor, IElement[][] lockedPaths, boolean useAudit) protected voidCubeHandler.modifyCube(Database database, int[] dimensionIds, int cubeId) voidElement.move(int position) voidDimension.moveElements(IElement[] elements, Integer[] positions) Connection.open()protected DimensionInfoDimension.refreshDimensionInfo()intDimension.removeAllConsolidations()voidDimension.removeAttributes(IAttribute[] attributes) voidDimension.removeAttributeValues(IAttribute attribute, IElement[] elements) protected voidDimensionHandler.removeAttributeValues(Database database, int attributeCubeId, int attributeDimId, int id, Element language, IElement[] elements) voidDimension.removeConsolidations(IElement[] elements) protected voidDimensionHandler.removeConsolidations(int databaseId, int dimensionId, IElement[] elements) voidDatabase.removeCube(ICube c) protected voidDatabaseHandler.removeCube(int databaseId, Cube c) voidConnection.removeDatabase(IDatabase db) voidDatabase.removeDimension(IDimension d) protected voidDatabaseHandler.removeDimension(int databaseId, Dimension d) voidDimension.removeElements(IElement[] elements) voidDimensionHandler.removeElements(int databaseId, int dimensionId, int[] ids) voidvoidvoidvoidvoidvoidprotected voidvoidConnection.save(boolean complete) protected voidConnectionHandler.save(boolean complete) voidDatabase.save()voidDatabaseHandler.save(int databaseId, boolean complete) protected voidDimensionHandler.setElementsWithAttributes(int id, Dimension dimension, Database database) voidDimension.updateConsolidations(IConsolidation[] consolidations) voidDimensionHandler.updateConsolidations(int databaseId, int id, IConsolidation[] consolidations) voidDimension.updateElementsType(IElement[] elements, IElement.ElementType type) Constructors in com.jedox.palojlib.main that throw PaloJExceptionModifierConstructorDescriptionprotectedAttribute(Dimension dimension, int id, String name, IElement language, IElement.ElementType elementType) protectedCellsExporter(IElement[][] area, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, ICellExportContext.SkipMode skipMode, CubeHandler cubehandler, IDimension[] dimensions, String condition, int databaseId, int cubeId) protectedCellsExporter(IElement[][] area, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, CubeHandler cubehandler, IDimension[] dimensions, int databaseId, int cubeId) protectedConnection(IConnectionConfiguration connectionConfiguration) ConnectionHandler(HttpHandlerInfo connectionConfiguration) protectedCube(CubeHandler cubehandler, int id, String name, Database database, CubeInfo info) CubeHandler(HttpHandler handler) protectedDatabase(DatabaseHandler databasehandler, int id, String name, IDatabase.DatabaseType type, String dimensionsNumber, String cubesNumber, String status, String token) protectedDatabaseHandler(HttpHandler handler) protectedDeltaCellsExporter(IElement[][] area, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, boolean recalculate, String externalIdentifier, CubeHandler cubehandler, IDimension[] dimensions, int databaseId, int cubeId) protectedDimension(DimensionHandler dimensionHandler, 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) protectedDimensionHandler(HttpHandler handler) protectedElement(Dimension dimension, int id, String name, IElement.ElementType type, int position, int[] parentsIds, int[] childrenIds, double[] weights, int dimensionToken, String permission, boolean hiddenFiltered) protectedElementHandler(HttpHandler handler)
IDimension.getBasesElements()instead.