Class TaskCompletedEvent
- java.lang.Object
-
- pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- pro.taskana.spi.history.api.events.task.TaskCompletedEvent
-
public class TaskCompletedEvent extends TaskHistoryEvent
Event fired if a task is completed.
-
-
Field Summary
-
Fields inherited from class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
attachmentClassificationKey, businessProcessId, created, custom1, custom2, custom3, custom4, details, domain, eventType, id, newValue, oldValue, parentBusinessProcessId, porCompany, porInstance, porSystem, porType, porValue, taskClassificationCategory, taskClassificationKey, taskId, taskOwnerLongName, userId, userLongName, workbasketKey
-
-
Constructor Summary
Constructors Constructor Description TaskCompletedEvent(String id, Task completedTask, String userId)TaskCompletedEvent(String id, TaskSummary completedTask, String userId)
-
Method Summary
-
Methods inherited from class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
equals, getAttachmentClassificationKey, getBusinessProcessId, getCreated, getCustomAttribute, getDetails, getDomain, getEventType, getId, getNewValue, getOldValue, getParentBusinessProcessId, getPorCompany, getPorInstance, getPorSystem, getPorType, getPorValue, getTaskClassificationCategory, getTaskClassificationKey, getTaskId, getTaskOwnerLongName, getUserId, getUserLongName, getWorkbasketKey, hashCode, setAttachmentClassificationKey, setBusinessProcessId, setCreated, setCustomAttribute, setDetails, setDomain, setEventType, setId, setNewValue, setOldValue, setParentBusinessProcessId, setPorCompany, setPorInstance, setPorSystem, setPorType, setPorValue, setTaskClassificationCategory, setTaskClassificationKey, setTaskId, setTaskOwnerLongName, setUserId, setUserLongName, setWorkbasketKey, toString
-
-