public class HistoricTaskLogEntryResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
data |
protected String |
executionId |
protected Long |
logNumber |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
taskId |
protected String |
tenantId |
protected Date |
timeStamp |
protected String |
type |
protected String |
userId |
| Constructor and Description |
|---|
HistoricTaskLogEntryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
String |
getExecutionId() |
Long |
getLogNumber() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTaskId() |
String |
getTenantId() |
Date |
getTimeStamp() |
String |
getType() |
String |
getUserId() |
void |
setData(String data) |
void |
setExecutionId(String executionId) |
void |
setLogNumber(Long logNumber) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
void |
setTaskId(String taskId) |
void |
setTenantId(String tenantId) |
void |
setTimeStamp(Date timeStamp) |
void |
setType(String type) |
void |
setUserId(String userId) |
protected Long logNumber
protected String type
protected String taskId
protected Date timeStamp
protected String userId
protected String data
protected String executionId
protected String processInstanceId
protected String processDefinitionId
protected String scopeId
protected String scopeDefinitionId
protected String subScopeId
protected String scopeType
protected String tenantId
public Long getLogNumber()
public void setLogNumber(Long logNumber)
public String getType()
public void setType(String type)
public String getTaskId()
public void setTaskId(String taskId)
public Date getTimeStamp()
public void setTimeStamp(Date timeStamp)
public String getUserId()
public void setUserId(String userId)
public String getData()
public void setData(String data)
public String getExecutionId()
public void setExecutionId(String executionId)
public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public String getScopeId()
public void setScopeId(String scopeId)
public String getScopeDefinitionId()
public void setScopeDefinitionId(String scopeDefinitionId)
public String getSubScopeId()
public void setSubScopeId(String subScopeId)
public String getScopeType()
public void setScopeType(String scopeType)
public String getTenantId()
public void setTenantId(String tenantId)
Copyright © 2021 Flowable. All rights reserved.