Uses of Class
org.knime.core.webui.data.InitialDataService
Packages that use InitialDataService
Package
Description
-
Uses of InitialDataService in org.knime.core.webui.data
Methods in org.knime.core.webui.data that return InitialDataServiceMethods in org.knime.core.webui.data that return types with arguments of type InitialDataServiceModifier and TypeMethodDescription<D> Optional<InitialDataService<D>>DataServiceProvider.createInitialDataService()Creates the initial data service instance. -
Uses of InitialDataService in org.knime.core.webui.node.view.image
Methods in org.knime.core.webui.node.view.image that return InitialDataServiceModifier and TypeMethodDescriptionImageViewUtil.createInitialDataService(Supplier<org.knime.core.data.image.ImageValue> imageValueSupplier, Supplier<String> imageIdSupplier, Supplier<ImageViewViewSettings> settingsSupplier) -
Uses of InitialDataService in org.knime.core.webui.node.view.table
Methods in org.knime.core.webui.node.view.table that return InitialDataServiceModifier and TypeMethodDescriptionTableViewUtil.createInitialDataService(Supplier<TableViewViewSettings> settingsSupplier, Supplier<org.knime.core.node.BufferedDataTable> tableSupplier, Supplier<Set<org.knime.core.data.RowKey>> selectionSupplier, String tableId) TableViewUtil.createInitialDataService(Supplier<TableViewViewSettings> settingsSupplier, Supplier<org.knime.core.node.BufferedDataTable> tableSupplier, Supplier<Set<org.knime.core.data.RowKey>> selectionSupplier, String tableId, Runnable onDeactivate, Runnable onDispose) Methods in org.knime.core.webui.node.view.table that return types with arguments of type InitialDataServiceModifier and TypeMethodDescriptionTableNodeView.createInitialDataService()static org.knime.core.util.Pair<InitialDataService<TableViewInitialData>,Supplier<RpcDataService>> TableViewUtil.createInitialDataServiceWithRPCDataService(Supplier<TableViewViewSettings> settingsSupplier, Supplier<org.knime.core.node.BufferedDataTable> tableSupplier, Supplier<Set<org.knime.core.data.RowKey>> selectionSupplier, String tableId, Runnable onDeactivate, Runnable onDispose) This method must be used instead of constructing the initial data service and the RPC data service individually if there are settings which influence what tables are cached within theTableViewDataService.