Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.workflow
Interface WorkflowLog

All Known Implementing Classes:
DefaultWorkflowLog

public interface WorkflowLog


Field Summary
static int TASK_ASSIGN
           
static int TASK_COMPLETION
           
static int TASK_UPDATE
           
static int TRANSITION
           
 
Method Summary
 long getAuditUserId()
           
 String getComment()
           
 Date getCreateDate()
           
 long getPreviousRoleId()
           
 String getPreviousState()
           
 long getPreviousUserId()
           
 long getRoleId()
           
 String getState()
           
 int getType()
           
 long getUserId()
           
 long getWorkflowLogId()
           
 long getWorkflowTaskId()
           
 

Field Detail

TASK_ASSIGN

static final int TASK_ASSIGN
See Also:
Constant Field Values

TASK_COMPLETION

static final int TASK_COMPLETION
See Also:
Constant Field Values

TASK_UPDATE

static final int TASK_UPDATE
See Also:
Constant Field Values

TRANSITION

static final int TRANSITION
See Also:
Constant Field Values
Method Detail

getAuditUserId

long getAuditUserId()

getComment

String getComment()

getCreateDate

Date getCreateDate()

getPreviousRoleId

long getPreviousRoleId()

getPreviousState

String getPreviousState()

getPreviousUserId

long getPreviousUserId()

getRoleId

long getRoleId()

getState

String getState()

getType

int getType()

getUserId

long getUserId()

getWorkflowLogId

long getWorkflowLogId()

getWorkflowTaskId

long getWorkflowTaskId()

Liferay 6.1.2-ce-ga3