public class BroadcastServiceLocal extends Object implements org.bonitasoft.engine.service.BroadcastService
| Constructor and Description |
|---|
BroadcastServiceLocal() |
| Modifier and Type | Method and Description |
|---|---|
<T> Future<Map<String,org.bonitasoft.engine.service.TaskResult<T>>> |
executeOnOthers(Callable<T> callable) |
<T> Future<Map<String,org.bonitasoft.engine.service.TaskResult<T>>> |
executeOnOthers(Callable<T> callable,
Long tenantId) |
<T> Map<String,org.bonitasoft.engine.service.TaskResult<T>> |
executeOnOthersAndWait(Callable<T> callable,
Long tenantId) |
public <T> Future<Map<String,org.bonitasoft.engine.service.TaskResult<T>>> executeOnOthers(Callable<T> callable)
executeOnOthers in interface org.bonitasoft.engine.service.BroadcastServicepublic <T> Future<Map<String,org.bonitasoft.engine.service.TaskResult<T>>> executeOnOthers(Callable<T> callable, Long tenantId)
executeOnOthers in interface org.bonitasoft.engine.service.BroadcastServiceCopyright © 2019 Bonitasoft S.A.. All rights reserved.