Uses of Class
org.qubership.atp.tdm.model.bulkaction.BulkActionResult
Packages that use BulkActionResult
Package
Description
-
Uses of BulkActionResult in org.qubership.atp.tdm.websocket.bulkaction
Methods in org.qubership.atp.tdm.websocket.bulkaction that return types with arguments of type BulkActionResultModifier and TypeMethodDescriptionabstract List<Future<BulkActionResult>> BulkActionsHandler.runBulkAction(org.springframework.web.socket.WebSocketSession session, ExecutorService executor, List<LazyEnvironment> lazyEnvironments, BulkActionConfig config, long processId) -
Uses of BulkActionResult in org.qubership.atp.tdm.websocket.bulkaction.cleanup
Methods in org.qubership.atp.tdm.websocket.bulkaction.cleanup that return types with arguments of type BulkActionResultModifier and TypeMethodDescriptionBulkDataCleanupHandler.runBulkAction(org.springframework.web.socket.WebSocketSession session, ExecutorService executor, List<LazyEnvironment> lazyEnvironments, BulkActionConfig config, long processId) -
Uses of BulkActionResult in org.qubership.atp.tdm.websocket.bulkaction.dataload
Methods in org.qubership.atp.tdm.websocket.bulkaction.dataload that return types with arguments of type BulkActionResultModifier and TypeMethodDescriptionAbstractBulkDataLoadHandler.runBulkAction(ExecutorService executor, List<LazyEnvironment> lazyEnvironments, List<TestDataTableCatalog> refreshCatalogs, boolean saveOccupiedData) Run bulk action.BulkDataImportHandler.runBulkAction(org.springframework.web.socket.WebSocketSession session, ExecutorService executor, List<LazyEnvironment> lazyEnvironments, BulkActionConfig config, long processId) BulkDataRefreshHandler.runBulkAction(org.springframework.web.socket.WebSocketSession session, ExecutorService executor, List<LazyEnvironment> lazyEnvironments, BulkActionConfig config, long processId) -
Uses of BulkActionResult in org.qubership.atp.tdm.websocket.bulkaction.drop
Methods in org.qubership.atp.tdm.websocket.bulkaction.drop that return types with arguments of type BulkActionResultModifier and TypeMethodDescriptionBulkDataDropHandler.runBulkAction(org.springframework.web.socket.WebSocketSession session, ExecutorService executor, List<LazyEnvironment> lazyEnvironments, BulkActionConfig config, long processId) -
Uses of BulkActionResult in org.qubership.atp.tdm.websocket.bulkaction.links
Methods in org.qubership.atp.tdm.websocket.bulkaction.links that return types with arguments of type BulkActionResultModifier and TypeMethodDescriptionBulkDataLinksRefreshHandler.runBulkAction(org.springframework.web.socket.WebSocketSession session, ExecutorService executor, List<LazyEnvironment> lazyEnvironments, BulkActionConfig config, long processId)