public class DeleteElementsLongRunningWorker extends LongRunningProcessWorker
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizationRepository |
authorizationRepository |
protected GraphBaseWithSearchIndex |
graph |
protected LongRunningProcessRepository |
longRunningProcessRepository |
protected SearchHelper |
searchHelper |
protected SearchRepository |
searchRepository |
protected UserRepository |
userRepository |
| Constructor and Description |
|---|
DeleteElementsLongRunningWorker(AuthorizationRepository authorizationRepository,
LongRunningProcessRepository longRunningProcessRepository,
UserRepository userRepository,
Graph graph,
SearchRepository searchRepository,
SearchHelper searchHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
backupGraphElements(ClientApiSearch savedSearch,
QueryResultsIterableSearchResults results) |
boolean |
isHandled(org.json.JSONObject longRunningProcessQueueItem) |
void |
processInternal(org.json.JSONObject config) |
getMetricsManager, getStatus, prepare, process, setMetricsManagerprotected final AuthorizationRepository authorizationRepository
protected final LongRunningProcessRepository longRunningProcessRepository
protected final UserRepository userRepository
protected final GraphBaseWithSearchIndex graph
protected final SearchRepository searchRepository
protected final SearchHelper searchHelper
@Inject public DeleteElementsLongRunningWorker(AuthorizationRepository authorizationRepository, LongRunningProcessRepository longRunningProcessRepository, UserRepository userRepository, Graph graph, SearchRepository searchRepository, SearchHelper searchHelper)
public boolean isHandled(org.json.JSONObject longRunningProcessQueueItem)
isHandled in class LongRunningProcessWorkerpublic void processInternal(org.json.JSONObject config)
processInternal in class LongRunningProcessWorkerprotected String backupGraphElements(ClientApiSearch savedSearch, QueryResultsIterableSearchResults results)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.