Class TaskHistoryEvent
java.lang.Object
pro.taskana.spi.history.api.events.task.TaskHistoryEvent
- Direct Known Subclasses:
TaskCancelledEvent,TaskClaimCancelledEvent,TaskClaimedEvent,TaskCompletedEvent,TaskCreatedEvent,TaskDeletedEvent,TaskRequestChangesEvent,TaskRequestReviewEvent,TaskTerminatedEvent,TaskTransferredEvent,TaskUpdatedEvent
Super class for all task related events.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Instantprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionTaskHistoryEvent(String id, TaskSummary task, String userId, String details) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCustomAttribute(TaskHistoryCustomField customField) getId()inthashCode()voidsetAttachmentClassificationKey(String attachmentClassificationKey) voidsetBusinessProcessId(String businessProcessId) voidsetCreated(Instant created) voidsetCustomAttribute(TaskHistoryCustomField customField, String value) voidsetDetails(String details) voidvoidsetEventType(String eventType) voidvoidsetNewValue(String newValue) voidsetOldValue(String oldValue) voidsetParentBusinessProcessId(String parentBusinessProcessId) voidsetPorCompany(String porCompany) voidsetPorInstance(String porInstance) voidsetPorSystem(String porSystem) voidsetPorType(String porType) voidsetPorValue(String porValue) voidsetTaskClassificationCategory(String taskClassificationCategory) voidsetTaskClassificationKey(String taskClassificationKey) voidvoidsetTaskOwnerLongName(String taskOwnerLongName) voidvoidsetUserLongName(String userLongName) voidsetWorkbasketKey(String workbasketKey) toString()
-
Field Details
-
id
-
businessProcessId
-
parentBusinessProcessId
-
taskId
-
eventType
-
created
-
userId
-
userLongName
-
domain
-
workbasketKey
-
porCompany
-
porSystem
-
porInstance
-
porType
-
porValue
-
taskOwnerLongName
-
taskClassificationKey
-
taskClassificationCategory
-
attachmentClassificationKey
-
oldValue
-
newValue
-
custom1
-
custom2
-
custom3
-
custom4
-
details
-
-
Constructor Details
-
TaskHistoryEvent
public TaskHistoryEvent() -
TaskHistoryEvent
-
-
Method Details
-
setCustomAttribute
-
getCustomAttribute
-
getBusinessProcessId
-
setBusinessProcessId
-
getParentBusinessProcessId
-
setParentBusinessProcessId
-
getTaskId
-
setTaskId
-
getDomain
-
setDomain
-
getWorkbasketKey
-
setWorkbasketKey
-
getPorCompany
-
setPorCompany
-
getPorSystem
-
setPorSystem
-
getPorInstance
-
setPorInstance
-
getPorType
-
setPorType
-
getPorValue
-
setPorValue
-
getTaskOwnerLongName
-
setTaskOwnerLongName
-
getTaskClassificationKey
-
setTaskClassificationKey
-
getTaskClassificationCategory
-
setTaskClassificationCategory
-
getAttachmentClassificationKey
-
setAttachmentClassificationKey
-
getId
-
setId
-
getEventType
-
setEventType
-
getCreated
-
setCreated
-
getUserId
-
setUserId
-
getUserLongName
-
setUserLongName
-
getOldValue
-
setOldValue
-
getNewValue
-
setNewValue
-
getDetails
-
setDetails
-
hashCode
public int hashCode() -
equals
-
toString
-