| Package | Description |
|---|---|
| org.bonitasoft.engine.service | |
| org.bonitasoft.engine.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T> TaskResult<T> |
TaskResult.error(Throwable e) |
static <T> TaskResult<T> |
TaskResult.ok(T result) |
static <T> TaskResult<T> |
TaskResult.timeout(long timeout,
TimeUnit timeunit) |
| Modifier and Type | Method and Description |
|---|---|
<T> Map<String,TaskResult<T>> |
BroadcastService.execute(Callable<T> callable) |
<T> Map<String,TaskResult<T>> |
BroadcastService.execute(Callable<T> callable,
Long tenantId) |
| Modifier and Type | Method and Description |
|---|---|
<T> Map<String,TaskResult<T>> |
BroadcastServiceLocal.execute(Callable<T> callable) |
<T> Map<String,TaskResult<T>> |
BroadcastServiceLocal.execute(Callable<T> callable,
Long tenantId) |
Copyright © 2016 Bonitasoft S.A.. All rights reserved.