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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected Stringprotected Stringprotected booleanFields 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, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) Executes the actual query to retrieve the list of results.getId()getName()booleanmilestoneInstanceCaseDefinitionId(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, getSafeList, 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, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
milestoneInstanceIdin interfaceMilestoneInstanceQuery
-
milestoneInstanceName
- Specified by:
milestoneInstanceNamein interfaceMilestoneInstanceQuery
-
milestoneInstanceCaseInstanceId
- Specified by:
milestoneInstanceCaseInstanceIdin interfaceMilestoneInstanceQuery
-
milestoneInstanceCaseDefinitionId
- Specified by:
milestoneInstanceCaseDefinitionIdin interfaceMilestoneInstanceQuery
-
milestoneInstanceReachedBefore
- Specified by:
milestoneInstanceReachedBeforein interfaceMilestoneInstanceQuery
-
milestoneInstanceReachedAfter
- Specified by:
milestoneInstanceReachedAfterin interfaceMilestoneInstanceQuery
-
milestoneInstanceTenantId
- Specified by:
milestoneInstanceTenantIdin interfaceMilestoneInstanceQuery
-
milestoneInstanceTenantIdLike
- Specified by:
milestoneInstanceTenantIdLikein interfaceMilestoneInstanceQuery
-
milestoneInstanceWithoutTenantId
- Specified by:
milestoneInstanceWithoutTenantIdin interfaceMilestoneInstanceQuery
-
orderByMilestoneName
- Specified by:
orderByMilestoneNamein interfaceMilestoneInstanceQuery
-
orderByTimeStamp
- Specified by:
orderByTimeStampin interfaceMilestoneInstanceQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<MilestoneInstanceQuery,MilestoneInstance>
-
executeList
Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractQuery<MilestoneInstanceQuery,MilestoneInstance>
-
getMilestoneInstanceId
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<MilestoneInstanceEntity>
-
getName
-
getCaseInstanceId
-
getCaseDefinitionId
-
getReachedBefore
-
getReachedAfter
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-