public interface TaskEvent extends Externalizable
Modifier and Type | Interface and Description |
---|---|
static class |
TaskEvent.TaskEventType |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
Date |
getLogTime() |
Long |
getProcessInstanceId() |
long |
getTaskId() |
TaskEvent.TaskEventType |
getType() |
String |
getUserId() |
Long |
getWorkItemId() |
readExternal, writeExternal
long getId()
long getTaskId()
TaskEvent.TaskEventType getType()
String getUserId()
Date getLogTime()
Long getProcessInstanceId()
Long getWorkItemId()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.