Class ClassificationHistoryEvent
java.lang.Object
pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
- Direct Known Subclasses:
ClassificationCreatedEvent,ClassificationDeletedEvent,ClassificationUpdatedEvent
Super class for all classification related events.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Instantprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected intprotected Stringprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionClassificationHistoryEvent(String id, ClassificationSummary classification, String userId, String details) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCustomAttribute(ClassificationCustomField customField) getId()getKey()getName()intgetType()inthashCode()voidsetApplicationEntryPoint(String applicationEntryPoint) voidsetCategory(String category) voidsetClassificationId(String classificationId) voidsetCreated(Instant created) voidsetCustomAttribute(ClassificationCustomField customField, String value) voidsetDetails(String details) voidvoidsetEventType(String eventType) voidvoidvoidvoidsetParentId(String parentId) voidsetParentKey(String parentKey) voidsetPriority(int priority) voidsetServiceLevel(String serviceLevel) voidvoidtoString()
-
Field Details
-
id
-
eventType
-
created
-
userId
-
classificationId
-
applicationEntryPoint
-
category
-
domain
-
key
-
name
-
parentId
-
parentKey
-
priority
protected int priority -
serviceLevel
-
type
-
custom1
-
custom2
-
custom3
-
custom4
-
custom5
-
custom6
-
custom7
-
custom8
-
details
-
-
Constructor Details
-
ClassificationHistoryEvent
public ClassificationHistoryEvent() -
ClassificationHistoryEvent
public ClassificationHistoryEvent(String id, ClassificationSummary classification, String userId, String details)
-
-
Method Details
-
setCustomAttribute
-
getCustomAttribute
-
getId
-
setId
-
getEventType
-
setEventType
-
getCreated
-
setCreated
-
getUserId
-
setUserId
-
getClassificationId
-
setClassificationId
-
getApplicationEntryPoint
-
setApplicationEntryPoint
-
getCategory
-
setCategory
-
getDomain
-
setDomain
-
getKey
-
setKey
-
getName
-
setName
-
getParentId
-
setParentId
-
getParentKey
-
setParentKey
-
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
getServiceLevel
-
setServiceLevel
-
getType
-
setType
-
getDetails
-
setDetails
-
hashCode
public int hashCode() -
equals
-
toString
-