Uses of Class
pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
Packages that use TaskHistoryEvent Package Description pro.taskana.spi.history.api pro.taskana.spi.history.api.events.task pro.taskana.spi.history.internal -
-
Uses of TaskHistoryEvent in pro.taskana.spi.history.api
Methods in pro.taskana.spi.history.api with parameters of type TaskHistoryEvent Modifier and Type Method Description voidTaskanaHistory. create(TaskHistoryEvent event)Create a new TaskHistoryEvent. -
Uses of TaskHistoryEvent in pro.taskana.spi.history.api.events.task
Subclasses of TaskHistoryEvent in pro.taskana.spi.history.api.events.task Modifier and Type Class Description classTaskCancelledEventEvent fired if a task is cancelled.classTaskClaimCancelledEventEvent fired if a task is cancelled to be claimed.classTaskClaimedEventEvent fired if a task is claimed.classTaskCompletedEventEvent fired if a task is completed.classTaskCreatedEventEvent fired if a task is created.classTaskRequestChangesEventThe TaskRequestChangesEvent is fired if changes on a Task are requested.classTaskRequestReviewEventThe TaskRequestReviewEvent is fired after a review on a Task has been requested.classTaskTerminatedEventEvent fired if a task is terminated.classTaskTransferredEventEvent fired if a task is transferred.classTaskUpdatedEvent -
Uses of TaskHistoryEvent in pro.taskana.spi.history.internal
Methods in pro.taskana.spi.history.internal with parameters of type TaskHistoryEvent Modifier and Type Method Description voidHistoryEventManager. createEvent(TaskHistoryEvent event)
-