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:
- 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 StringmilestoneInstanceIdprotected 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 MilestoneInstanceQueryImpl()MilestoneInstanceQueryImpl(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
-
milestoneInstanceId
protected String milestoneInstanceId
-
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
-
MilestoneInstanceQueryImpl
public MilestoneInstanceQueryImpl()
-
MilestoneInstanceQueryImpl
public MilestoneInstanceQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
milestoneInstanceId
public MilestoneInstanceQuery milestoneInstanceId(String milestoneInstanceId)
- Specified by:
milestoneInstanceIdin interfaceMilestoneInstanceQuery
-
milestoneInstanceName
public MilestoneInstanceQuery milestoneInstanceName(String name)
- Specified by:
milestoneInstanceNamein interfaceMilestoneInstanceQuery
-
milestoneInstanceCaseInstanceId
public MilestoneInstanceQuery milestoneInstanceCaseInstanceId(String caseInstanceId)
- Specified by:
milestoneInstanceCaseInstanceIdin interfaceMilestoneInstanceQuery
-
milestoneInstanceCaseDefinitionId
public MilestoneInstanceQuery milestoneInstanceCaseDefinitionId(String caseDefinitionId)
- Specified by:
milestoneInstanceCaseDefinitionIdin interfaceMilestoneInstanceQuery
-
milestoneInstanceReachedBefore
public MilestoneInstanceQuery milestoneInstanceReachedBefore(Date reachedBefore)
- Specified by:
milestoneInstanceReachedBeforein interfaceMilestoneInstanceQuery
-
milestoneInstanceReachedAfter
public MilestoneInstanceQuery milestoneInstanceReachedAfter(Date reachedAfter)
- Specified by:
milestoneInstanceReachedAfterin interfaceMilestoneInstanceQuery
-
milestoneInstanceTenantId
public MilestoneInstanceQuery milestoneInstanceTenantId(String tenantId)
- Specified by:
milestoneInstanceTenantIdin interfaceMilestoneInstanceQuery
-
milestoneInstanceTenantIdLike
public MilestoneInstanceQuery milestoneInstanceTenantIdLike(String tenantIdLike)
- Specified by:
milestoneInstanceTenantIdLikein interfaceMilestoneInstanceQuery
-
milestoneInstanceWithoutTenantId
public MilestoneInstanceQuery milestoneInstanceWithoutTenantId()
- Specified by:
milestoneInstanceWithoutTenantIdin interfaceMilestoneInstanceQuery
-
orderByMilestoneName
public MilestoneInstanceQuery orderByMilestoneName()
- Specified by:
orderByMilestoneNamein interfaceMilestoneInstanceQuery
-
orderByTimeStamp
public MilestoneInstanceQuery orderByTimeStamp()
- Specified by:
orderByTimeStampin interfaceMilestoneInstanceQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<MilestoneInstanceQuery,MilestoneInstance>
-
executeList
public List<MilestoneInstance> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<MilestoneInstanceQuery,MilestoneInstance>
-
getMilestoneInstanceId
public String getMilestoneInstanceId()
-
getId
public String getId()
- Specified by:
getIdin interfaceCacheAwareQuery<MilestoneInstanceEntity>
-
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()
-
-