Package org.kie.internal.task.api.model
Interface TaskEvent
public interface TaskEvent
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()longgetType()voidsetCorrelationKey(String correlationKey) voidsetProcessType(Integer processType)
-
Method Details
-
getId
long getId() -
getTaskId
long getTaskId() -
getType
TaskEvent.TaskEventType getType() -
getUserId
String getUserId() -
getLogTime
Date getLogTime() -
getProcessInstanceId
Long getProcessInstanceId() -
getWorkItemId
Long getWorkItemId() -
getMessage
String getMessage() -
getCorrelationKey
String getCorrelationKey() -
getProcessType
Integer getProcessType() -
setCorrelationKey
-
setProcessType
-