Package org.flowable.task.service.impl
Class HistoricTaskLogEntryQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<HistoricTaskLogEntryQuery,HistoricTaskLogEntry>
org.flowable.task.service.impl.HistoricTaskLogEntryQueryImpl
- All Implemented Interfaces:
Serializable,Query<HistoricTaskLogEntryQuery,,HistoricTaskLogEntry> Command<Object>,HistoricTaskLogEntryQuery
public class HistoricTaskLogEntryQueryImpl
extends AbstractQuery<HistoricTaskLogEntryQuery,HistoricTaskLogEntry>
implements HistoricTaskLogEntryQuery
- Author:
- martin.grofcik
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Dateprotected longprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected TaskServiceConfigurationprotected Stringprotected Dateprotected longprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionHistoricTaskLogEntryQueryImpl(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptioncaseDefinitionId(String caseDefinitionId) caseInstanceId(String caseInstanceId) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) Executes the actual query to retrieve the list of results.fromLogNumber(long fromLogNumber) longlonggetType()processDefinitionId(String processDefinitionId) processInstanceId(String processInstanceId) scopeDefinitionId(String scopeDefinitionId) subScopeId(String subScopeId) toLogNumber(long toLogNumber) Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
Field Details
-
taskServiceConfiguration
-
taskId
-
type
-
userId
-
processInstanceId
-
processDefinitionId
-
scopeId
-
scopeDefinitionId
-
subScopeId
-
scopeType
-
fromDate
-
toDate
-
tenantId
-
fromLogNumber
protected long fromLogNumber -
toLogNumber
protected long toLogNumber
-
-
Constructor Details
-
HistoricTaskLogEntryQueryImpl
public HistoricTaskLogEntryQueryImpl(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration)
-
-
Method Details
-
taskId
- Specified by:
taskIdin interfaceHistoricTaskLogEntryQuery
-
type
- Specified by:
typein interfaceHistoricTaskLogEntryQuery
-
userId
- Specified by:
userIdin interfaceHistoricTaskLogEntryQuery
-
processInstanceId
- Specified by:
processInstanceIdin interfaceHistoricTaskLogEntryQuery
-
processDefinitionId
- Specified by:
processDefinitionIdin interfaceHistoricTaskLogEntryQuery
-
scopeId
- Specified by:
scopeIdin interfaceHistoricTaskLogEntryQuery
-
scopeDefinitionId
- Specified by:
scopeDefinitionIdin interfaceHistoricTaskLogEntryQuery
-
caseInstanceId
- Specified by:
caseInstanceIdin interfaceHistoricTaskLogEntryQuery
-
caseDefinitionId
- Specified by:
caseDefinitionIdin interfaceHistoricTaskLogEntryQuery
-
subScopeId
- Specified by:
subScopeIdin interfaceHistoricTaskLogEntryQuery
-
scopeType
- Specified by:
scopeTypein interfaceHistoricTaskLogEntryQuery
-
from
- Specified by:
fromin interfaceHistoricTaskLogEntryQuery
-
to
- Specified by:
toin interfaceHistoricTaskLogEntryQuery
-
tenantId
- Specified by:
tenantIdin interfaceHistoricTaskLogEntryQuery
-
fromLogNumber
- Specified by:
fromLogNumberin interfaceHistoricTaskLogEntryQuery
-
toLogNumber
- Specified by:
toLogNumberin interfaceHistoricTaskLogEntryQuery
-
getTaskId
-
getType
-
getUserId
-
getProcessInstanceId
-
getProcessDefinitionId
-
getScopeId
-
getScopeDefinitionId
-
getSubScopeId
-
getScopeType
-
getFromDate
-
getToDate
-
getTenantId
-
getFromLogNumber
public long getFromLogNumber() -
getToLogNumber
public long getToLogNumber() -
executeCount
- Specified by:
executeCountin classAbstractQuery<HistoricTaskLogEntryQuery,HistoricTaskLogEntry>
-
executeList
Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractQuery<HistoricTaskLogEntryQuery,HistoricTaskLogEntry>
-
orderByLogNumber
- Specified by:
orderByLogNumberin interfaceHistoricTaskLogEntryQuery
-
orderByTimeStamp
- Specified by:
orderByTimeStampin interfaceHistoricTaskLogEntryQuery
-