public class SearchExportLongRunningWorker extends LongRunningProcessWorker
| Modifier and Type | Field and Description |
|---|---|
protected GraphBaseWithSearchIndex |
graph |
protected LongRunningProcessRepository |
longRunningProcessRepository |
protected SearchRepository |
searchRepository |
static String |
TYPE |
protected UserRepository |
userRepository |
| Constructor and Description |
|---|
SearchExportLongRunningWorker(LongRunningProcessRepository longRunningProcessRepository,
UserRepository userRepository,
Graph graph,
SearchRepository searchRepository) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHandled(org.json.JSONObject longRunningProcessQueueItem) |
void |
processInternal(org.json.JSONObject config) |
getMetricsManager, getStatus, prepare, process, setMetricsManagerpublic static final String TYPE
protected final LongRunningProcessRepository longRunningProcessRepository
protected final UserRepository userRepository
protected final GraphBaseWithSearchIndex graph
protected final SearchRepository searchRepository
@Inject public SearchExportLongRunningWorker(LongRunningProcessRepository longRunningProcessRepository, UserRepository userRepository, Graph graph, SearchRepository searchRepository)
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.