Class HistoricTaskLogEntryQueryRequest
- java.lang.Object
-
- org.flowable.common.rest.api.PaginateRequest
-
- org.flowable.rest.service.api.history.HistoricTaskLogEntryQueryRequest
-
public class HistoricTaskLogEntryQueryRequest extends PaginateRequest
- Author:
- Luis Belloch
-
-
Field Summary
Fields Modifier and Type Field Description protected Datefromprotected LongfromLogNumberprotected StringprocessDefinitionIdprotected StringprocessInstanceIdprotected StringscopeDefinitionIdprotected StringscopeIdprotected StringscopeTypeprotected StringsubScopeIdprotected StringtaskIdprotected StringtenantIdprotected Datetoprotected LongtoLogNumberprotected Stringtypeprotected StringuserId-
Fields inherited from class org.flowable.common.rest.api.PaginateRequest
order, size, sort, start
-
-
Constructor Summary
Constructors Constructor Description HistoricTaskLogEntryQueryRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetFrom()LonggetFromLogNumber()StringgetProcessDefinitionId()StringgetProcessInstanceId()StringgetScopeDefinitionId()StringgetScopeId()StringgetScopeType()StringgetSubScopeId()StringgetTaskId()StringgetTenantId()DategetTo()LonggetToLogNumber()StringgetType()StringgetUserId()voidsetFrom(Date from)voidsetFromLogNumber(Long fromLogNumber)voidsetProcessDefinitionId(String processDefinitionId)voidsetProcessInstanceId(String processInstanceId)voidsetScopeDefinitionId(String scopeDefinitionId)voidsetScopeId(String scopeId)voidsetScopeType(String scopeType)voidsetSubScopeId(String subScopeId)voidsetTaskId(String taskId)voidsetTenantId(String tenantId)voidsetTo(Date to)voidsetToLogNumber(Long toLogNumber)voidsetType(String type)voidsetUserId(String userId)
-
-
-
Field Detail
-
taskId
protected String taskId
-
type
protected String type
-
userId
protected String userId
-
processInstanceId
protected String processInstanceId
-
processDefinitionId
protected String processDefinitionId
-
scopeId
protected String scopeId
-
scopeDefinitionId
protected String scopeDefinitionId
-
subScopeId
protected String subScopeId
-
scopeType
protected String scopeType
-
from
protected Date from
-
to
protected Date to
-
tenantId
protected String tenantId
-
fromLogNumber
protected Long fromLogNumber
-
toLogNumber
protected Long toLogNumber
-
-
Method Detail
-
getTaskId
public String getTaskId()
-
setTaskId
public void setTaskId(String taskId)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getProcessInstanceId
public String getProcessInstanceId()
-
setProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
-
getProcessDefinitionId
public String getProcessDefinitionId()
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
getScopeId
public String getScopeId()
-
setScopeId
public void setScopeId(String scopeId)
-
getScopeDefinitionId
public String getScopeDefinitionId()
-
setScopeDefinitionId
public void setScopeDefinitionId(String scopeDefinitionId)
-
getSubScopeId
public String getSubScopeId()
-
setSubScopeId
public void setSubScopeId(String subScopeId)
-
getScopeType
public String getScopeType()
-
setScopeType
public void setScopeType(String scopeType)
-
getFrom
public Date getFrom()
-
setFrom
public void setFrom(Date from)
-
getTo
public Date getTo()
-
setTo
public void setTo(Date to)
-
getTenantId
public String getTenantId()
-
setTenantId
public void setTenantId(String tenantId)
-
getFromLogNumber
public Long getFromLogNumber()
-
setFromLogNumber
public void setFromLogNumber(Long fromLogNumber)
-
getToLogNumber
public Long getToLogNumber()
-
setToLogNumber
public void setToLogNumber(Long toLogNumber)
-
-