Uses of Interface
com.jedox.palojlib.interfaces.ICellLoadContext
Packages that use ICellLoadContext
-
Uses of ICellLoadContext in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return ICellLoadContextModifier and TypeMethodDescriptiondefault ICellLoadContextICube.getCellLoadContext(ICube.SplashMode mode, int blockSize, boolean add, boolean eventProcessor) get a cell load context which is needed when writing cell valuesMethods in com.jedox.palojlib.interfaces with parameters of type ICellLoadContextModifier and TypeMethodDescriptiondefault voidICube.loadCell(IElement[] path, Object value, ICellLoadContext context, IElement[][] lockedPaths) voidICube.loadCells(IElement[][] paths, Object[] values, ICellLoadContext context, IElement[][] lockedPaths) Write cells back in palo server. -
Uses of ICellLoadContext in com.jedox.palojlib.main
Classes in com.jedox.palojlib.main that implement ICellLoadContextMethods in com.jedox.palojlib.main that return ICellLoadContextModifier and TypeMethodDescriptionCube.getCellLoadContext(ICube.SplashMode mode, int blockSize, boolean add, boolean eventProcessor) Methods in com.jedox.palojlib.main with parameters of type ICellLoadContextModifier and TypeMethodDescriptionvoidCube.loadCell(IElement[] path, Object value, ICellLoadContext context, IElement[][] lockedPaths) voidCube.loadCells(IElement[][] paths, Object[] values, ICellLoadContext context, IElement[][] lockedPaths)