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.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Date
protected long
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected TaskServiceConfiguration
protected String
protected Date
protected long
protected String
protected String
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
Fields 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) long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) Executes the actual query to retrieve the list of results.fromLogNumber
(long fromLogNumber) long
long
getType()
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, singleResult
Methods 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:
taskId
in interfaceHistoricTaskLogEntryQuery
-
type
- Specified by:
type
in interfaceHistoricTaskLogEntryQuery
-
userId
- Specified by:
userId
in interfaceHistoricTaskLogEntryQuery
-
processInstanceId
- Specified by:
processInstanceId
in interfaceHistoricTaskLogEntryQuery
-
processDefinitionId
- Specified by:
processDefinitionId
in interfaceHistoricTaskLogEntryQuery
-
scopeId
- Specified by:
scopeId
in interfaceHistoricTaskLogEntryQuery
-
scopeDefinitionId
- Specified by:
scopeDefinitionId
in interfaceHistoricTaskLogEntryQuery
-
caseInstanceId
- Specified by:
caseInstanceId
in interfaceHistoricTaskLogEntryQuery
-
caseDefinitionId
- Specified by:
caseDefinitionId
in interfaceHistoricTaskLogEntryQuery
-
subScopeId
- Specified by:
subScopeId
in interfaceHistoricTaskLogEntryQuery
-
scopeType
- Specified by:
scopeType
in interfaceHistoricTaskLogEntryQuery
-
from
- Specified by:
from
in interfaceHistoricTaskLogEntryQuery
-
to
- Specified by:
to
in interfaceHistoricTaskLogEntryQuery
-
tenantId
- Specified by:
tenantId
in interfaceHistoricTaskLogEntryQuery
-
fromLogNumber
- Specified by:
fromLogNumber
in interfaceHistoricTaskLogEntryQuery
-
toLogNumber
- Specified by:
toLogNumber
in interfaceHistoricTaskLogEntryQuery
-
getTaskId
-
getType
-
getUserId
-
getProcessInstanceId
-
getProcessDefinitionId
-
getScopeId
-
getScopeDefinitionId
-
getSubScopeId
-
getScopeType
-
getFromDate
-
getToDate
-
getTenantId
-
getFromLogNumber
public long getFromLogNumber() -
getToLogNumber
public long getToLogNumber() -
executeCount
- Specified by:
executeCount
in classAbstractQuery<HistoricTaskLogEntryQuery,
HistoricTaskLogEntry>
-
executeList
Description copied from class:AbstractQuery
Executes the actual query to retrieve the list of results.- Specified by:
executeList
in classAbstractQuery<HistoricTaskLogEntryQuery,
HistoricTaskLogEntry>
-
orderByLogNumber
- Specified by:
orderByLogNumber
in interfaceHistoricTaskLogEntryQuery
-
orderByTimeStamp
- Specified by:
orderByTimeStamp
in interfaceHistoricTaskLogEntryQuery
-