| Package | Description |
|---|---|
| pro.taskana.task.api | |
| pro.taskana.task.internal | |
| pro.taskana.task.internal.models |
| Modifier and Type | Method and Description |
|---|---|
static CallbackState |
CallbackState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallbackState[] |
CallbackState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
TaskQuery.callbackStateIn(CallbackState... states)
Add your callbackState to your query.
|
BulkOperationResults<String,TaskanaException> |
TaskService.setCallbackStateForTasks(List<String> externalIds,
CallbackState state)
Sets the callback state on a list of tasks.
|
| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
TaskQueryImpl.callbackStateIn(CallbackState... states) |
BulkOperationResults<String,TaskanaException> |
TaskServiceImpl.setCallbackStateForTasks(List<String> externalIds,
CallbackState state) |
void |
TaskMapper.setCallbackStateMultiple(List<String> externalIds,
CallbackState state) |
| Modifier and Type | Method and Description |
|---|---|
CallbackState |
TaskImpl.getCallbackState() |
CallbackState |
MinimalTaskSummary.getCallbackState() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskImpl.setCallbackState(CallbackState callbackState) |
void |
MinimalTaskSummary.setCallbackState(CallbackState callbackState) |
Copyright © 2020. All rights reserved.