Class MilestoneInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<MilestoneInstanceQuery,MilestoneInstance>
org.flowable.cmmn.engine.impl.runtime.MilestoneInstanceQueryImpl
- All Implemented Interfaces:
Serializable
,MilestoneInstanceQuery
,CacheAwareQuery<MilestoneInstanceEntity>
,Query<MilestoneInstanceQuery,
,MilestoneInstance> Command<Object>
public class MilestoneInstanceQueryImpl
extends AbstractQuery<MilestoneInstanceQuery,MilestoneInstance>
implements MilestoneInstanceQuery, CacheAwareQuery<MilestoneInstanceEntity>
- 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) milestoneInstanceId
(String milestoneInstanceId) 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
-
milestoneInstanceId
-
name
-
caseInstanceId
-
caseDefinitionId
-
reachedBefore
-
reachedAfter
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
MilestoneInstanceQueryImpl
public MilestoneInstanceQueryImpl() -
MilestoneInstanceQueryImpl
-
-
Method Details
-
milestoneInstanceId
- Specified by:
milestoneInstanceId
in interfaceMilestoneInstanceQuery
-
milestoneInstanceName
- Specified by:
milestoneInstanceName
in interfaceMilestoneInstanceQuery
-
milestoneInstanceCaseInstanceId
- Specified by:
milestoneInstanceCaseInstanceId
in interfaceMilestoneInstanceQuery
-
milestoneInstanceCaseDefinitionId
- Specified by:
milestoneInstanceCaseDefinitionId
in interfaceMilestoneInstanceQuery
-
milestoneInstanceReachedBefore
- Specified by:
milestoneInstanceReachedBefore
in interfaceMilestoneInstanceQuery
-
milestoneInstanceReachedAfter
- Specified by:
milestoneInstanceReachedAfter
in interfaceMilestoneInstanceQuery
-
milestoneInstanceTenantId
- Specified by:
milestoneInstanceTenantId
in interfaceMilestoneInstanceQuery
-
milestoneInstanceTenantIdLike
- Specified by:
milestoneInstanceTenantIdLike
in interfaceMilestoneInstanceQuery
-
milestoneInstanceWithoutTenantId
- Specified by:
milestoneInstanceWithoutTenantId
in interfaceMilestoneInstanceQuery
-
orderByMilestoneName
- Specified by:
orderByMilestoneName
in interfaceMilestoneInstanceQuery
-
orderByTimeStamp
- Specified by:
orderByTimeStamp
in interfaceMilestoneInstanceQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<MilestoneInstanceQuery,
MilestoneInstance>
-
executeList
Description copied from class:AbstractQuery
Executes the actual query to retrieve the list of results.- Specified by:
executeList
in classAbstractQuery<MilestoneInstanceQuery,
MilestoneInstance>
-
getMilestoneInstanceId
-
getId
- Specified by:
getId
in interfaceCacheAwareQuery<MilestoneInstanceEntity>
-
getName
-
getCaseInstanceId
-
getCaseDefinitionId
-
getReachedBefore
-
getReachedAfter
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-