Class ClassificationCreatedEvent
- java.lang.Object
-
- pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- pro.taskana.spi.history.api.events.classification.ClassificationCreatedEvent
-
public class ClassificationCreatedEvent extends ClassificationHistoryEvent
-
-
Field Summary
-
Fields inherited from class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
applicationEntryPoint, category, classificationId, created, custom1, custom2, custom3, custom4, custom5, custom6, custom7, custom8, details, domain, eventType, id, key, name, parentId, parentKey, priority, serviceLevel, type, userId
-
-
Constructor Summary
Constructors Constructor Description ClassificationCreatedEvent(String id, Classification classification, String userId, String details)
-
Method Summary
-
Methods inherited from class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
equals, getApplicationEntryPoint, getCategory, getClassificationId, getCreated, getCustomAttribute, getDetails, getDomain, getEventType, getId, getKey, getName, getParentId, getParentKey, getPriority, getServiceLevel, getType, getUserId, hashCode, setApplicationEntryPoint, setCategory, setClassificationId, setCreated, setCustomAttribute, setDetails, setDomain, setEventType, setId, setKey, setName, setParentId, setParentKey, setPriority, setServiceLevel, setType, setUserId, toString
-
-
-
-
Constructor Detail
-
ClassificationCreatedEvent
public ClassificationCreatedEvent(String id, Classification classification, String userId, String details)
-
-