Uses of Class
pro.taskana.task.api.CallbackState
-
Packages that use CallbackState Package Description pro.taskana.task.api pro.taskana.task.api.exceptions pro.taskana.task.internal pro.taskana.task.internal.models -
-
Uses of CallbackState in pro.taskana.task.api
Methods in pro.taskana.task.api that return CallbackState Modifier and Type Method Description static CallbackStateCallbackState. 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.Methods in pro.taskana.task.api with parameters of type CallbackState Modifier and Type Method Description TaskQueryTaskQuery. 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. -
Uses of CallbackState in pro.taskana.task.api.exceptions
Methods in pro.taskana.task.api.exceptions that return CallbackState Modifier and Type Method Description CallbackState[]InvalidCallbackStateException. getRequiredCallbackStates()CallbackStateInvalidCallbackStateException. getTaskCallbackState()Constructors in pro.taskana.task.api.exceptions with parameters of type CallbackState Constructor Description InvalidCallbackStateException(String taskId, CallbackState taskCallbackState, CallbackState... requiredCallbackStates) -
Uses of CallbackState in pro.taskana.task.internal
Methods in pro.taskana.task.internal with parameters of type CallbackState Modifier and Type Method Description TaskQueryTaskQueryImpl. callbackStateIn(CallbackState... states)BulkOperationResults<String,TaskanaException>TaskServiceImpl. setCallbackStateForTasks(List<String> externalIds, CallbackState state)voidTaskMapper. setCallbackStateMultiple(List<String> externalIds, CallbackState state) -
Uses of CallbackState in pro.taskana.task.internal.models
Methods in pro.taskana.task.internal.models that return CallbackState Modifier and Type Method Description CallbackStateMinimalTaskSummary. getCallbackState()CallbackStateTaskImpl. getCallbackState()Methods in pro.taskana.task.internal.models with parameters of type CallbackState Modifier and Type Method Description voidMinimalTaskSummary. setCallbackState(CallbackState callbackState)voidTaskImpl. setCallbackState(CallbackState callbackState)
-