public class HistoricTaskLogEntryQueryImpl extends AbstractQuery<HistoricTaskLogEntryQuery,HistoricTaskLogEntry> implements HistoricTaskLogEntryQuery
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected Date |
fromDate |
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 |
toDate |
protected long |
toLogNumber |
protected String |
type |
protected String |
userId |
commandContext, commandExecutordatabaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
HistoricTaskLogEntryQueryImpl(CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected 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 fromDate
protected Date toDate
protected String tenantId
protected long fromLogNumber
protected long toLogNumber
public HistoricTaskLogEntryQueryImpl(CommandExecutor commandExecutor)
public HistoricTaskLogEntryQuery taskId(String taskId)
taskId in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery type(String type)
type in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery userId(String userId)
userId in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery processInstanceId(String processInstanceId)
processInstanceId in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery processDefinitionId(String processDefinitionId)
processDefinitionId in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery scopeId(String scopeId)
scopeId in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery subScopeId(String subScopeId)
subScopeId in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery scopeType(String scopeType)
scopeType in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery from(Date fromDate)
from in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery to(Date toDate)
to in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery tenantId(String tenantId)
tenantId in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery fromLogNumber(long fromLogNumber)
fromLogNumber in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery toLogNumber(long toLogNumber)
toLogNumber in interface HistoricTaskLogEntryQuerypublic String getTaskId()
public String getType()
public String getUserId()
public String getProcessInstanceId()
public String getProcessDefinitionId()
public String getScopeId()
public String getScopeDefinitionId()
public String getSubScopeId()
public String getScopeType()
public Date getFromDate()
public Date getToDate()
public String getTenantId()
public long getFromLogNumber()
public long getToLogNumber()
public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<HistoricTaskLogEntryQuery,HistoricTaskLogEntry>public List<HistoricTaskLogEntry> executeList(CommandContext commandContext)
AbstractQueryexecuteList in class AbstractQuery<HistoricTaskLogEntryQuery,HistoricTaskLogEntry>public HistoricTaskLogEntryQuery orderByLogNumber()
orderByLogNumber in interface HistoricTaskLogEntryQuerypublic HistoricTaskLogEntryQuery orderByTimeStamp()
orderByTimeStamp in interface HistoricTaskLogEntryQueryCopyright © 2019 Flowable. All rights reserved.