Class ClassificationHistoryEvent
- java.lang.Object
-
- pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- Direct Known Subclasses:
ClassificationCreatedEvent,ClassificationDeletedEvent,ClassificationUpdatedEvent
public class ClassificationHistoryEvent extends Object
Super class for all classification related events.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringapplicationEntryPointprotected Stringcategoryprotected StringclassificationIdprotected Instantcreatedprotected Stringcustom1protected Stringcustom2protected Stringcustom3protected Stringcustom4protected Stringcustom5protected Stringcustom6protected Stringcustom7protected Stringcustom8protected Stringdetailsprotected Stringdomainprotected StringeventTypeprotected Stringidprotected Stringkeyprotected Stringnameprotected StringparentIdprotected StringparentKeyprotected intpriorityprotected StringserviceLevelprotected Stringtypeprotected StringuserId
-
Constructor Summary
Constructors Constructor Description ClassificationHistoryEvent()ClassificationHistoryEvent(String id, ClassificationSummary classification, String userId, String details)
-
Method Summary
-
-
-
Field Detail
-
id
protected String id
-
eventType
protected String eventType
-
created
protected Instant created
-
userId
protected String userId
-
classificationId
protected String classificationId
-
applicationEntryPoint
protected String applicationEntryPoint
-
category
protected String category
-
domain
protected String domain
-
key
protected String key
-
name
protected String name
-
parentId
protected String parentId
-
parentKey
protected String parentKey
-
priority
protected int priority
-
serviceLevel
protected String serviceLevel
-
type
protected String type
-
custom1
protected String custom1
-
custom2
protected String custom2
-
custom3
protected String custom3
-
custom4
protected String custom4
-
custom5
protected String custom5
-
custom6
protected String custom6
-
custom7
protected String custom7
-
custom8
protected String custom8
-
details
protected String details
-
-
Constructor Detail
-
ClassificationHistoryEvent
public ClassificationHistoryEvent()
-
ClassificationHistoryEvent
public ClassificationHistoryEvent(String id, ClassificationSummary classification, String userId, String details)
-
-
Method Detail
-
setCustomAttribute
public void setCustomAttribute(ClassificationCustomField customField, String value)
-
getCustomAttribute
public String getCustomAttribute(ClassificationCustomField customField)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getEventType
public String getEventType()
-
setEventType
public void setEventType(String eventType)
-
getCreated
public Instant getCreated()
-
setCreated
public void setCreated(Instant created)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getClassificationId
public String getClassificationId()
-
setClassificationId
public void setClassificationId(String classificationId)
-
getApplicationEntryPoint
public String getApplicationEntryPoint()
-
setApplicationEntryPoint
public void setApplicationEntryPoint(String applicationEntryPoint)
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getDomain
public String getDomain()
-
setDomain
public void setDomain(String domain)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getParentId
public String getParentId()
-
setParentId
public void setParentId(String parentId)
-
getParentKey
public String getParentKey()
-
setParentKey
public void setParentKey(String parentKey)
-
getPriority
public int getPriority()
-
setPriority
public void setPriority(int priority)
-
getServiceLevel
public String getServiceLevel()
-
setServiceLevel
public void setServiceLevel(String serviceLevel)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDetails
public String getDetails()
-
setDetails
public void setDetails(String details)
-
-