Liferay 6.2.0

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
abstract  long getAuditUserId()
           
abstract  String getComment()
           
abstract  Date getCreateDate()
           
abstract  long getPreviousRoleId()
           
abstract  String getPreviousState()
           
abstract  long getPreviousUserId()
           
abstract  long getRoleId()
           
abstract  String getState()
           
abstract  int getType()
           
abstract  long getUserId()
           
abstract  long getWorkflowLogId()
           
abstract  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.2.0