Package org.kie.internal.task.api.model
Interface TaskEvent
-
public interface TaskEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTaskEvent.TaskEventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCorrelationKey()StringgetCurrentOwner()longgetId()DategetLogTime()StringgetMessage()LonggetProcessInstanceId()IntegergetProcessType()longgetTaskId()TaskEvent.TaskEventTypegetType()StringgetUserId()LonggetWorkItemId()voidsetCorrelationKey(String correlationKey)voidsetProcessType(Integer processType)
-
-
-
Method Detail
-
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()
-
getCurrentOwner
String getCurrentOwner()
-
setCorrelationKey
void setCorrelationKey(String correlationKey)
-
setProcessType
void setProcessType(Integer processType)
-
-