Uses of Enum Class
pro.taskana.task.api.CallbackState
Packages that use CallbackState
Package
Description
-
Uses of CallbackState in pro.taskana.task.api
Methods in pro.taskana.task.api that return CallbackStateModifier and TypeMethodDescriptionstatic CallbackStateReturns the enum constant of this class with the specified name.static CallbackState[]CallbackState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pro.taskana.task.api with parameters of type CallbackStateModifier and TypeMethodDescriptionTaskQuery.callbackStateIn(CallbackState... states) Add your callbackState to your query.TaskQuery.callbackStateNotIn(CallbackState... states) Exclude the callbackState from your query.TaskService.setCallbackStateForTasks(List<String> externalIds, CallbackState state) Sets the specified CallbackState on a List of Tasks. -
Uses of CallbackState in pro.taskana.task.api.exceptions
Methods in pro.taskana.task.api.exceptions that return CallbackStateModifier and TypeMethodDescriptionInvalidCallbackStateException.getRequiredCallbackStates()InvalidCallbackStateException.getTaskCallbackState()Constructors in pro.taskana.task.api.exceptions with parameters of type CallbackStateModifierConstructorDescriptionInvalidCallbackStateException(String taskId, CallbackState taskCallbackState, CallbackState... requiredCallbackStates) -
Uses of CallbackState in pro.taskana.task.internal
Methods in pro.taskana.task.internal with parameters of type CallbackStateModifier and TypeMethodDescriptionTaskQueryImpl.callbackStateIn(CallbackState... states) TaskQueryImpl.callbackStateNotIn(CallbackState... states) 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 CallbackStateModifier and TypeMethodDescriptionMinimalTaskSummary.getCallbackState()TaskImpl.getCallbackState()Methods in pro.taskana.task.internal.models with parameters of type CallbackStateModifier and TypeMethodDescriptionvoidMinimalTaskSummary.setCallbackState(CallbackState callbackState) voidTaskImpl.setCallbackState(CallbackState callbackState)