public class MilestoneInstanceQueryImpl extends AbstractQuery<MilestoneInstanceQuery,MilestoneInstance> implements MilestoneInstanceQuery
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
caseDefinitionId |
protected String |
caseInstanceId |
protected String |
name |
protected Date |
reachedAfter |
protected Date |
reachedBefore |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
MilestoneInstanceQueryImpl() |
MilestoneInstanceQueryImpl(CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String name
protected String caseInstanceId
protected String caseDefinitionId
protected Date reachedBefore
protected Date reachedAfter
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
public MilestoneInstanceQueryImpl()
public MilestoneInstanceQueryImpl(CommandExecutor commandExecutor)
public MilestoneInstanceQuery milestoneInstanceName(String name)
milestoneInstanceName in interface MilestoneInstanceQuerypublic MilestoneInstanceQuery milestoneInstanceCaseInstanceId(String caseInstanceId)
milestoneInstanceCaseInstanceId in interface MilestoneInstanceQuerypublic MilestoneInstanceQuery milestoneInstanceCaseDefinitionId(String caseDefinitionId)
milestoneInstanceCaseDefinitionId in interface MilestoneInstanceQuerypublic MilestoneInstanceQuery milestoneInstanceReachedBefore(Date reachedBefore)
milestoneInstanceReachedBefore in interface MilestoneInstanceQuerypublic MilestoneInstanceQuery milestoneInstanceReachedAfter(Date reachedAfter)
milestoneInstanceReachedAfter in interface MilestoneInstanceQuerypublic MilestoneInstanceQuery milestoneInstanceTenantId(String tenantId)
milestoneInstanceTenantId in interface MilestoneInstanceQuerypublic MilestoneInstanceQuery milestoneInstanceTenantIdLike(String tenantIdLike)
milestoneInstanceTenantIdLike in interface MilestoneInstanceQuerypublic MilestoneInstanceQuery milestoneInstanceWithoutTenantId()
milestoneInstanceWithoutTenantId in interface MilestoneInstanceQuerypublic MilestoneInstanceQuery orderByMilestoneName()
orderByMilestoneName in interface MilestoneInstanceQuerypublic MilestoneInstanceQuery orderByTimeStamp()
orderByTimeStamp in interface MilestoneInstanceQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<MilestoneInstanceQuery,MilestoneInstance>public List<MilestoneInstance> executeList(CommandContext commandContext)
executeList in class AbstractQuery<MilestoneInstanceQuery,MilestoneInstance>public String getName()
public String getCaseInstanceId()
public String getCaseDefinitionId()
public Date getReachedBefore()
public Date getReachedAfter()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
Copyright © 2019 Flowable. All rights reserved.