Uses of Class
org.qubership.atp.tdm.model.refresh.RefreshResults
Packages that use RefreshResults
Package
Description
-
Uses of RefreshResults in org.qubership.atp.tdm.controllers
Methods in org.qubership.atp.tdm.controllers that return types with arguments of type RefreshResultsModifier and TypeMethodDescriptionDataRefreshController.runDataRefresh(String tableName, Integer queryTimeout, boolean allEnv) Force run data refresh. -
Uses of RefreshResults in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service that return RefreshResultsModifier and TypeMethodDescriptionDataRefreshService.runRefresh(String tableName, boolean saveOccupiedData) DataRefreshService.runRefresh(UUID configId) Methods in org.qubership.atp.tdm.service that return types with arguments of type RefreshResultsModifier and TypeMethodDescriptionDataRefreshService.runRefresh(String tableName, Integer queryTimeout, boolean allEnv, boolean saveOccupiedData) -
Uses of RefreshResults in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl that return RefreshResultsModifier and TypeMethodDescriptionDataRefreshServiceImpl.runRefresh(String tableName, boolean saveOccupiedData) DataRefreshServiceImpl.runRefresh(UUID configId) Methods in org.qubership.atp.tdm.service.impl that return types with arguments of type RefreshResultsModifier and TypeMethodDescriptionDataRefreshServiceImpl.runRefresh(String tableName, Integer queryTimeout, boolean allEnv, boolean saveOccupiedData) Run refresh, saving/not saving occupied rows.