Uses of Enum Class
com.jedox.palojlib.interfaces.ICube.SplashMode
Packages that use ICube.SplashMode
-
Uses of ICube.SplashMode in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return ICube.SplashModeModifier and TypeMethodDescriptionICellLoadContext.getSplashMode()
get the splash mode of the loadICube.SplashMode
.static ICube.SplashMode
Returns the enum constant of this class with the specified name.static ICube.SplashMode[]
ICube.SplashMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jedox.palojlib.interfaces with parameters of type ICube.SplashModeModifier and TypeMethodDescriptiondefault ICellLoadContext
ICube.getCellLoadContext
(ICube.SplashMode mode, int blockSize, boolean add, boolean eventProcessor) get a cell load context which is needed when writing cell values -
Uses of ICube.SplashMode in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return ICube.SplashModeMethods in com.jedox.palojlib.main with parameters of type ICube.SplashModeModifier and TypeMethodDescriptionCube.getCellLoadContext
(ICube.SplashMode mode, int blockSize, boolean add, boolean eventProcessor) protected int
CubeHandler.getSplashMode
(ICube.SplashMode mode) protected void
CubeHandler.loadCell
(int databaseId, int id, IElement[] paths, Object value, boolean isAdd, ICube.SplashMode mode, boolean eventprocessor, IElement[][] lockedPaths) 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) Constructors in com.jedox.palojlib.main with parameters of type ICube.SplashModeModifierConstructorDescriptionCellLoadContext
(ICube.SplashMode mode, int blockSize, boolean add, boolean eventProcessor)