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:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description protected StringcaseDefinitionIdprotected StringcaseInstanceIdprotected Stringidprotected Stringnameprotected DatereachedAfterprotected DatereachedBeforeprotected StringtenantIdprotected StringtenantIdLikeprotected booleanwithoutTenantId-
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 Constructor Description HistoricMilestoneInstanceQueryImpl()HistoricMilestoneInstanceQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
-
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 Detail
-
id
protected String id
-
name
protected String name
-
caseInstanceId
protected String caseInstanceId
-
caseDefinitionId
protected String caseDefinitionId
-
reachedBefore
protected Date reachedBefore
-
reachedAfter
protected Date reachedAfter
-
tenantId
protected String tenantId
-
tenantIdLike
protected String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Detail
-
HistoricMilestoneInstanceQueryImpl
public HistoricMilestoneInstanceQueryImpl()
-
HistoricMilestoneInstanceQueryImpl
public HistoricMilestoneInstanceQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
milestoneInstanceId
public HistoricMilestoneInstanceQuery milestoneInstanceId(String id)
- Specified by:
milestoneInstanceIdin interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceName
public HistoricMilestoneInstanceQuery milestoneInstanceName(String name)
- Specified by:
milestoneInstanceNamein interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceCaseInstanceId
public HistoricMilestoneInstanceQuery milestoneInstanceCaseInstanceId(String caseInstanceId)
- Specified by:
milestoneInstanceCaseInstanceIdin interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceCaseDefinitionId
public HistoricMilestoneInstanceQuery milestoneInstanceCaseDefinitionId(String caseDefinitionId)
- Specified by:
milestoneInstanceCaseDefinitionIdin interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceReachedBefore
public HistoricMilestoneInstanceQuery milestoneInstanceReachedBefore(Date reachedBefore)
- Specified by:
milestoneInstanceReachedBeforein interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceReachedAfter
public HistoricMilestoneInstanceQuery milestoneInstanceReachedAfter(Date reachedAfter)
- Specified by:
milestoneInstanceReachedAfterin interfaceHistoricMilestoneInstanceQuery
-
orderByMilestoneName
public HistoricMilestoneInstanceQuery orderByMilestoneName()
- Specified by:
orderByMilestoneNamein interfaceHistoricMilestoneInstanceQuery
-
orderByTimeStamp
public HistoricMilestoneInstanceQuery orderByTimeStamp()
- Specified by:
orderByTimeStampin interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceTenantId
public HistoricMilestoneInstanceQuery milestoneInstanceTenantId(String tenantId)
- Specified by:
milestoneInstanceTenantIdin interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceTenantIdLike
public HistoricMilestoneInstanceQuery milestoneInstanceTenantIdLike(String tenantIdLike)
- Specified by:
milestoneInstanceTenantIdLikein interfaceHistoricMilestoneInstanceQuery
-
milestoneInstanceWithoutTenantId
public HistoricMilestoneInstanceQuery milestoneInstanceWithoutTenantId()
- Specified by:
milestoneInstanceWithoutTenantIdin interfaceHistoricMilestoneInstanceQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<HistoricMilestoneInstanceQuery,HistoricMilestoneInstance>
-
executeList
public List<HistoricMilestoneInstance> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<HistoricMilestoneInstanceQuery,HistoricMilestoneInstance>
-
getId
public String getId()
- Specified by:
getIdin interfaceCacheAwareQuery<HistoricMilestoneInstanceEntity>
-
getName
public String getName()
-
getCaseInstanceId
public String getCaseInstanceId()
-
getCaseDefinitionId
public String getCaseDefinitionId()
-
getReachedBefore
public Date getReachedBefore()
-
getReachedAfter
public Date getReachedAfter()
-
getTenantId
public String getTenantId()
-
getTenantIdLike
public String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
-