Interface WorkflowLog
- All Superinterfaces:
WorkflowModel
- All Known Implementing Classes:
DefaultWorkflowLog
- Author:
- Micha Kiener, Shuyang Zhou, Brian Wing Shun Chan, Marcellus Tavares
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionlonggetCurrentWorkflowNodeLabel(Locale locale) longlonggetPreviousWorkflowNodeLabel(Locale locale) longintgetType()longlonglong
-
Field Details
-
NODE_ENTRY
static final int NODE_ENTRY- See Also:
-
TASK_ASSIGN
static final int TASK_ASSIGN- See Also:
-
TASK_COMPLETION
static final int TASK_COMPLETION- See Also:
-
TASK_UPDATE
static final int TASK_UPDATE- See Also:
-
TRANSITION
static final int TRANSITION- See Also:
-
-
Method Details
-
getAuditUserId
long getAuditUserId() -
getComment
String getComment() -
getCreateDate
Date getCreateDate() -
getCurrentWorkflowNodeLabel
-
getCurrentWorkflowNodeName
String getCurrentWorkflowNodeName() -
getPreviousRoleId
long getPreviousRoleId() -
getPreviousUserId
long getPreviousUserId() -
getPreviousWorkflowNodeLabel
-
getPreviousWorkflowNodeName
String getPreviousWorkflowNodeName() -
getRoleId
long getRoleId() -
getType
int getType() -
getUserId
long getUserId() -
getWorkflowLogId
long getWorkflowLogId() -
getWorkflowTaskId
long getWorkflowTaskId()
-