Uses of Class
org.qubership.atp.tdm.model.bulkaction.BulkActionConfig
Packages that use BulkActionConfig
Package
Description
-
Uses of BulkActionConfig in org.qubership.atp.tdm.websocket.bulkaction
Methods in org.qubership.atp.tdm.websocket.bulkaction with parameters of type BulkActionConfigModifier and TypeMethodDescriptionabstract List<Future<BulkActionResult>> BulkActionsHandler.runBulkAction(org.springframework.web.socket.WebSocketSession session, ExecutorService executor, List<LazyEnvironment> lazyEnvironments, BulkActionConfig config, long processId) -
Uses of BulkActionConfig in org.qubership.atp.tdm.websocket.bulkaction.cleanup
Methods in org.qubership.atp.tdm.websocket.bulkaction.cleanup with parameters of type BulkActionConfigModifier and TypeMethodDescriptionBulkDataCleanupHandler.runBulkAction(org.springframework.web.socket.WebSocketSession session, ExecutorService executor, List<LazyEnvironment> lazyEnvironments, BulkActionConfig config, long processId) -
Uses of BulkActionConfig in org.qubership.atp.tdm.websocket.bulkaction.dataload
Methods in org.qubership.atp.tdm.websocket.bulkaction.dataload with parameters of type BulkActionConfigModifier and TypeMethodDescriptionBulkDataImportHandler.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 BulkActionConfig in org.qubership.atp.tdm.websocket.bulkaction.drop
Methods in org.qubership.atp.tdm.websocket.bulkaction.drop with parameters of type BulkActionConfigModifier and TypeMethodDescriptionBulkDataDropHandler.runBulkAction(org.springframework.web.socket.WebSocketSession session, ExecutorService executor, List<LazyEnvironment> lazyEnvironments, BulkActionConfig config, long processId) -
Uses of BulkActionConfig in org.qubership.atp.tdm.websocket.bulkaction.links
Methods in org.qubership.atp.tdm.websocket.bulkaction.links with parameters of type BulkActionConfigModifier and TypeMethodDescriptionBulkDataLinksRefreshHandler.runBulkAction(org.springframework.web.socket.WebSocketSession session, ExecutorService executor, List<LazyEnvironment> lazyEnvironments, BulkActionConfig config, long processId)