public interface WorkflowLog extends WorkflowModel
Modifier and Type | Field and Description |
---|---|
static int |
NODE_ENTRY |
static int |
TASK_ASSIGN |
static int |
TASK_COMPLETION |
static int |
TASK_UPDATE |
static int |
TRANSITION |
Modifier and Type | Method and Description |
---|---|
long |
getAuditUserId() |
String |
getComment() |
Date |
getCreateDate() |
String |
getCurrentWorkflowNodeLabel(Locale locale) |
String |
getCurrentWorkflowNodeName() |
long |
getPreviousRoleId() |
long |
getPreviousUserId() |
String |
getPreviousWorkflowNodeLabel(Locale locale) |
String |
getPreviousWorkflowNodeName() |
long |
getRoleId() |
int |
getType() |
long |
getUserId() |
long |
getWorkflowLogId() |
long |
getWorkflowTaskId() |
static final int NODE_ENTRY
static final int TASK_ASSIGN
static final int TASK_COMPLETION
static final int TASK_UPDATE
static final int TRANSITION
long getAuditUserId()
String getComment()
Date getCreateDate()
String getCurrentWorkflowNodeLabel(Locale locale)
String getCurrentWorkflowNodeName()
long getPreviousRoleId()
long getPreviousUserId()
String getPreviousWorkflowNodeLabel(Locale locale)
String getPreviousWorkflowNodeName()
long getRoleId()
int getType()
long getUserId()
long getWorkflowLogId()
long getWorkflowTaskId()