public class HistoricTaskLogEntryQueryRequest extends PaginateRequest
| Modifier and Type | Field and Description |
|---|---|
protected Date |
from |
protected Long |
fromLogNumber |
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 |
to |
protected Long |
toLogNumber |
protected String |
type |
protected String |
userId |
order, size, sort, start| Constructor and Description |
|---|
HistoricTaskLogEntryQueryRequest() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getFrom() |
Long |
getFromLogNumber() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTaskId() |
String |
getTenantId() |
Date |
getTo() |
Long |
getToLogNumber() |
String |
getType() |
String |
getUserId() |
void |
setFrom(Date from) |
void |
setFromLogNumber(Long fromLogNumber) |
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 |
setTo(Date to) |
void |
setToLogNumber(Long toLogNumber) |
void |
setType(String type) |
void |
setUserId(String userId) |
protected String taskId
protected String type
protected String userId
protected String processInstanceId
protected String processDefinitionId
protected String scopeId
protected String scopeDefinitionId
protected String subScopeId
protected String scopeType
protected Date from
protected Date to
protected String tenantId
protected Long fromLogNumber
protected Long toLogNumber
public String getTaskId()
public void setTaskId(String taskId)
public String getType()
public void setType(String type)
public String getUserId()
public void setUserId(String userId)
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 Date getFrom()
public void setFrom(Date from)
public Date getTo()
public void setTo(Date to)
public String getTenantId()
public void setTenantId(String tenantId)
public Long getFromLogNumber()
public void setFromLogNumber(Long fromLogNumber)
public Long getToLogNumber()
public void setToLogNumber(Long toLogNumber)
Copyright © 2022 Flowable. All rights reserved.