| Package | Description |
|---|---|
| brainslug.flow.execution.async |
| Modifier and Type | Method and Description |
|---|---|
AsyncTask |
AsyncTask.incrementRetries() |
AsyncTask |
AsyncTask.incrementVersion() |
AsyncTask |
AsyncTaskStore.storeTask(AsyncTask asyncTask) |
AsyncTask |
ArrayListTaskStore.storeTask(AsyncTask asyncTask) |
AsyncTask |
AsyncTask.withCreatedDate(long createdDate) |
AsyncTask |
AsyncTask.withDefinitionId(Identifier definitionId) |
AsyncTask |
AsyncTask.withDueDate(long delay) |
AsyncTask |
AsyncTask.withErrorDetails(AsyncTaskErrorDetails errorDetails) |
AsyncTask |
AsyncTask.withId(Identifier id) |
AsyncTask |
AsyncTask.withInstanceId(Identifier instanceId) |
AsyncTask |
AsyncTask.withMaxRetries(long maxRetries) |
AsyncTask |
AsyncTask.withTaskNodeId(Identifier taskNodeId) |
AsyncTask |
AsyncTask.withVersion(long version) |
| Modifier and Type | Method and Description |
|---|---|
Option<AsyncTask> |
AsyncTaskStore.getTask(Identifier taskNodeId,
Identifier instanceId,
Identifier definitionId) |
Option<AsyncTask> |
ArrayListTaskStore.getTask(Identifier taskNodeId,
Identifier instanceId,
Identifier definitionId) |
List<AsyncTask> |
AsyncTaskStore.getTasks(AsyncTaskQuery taskQuery) |
List<AsyncTask> |
ArrayListTaskStore.getTasks(AsyncTaskQuery taskQuery) |
protected List<AsyncTask> |
ExecuteTasksCallable.getTasksToTrigger() |
| Modifier and Type | Method and Description |
|---|---|
AsyncTaskExecutionResult |
AsyncTaskExecutor.execute(AsyncTask asyncTask,
BrainslugContext context) |
protected void |
AbstractAsyncTaskScheduler.internalScheduleTask(AsyncTask asyncTask) |
boolean |
AsyncTaskStore.removeTask(AsyncTask asyncTask) |
boolean |
ArrayListTaskStore.removeTask(AsyncTask asyncTask) |
void |
AsyncTaskScheduler.scheduleTask(AsyncTask asyncTask) |
void |
AbstractAsyncTaskScheduler.scheduleTask(AsyncTask asyncTask) |
AsyncTask |
AsyncTaskStore.storeTask(AsyncTask asyncTask) |
AsyncTask |
ArrayListTaskStore.storeTask(AsyncTask asyncTask) |
protected AsyncTaskExecutionResult |
AsyncTaskExecutor.trigger(AsyncTask asyncTask,
BrainslugContext context) |
Copyright © 2014. All rights reserved.