Class HistoricMilestoneInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<HistoricMilestoneInstanceQuery,HistoricMilestoneInstance>
org.flowable.cmmn.engine.impl.history.HistoricMilestoneInstanceQueryImpl
- All Implemented Interfaces:
Serializable
,HistoricMilestoneInstanceQuery
,CacheAwareQuery<HistoricMilestoneInstanceEntity>
,Query<HistoricMilestoneInstanceQuery,
,HistoricMilestoneInstance> Command<Object>
public class HistoricMilestoneInstanceQueryImpl
extends AbstractQuery<HistoricMilestoneInstanceQuery,HistoricMilestoneInstance>
implements HistoricMilestoneInstanceQuery, CacheAwareQuery<HistoricMilestoneInstanceEntity>
- Author:
- Joram Barrez
- 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 String
protected String
protected String
protected String
protected Date
protected Date
protected String
protected String
protected boolean
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) Executes the actual query to retrieve the list of results.getId()
getName()
boolean
milestoneInstanceCaseDefinitionId
(String caseDefinitionId) milestoneInstanceCaseInstanceId
(String caseInstanceId) milestoneInstanceName
(String name) milestoneInstanceReachedAfter
(Date reachedAfter) milestoneInstanceReachedBefore
(Date reachedBefore) milestoneInstanceTenantId
(String tenantId) milestoneInstanceTenantIdLike
(String tenantIdLike) 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
-
Field Details
-
id
-
name
-
caseInstanceId
-
caseDefinitionId
-
reachedBefore
-
reachedAfter
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
HistoricMilestoneInstanceQueryImpl
public HistoricMilestoneInstanceQueryImpl() -
HistoricMilestoneInstanceQueryImpl
-
-
Method Details
-
milestoneInstanceId
- Specified by:
milestoneInstanceId
in interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceName
- Specified by:
milestoneInstanceName
in interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceCaseInstanceId
- Specified by:
milestoneInstanceCaseInstanceId
in interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceCaseDefinitionId
- Specified by:
milestoneInstanceCaseDefinitionId
in interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceReachedBefore
- Specified by:
milestoneInstanceReachedBefore
in interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceReachedAfter
- Specified by:
milestoneInstanceReachedAfter
in interfaceHistoricMilestoneInstanceQuery
-
orderByMilestoneName
- Specified by:
orderByMilestoneName
in interfaceHistoricMilestoneInstanceQuery
-
orderByTimeStamp
- Specified by:
orderByTimeStamp
in interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceTenantId
- Specified by:
milestoneInstanceTenantId
in interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceTenantIdLike
- Specified by:
milestoneInstanceTenantIdLike
in interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceWithoutTenantId
- Specified by:
milestoneInstanceWithoutTenantId
in interfaceHistoricMilestoneInstanceQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<HistoricMilestoneInstanceQuery,
HistoricMilestoneInstance>
-
executeList
Description copied from class:AbstractQuery
Executes the actual query to retrieve the list of results.- Specified by:
executeList
in classAbstractQuery<HistoricMilestoneInstanceQuery,
HistoricMilestoneInstance>
-
getId
- Specified by:
getId
in interfaceCacheAwareQuery<HistoricMilestoneInstanceEntity>
-
getName
-
getCaseInstanceId
-
getCaseDefinitionId
-
getReachedBefore
-
getReachedAfter
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-