public interface TaskEvent
Modifier and Type | Interface and Description |
---|---|
static class |
TaskEvent.TaskEventType |
Modifier and Type | Method and Description |
---|---|
String |
getCorrelationKey() |
long |
getId() |
Date |
getLogTime() |
String |
getMessage() |
Long |
getProcessInstanceId() |
Integer |
getProcessType() |
long |
getTaskId() |
TaskEvent.TaskEventType |
getType() |
String |
getUserId() |
Long |
getWorkItemId() |
void |
setCorrelationKey(String correlationKey) |
void |
setProcessType(Integer processType) |
long getId()
long getTaskId()
TaskEvent.TaskEventType getType()
String getUserId()
Date getLogTime()
Long getProcessInstanceId()
Long getWorkItemId()
String getMessage()
String getCorrelationKey()
Integer getProcessType()
void setCorrelationKey(String correlationKey)
void setProcessType(Integer processType)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.