@Component public class ActivityIndexingWrapper extends Object
ActivityIndexingService| Constructor and Description |
|---|
ActivityIndexingWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static ActivityIndexingWrapper |
get() |
void |
indexAsync(String processId,
String activityId)
Calls async index function in
ActivityIndexingService |
void |
indexAsync(String processId,
String activityId,
boolean forceSharkService)
Calls async index function in
ActivityIndexingService |
void |
indexSync(Map<String,List<String>> activityIds,
boolean forceSharkService)
Calls sync index function in
ActivityIndexingService |
void |
indexSync(String processId,
String activityId,
boolean forceSharkService)
Calls sync index function in
ActivityIndexingService |
public static ActivityIndexingWrapper get()
public void indexAsync(String processId, String activityId)
ActivityIndexingServiceprocessId - id of processactivityId - id of activitypublic void indexAsync(String processId, String activityId, boolean forceSharkService)
ActivityIndexingServiceprocessId - id of processactivityId - id of activityforceSharkService - force use shark service to retrieve activity datapublic void indexSync(String processId, String activityId, boolean forceSharkService)
ActivityIndexingServiceprocessId - id of processactivityId - id of activityforceSharkService - force use shark service to retrieve activity datapublic void indexSync(Map<String,List<String>> activityIds, boolean forceSharkService)
ActivityIndexingServiceactivityIds - map of process id keys with list of activity idsforceSharkService - force use shark service to retrieve activity dataCopyright © 2024 Suncode. All rights reserved.