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 int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionlong
getCurrentWorkflowNodeLabel
(Locale locale) long
long
getPreviousWorkflowNodeLabel
(Locale locale) long
int
getType()
long
long
long
-
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()
-