public class RestoreElementsLongRunningWorker extends LongRunningProcessWorker
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizationRepository |
authorizationRepository |
protected GraphBaseWithSearchIndex |
graph |
protected LongRunningProcessRepository |
longRunningProcessRepository |
protected SearchRepository |
searchRepository |
protected UserRepository |
userRepository |
| Constructor and Description |
|---|
RestoreElementsLongRunningWorker(AuthorizationRepository authorizationRepository,
LongRunningProcessRepository longRunningProcessRepository,
SearchRepository searchRepository,
UserRepository userRepository,
Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
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 SearchRepository searchRepository
protected final UserRepository userRepository
protected final GraphBaseWithSearchIndex graph
@Inject public RestoreElementsLongRunningWorker(AuthorizationRepository authorizationRepository, LongRunningProcessRepository longRunningProcessRepository, SearchRepository searchRepository, UserRepository userRepository, Graph graph)
public boolean isHandled(org.json.JSONObject longRunningProcessQueueItem)
isHandled in class LongRunningProcessWorkerpublic void processInternal(org.json.JSONObject config)
processInternal in class LongRunningProcessWorkerCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.