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.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) 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
-
id
-
name
-
caseInstanceId
-
caseDefinitionId
-
reachedBefore
-
reachedAfter
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
HistoricMilestoneInstanceQueryImpl
public HistoricMilestoneInstanceQueryImpl() -
HistoricMilestoneInstanceQueryImpl
-
-
Method Details
-
milestoneInstanceId
- Specified by:
milestoneInstanceIdin interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceName
- Specified by:
milestoneInstanceNamein interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceCaseInstanceId
- Specified by:
milestoneInstanceCaseInstanceIdin interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceCaseDefinitionId
- Specified by:
milestoneInstanceCaseDefinitionIdin interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceReachedBefore
- Specified by:
milestoneInstanceReachedBeforein interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceReachedAfter
- Specified by:
milestoneInstanceReachedAfterin interfaceHistoricMilestoneInstanceQuery
-
orderByMilestoneName
- Specified by:
orderByMilestoneNamein interfaceHistoricMilestoneInstanceQuery
-
orderByTimeStamp
- Specified by:
orderByTimeStampin interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceTenantId
- Specified by:
milestoneInstanceTenantIdin interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceTenantIdLike
- Specified by:
milestoneInstanceTenantIdLikein interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceWithoutTenantId
- Specified by:
milestoneInstanceWithoutTenantIdin interfaceHistoricMilestoneInstanceQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<HistoricMilestoneInstanceQuery,HistoricMilestoneInstance>
-
executeList
Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractQuery<HistoricMilestoneInstanceQuery,HistoricMilestoneInstance>
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<HistoricMilestoneInstanceEntity>
-
getName
-
getCaseInstanceId
-
getCaseDefinitionId
-
getReachedBefore
-
getReachedAfter
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-