Package org.camunda.bpm.engine.impl
Class HistoricCaseInstanceQueryImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.db.ListQueryParameterObject
- 
- org.camunda.bpm.engine.impl.AbstractQuery<T,U>
- 
- org.camunda.bpm.engine.impl.AbstractVariableQueryImpl<HistoricCaseInstanceQuery,HistoricCaseInstance>
- 
- org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- HistoricCaseInstanceQuery,- Command<java.lang.Object>,- Query<HistoricCaseInstanceQuery,HistoricCaseInstance>
 
 public class HistoricCaseInstanceQueryImpl extends AbstractVariableQueryImpl<HistoricCaseInstanceQuery,HistoricCaseInstance> implements HistoricCaseInstanceQuery - Author:
- Sebastian Menski
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.AbstractQueryAbstractQuery.ResultType
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringbusinessKeyprotected java.lang.StringbusinessKeyLikeprotected java.lang.String[]caseActivityIdsprotected java.lang.StringcaseDefinitionIdprotected java.lang.StringcaseDefinitionKeyprotected java.lang.StringcaseDefinitionNameprotected java.lang.StringcaseDefinitionNameLikeprotected java.lang.StringcaseInstanceIdprotected java.util.Set<java.lang.String>caseInstanceIdsprotected java.util.List<java.lang.String>caseKeyNotInprotected java.util.DateclosedAfterprotected java.util.DateclosedBeforeprotected java.util.DatecreatedAfterprotected java.util.DatecreatedBeforeprotected java.lang.StringcreatedByprotected booleanisTenantIdSetprotected java.lang.BooleannotClosedprotected java.lang.Integerstateprotected java.lang.StringsubCaseInstanceIdprotected java.lang.StringsubProcessInstanceIdprotected java.lang.StringsuperCaseInstanceIdprotected java.lang.StringsuperProcessInstanceIdprotected java.lang.String[]tenantIds- 
Fields inherited from class org.camunda.bpm.engine.impl.AbstractVariableQueryImplqueryVariableValues, variableNamesIgnoreCase, variableValuesIgnoreCase
 - 
Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuerycommandExecutor, expressions, maxResultsLimitEnabled, resultType, SORTORDER_ASC, SORTORDER_DESC, validators
 - 
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObjectauthCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
 
- 
 - 
Constructor SummaryConstructors Constructor Description HistoricCaseInstanceQueryImpl()HistoricCaseInstanceQueryImpl(CommandExecutor commandExecutor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricCaseInstanceQueryactive()Only select historic case instances which are activeHistoricCaseInstanceQuerycaseActivityIdIn(java.lang.String... caseActivityIds)Only selects historic case instances with historic case activity instances in at least one of the given case activity ids.HistoricCaseInstanceQueryImplcaseDefinitionId(java.lang.String caseDefinitionId)Only select historic case instances for the given case definitionHistoricCaseInstanceQuerycaseDefinitionKey(java.lang.String caseDefinitionKey)Only select historic case instances that are defined by a case definition with the given key.HistoricCaseInstanceQuerycaseDefinitionKeyNotIn(java.util.List<java.lang.String> caseDefinitionKeys)Only select historic case instances that don't have a case definition of which the key is present in the given listHistoricCaseInstanceQuerycaseDefinitionName(java.lang.String caseDefinitionName)Only select historic case instances that are defined by a case definition with the given name.HistoricCaseInstanceQuerycaseDefinitionNameLike(java.lang.String nameLike)Only select historic case instances that are defined by case definition which name is like the given value.HistoricCaseInstanceQuerycaseInstanceBusinessKey(java.lang.String businessKey)Only select historic case instances with the given business keyHistoricCaseInstanceQuerycaseInstanceBusinessKeyLike(java.lang.String businessKeyLike)Only select historic case instances which had a business key like the given value.HistoricCaseInstanceQueryImplcaseInstanceId(java.lang.String caseInstanceId)Only select historic case instances with the given case instance id.HistoricCaseInstanceQuerycaseInstanceIds(java.util.Set<java.lang.String> caseInstanceIds)Only select historic case instances whose id is in the given set of ids.HistoricCaseInstanceQueryclosed()Only select historic case instances which are closedHistoricCaseInstanceQueryclosedAfter(java.util.Date date)Only select historic case instances that were closed after the given date.HistoricCaseInstanceQueryclosedBefore(java.util.Date date)Only select historic case instances that were closed before the given date.HistoricCaseInstanceQuerycompleted()Only select historic case instances which are completedHistoricCaseInstanceQuerycreatedAfter(java.util.Date date)Only select historic case instances that were created after the given date.HistoricCaseInstanceQuerycreatedBefore(java.util.Date date)Only select historic case instances that were created before the given date.HistoricCaseInstanceQuerycreatedBy(java.lang.String userId)Only select historic case instance that are created by the given user.longexecuteCount(CommandContext commandContext)java.util.List<HistoricCaseInstance>executeList(CommandContext commandContext, Page page)Executes the actual query to retrieve the list of results.HistoricCaseInstanceQueryfailed()java.lang.StringgetBusinessKey()java.lang.StringgetBusinessKeyLike()java.lang.StringgetCaseDefinitionId()java.lang.StringgetCaseDefinitionIdLike()java.lang.StringgetCaseDefinitionKey()java.lang.StringgetCaseDefinitionName()java.lang.StringgetCaseDefinitionNameLike()java.lang.StringgetCaseInstanceId()java.util.Set<java.lang.String>getCaseInstanceIds()java.util.List<java.lang.String>getCaseKeyNotIn()java.util.DategetClosedAfter()java.util.DategetClosedBefore()java.util.DategetCreatedAfter()java.util.DategetCreatedBefore()java.lang.StringgetStartedBy()java.lang.StringgetSubCaseInstanceId()java.lang.StringgetSubProcessInstanceId()java.lang.StringgetSuperCaseInstanceId()java.lang.StringgetSuperProcessInstanceId()protected booleanhasExcludingConditions()Whether or not the query has excluding conditions.HistoricCaseInstanceQuerynotClosed()Only select historic case instance that are not yet closed.HistoricCaseInstanceQueryorderByCaseDefinitionId()Order by the case definition id (needs to be followed byQuery.asc()orQuery.desc()).HistoricCaseInstanceQueryorderByCaseInstanceBusinessKey()Order by the business key (needs to be followed byQuery.asc()orQuery.desc()).HistoricCaseInstanceQueryorderByCaseInstanceCloseTime()Order by the close time (needs to be followed byQuery.asc()orQuery.desc()).HistoricCaseInstanceQueryorderByCaseInstanceCreateTime()Order by the create time (needs to be followed byQuery.asc()orQuery.desc()).HistoricCaseInstanceQueryorderByCaseInstanceDuration()Order by the duration of the case instance (needs to be followed byQuery.asc()orQuery.desc()).HistoricCaseInstanceQueryorderByCaseInstanceId()Order by the case instance id (needs to be followed byQuery.asc()orQuery.desc()).HistoricCaseInstanceQueryorderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).voidsetSuperCaseInstanceId(java.lang.String superCaseInstanceId)HistoricCaseInstanceQuerysubCaseInstanceId(java.lang.String subCaseInstanceId)Only select historic case instances having a sub case instance with the given case instance id.HistoricCaseInstanceQuerysubProcessInstanceId(java.lang.String subProcessInstanceId)Only select historic case instances having a sub process instance with the given process instance id.HistoricCaseInstanceQuerysuperCaseInstanceId(java.lang.String superCaseInstanceId)Only select historic case instances started by the given case instance.HistoricCaseInstanceQuerysuperProcessInstanceId(java.lang.String superProcessInstanceId)Only select historic case instances started by the given process instance.HistoricCaseInstanceQuerysuspended()HistoricCaseInstanceQuerytenantIdIn(java.lang.String... tenantIds)Only select historic case instances with one of the given tenant ids.HistoricCaseInstanceQueryterminated()Only select historic case instances which are terminatedHistoricCaseInstanceQuerywithoutTenantId()Only selects historic case instances which have no tenant id.- 
Methods inherited from class org.camunda.bpm.engine.impl.AbstractVariableQueryImpladdVariable, createQueryVariableValue, ensureVariablesInitialized, getQueryVariableValues, isVariableNamesIgnoreCase, isVariableValuesIgnoreCase, matchVariableNamesIgnoreCase, matchVariableValuesIgnoreCase, validateVariable, variableValueEquals, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThanOrEqual, variableValueLike, variableValueNotEquals, variableValueNotLike
 - 
Methods inherited from class org.camunda.bpm.engine.impl.AbstractQueryaddExpression, addValidator, asc, checkMaxResultsLimit, checkQueryOk, count, desc, direction, disableMaxResultsLimit, enableMaxResultsLimit, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteDeploymentIdMappingsList, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeDeploymentIdMappingsList, executeIdsList, executeResult, executeSingleResult, extend, getExpressions, getMethod, list, listDeploymentIdMappings, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, unlimitedList, validate, validate
 - 
Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObjectgetAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 - 
Methods inherited from interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuerymatchVariableNamesIgnoreCase, matchVariableValuesIgnoreCase, variableValueEquals, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThanOrEqual, variableValueLike, variableValueNotEquals, variableValueNotLike
 - 
Methods inherited from interface org.camunda.bpm.engine.query.Queryasc, count, desc, list, listPage, singleResult, unlimitedList
 
- 
 
- 
- 
- 
Field Detail- 
caseInstanceIdprotected java.lang.String caseInstanceId 
 - 
caseInstanceIdsprotected java.util.Set<java.lang.String> caseInstanceIds 
 - 
caseDefinitionIdprotected java.lang.String caseDefinitionId 
 - 
caseDefinitionNameprotected java.lang.String caseDefinitionName 
 - 
caseDefinitionNameLikeprotected java.lang.String caseDefinitionNameLike 
 - 
businessKeyprotected java.lang.String businessKey 
 - 
businessKeyLikeprotected java.lang.String businessKeyLike 
 - 
stateprotected java.lang.Integer state 
 - 
notClosedprotected java.lang.Boolean notClosed 
 - 
createdByprotected java.lang.String createdBy 
 - 
superCaseInstanceIdprotected java.lang.String superCaseInstanceId 
 - 
subCaseInstanceIdprotected java.lang.String subCaseInstanceId 
 - 
superProcessInstanceIdprotected java.lang.String superProcessInstanceId 
 - 
subProcessInstanceIdprotected java.lang.String subProcessInstanceId 
 - 
caseKeyNotInprotected java.util.List<java.lang.String> caseKeyNotIn 
 - 
createdBeforeprotected java.util.Date createdBefore 
 - 
createdAfterprotected java.util.Date createdAfter 
 - 
closedBeforeprotected java.util.Date closedBefore 
 - 
closedAfterprotected java.util.Date closedAfter 
 - 
caseDefinitionKeyprotected java.lang.String caseDefinitionKey 
 - 
caseActivityIdsprotected java.lang.String[] caseActivityIds 
 - 
isTenantIdSetprotected boolean isTenantIdSet 
 - 
tenantIdsprotected java.lang.String[] tenantIds 
 
- 
 - 
Constructor Detail- 
HistoricCaseInstanceQueryImplpublic HistoricCaseInstanceQueryImpl() 
 - 
HistoricCaseInstanceQueryImplpublic HistoricCaseInstanceQueryImpl(CommandExecutor commandExecutor) 
 
- 
 - 
Method Detail- 
caseInstanceIdpublic HistoricCaseInstanceQueryImpl caseInstanceId(java.lang.String caseInstanceId) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances with the given case instance id.- Specified by:
- caseInstanceIdin interface- HistoricCaseInstanceQuery
 
 - 
caseInstanceIdspublic HistoricCaseInstanceQuery caseInstanceIds(java.util.Set<java.lang.String> caseInstanceIds) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances whose id is in the given set of ids.- Specified by:
- caseInstanceIdsin interface- HistoricCaseInstanceQuery
 
 - 
caseDefinitionIdpublic HistoricCaseInstanceQueryImpl caseDefinitionId(java.lang.String caseDefinitionId) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances for the given case definition- Specified by:
- caseDefinitionIdin interface- HistoricCaseInstanceQuery
 
 - 
caseDefinitionKeypublic HistoricCaseInstanceQuery caseDefinitionKey(java.lang.String caseDefinitionKey) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances that are defined by a case definition with the given key.- Specified by:
- caseDefinitionKeyin interface- HistoricCaseInstanceQuery
 
 - 
caseDefinitionNamepublic HistoricCaseInstanceQuery caseDefinitionName(java.lang.String caseDefinitionName) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances that are defined by a case definition with the given name.- Specified by:
- caseDefinitionNamein interface- HistoricCaseInstanceQuery
 
 - 
caseDefinitionNameLikepublic HistoricCaseInstanceQuery caseDefinitionNameLike(java.lang.String nameLike) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances that are defined by case definition which name is like the given value.- Specified by:
- caseDefinitionNameLikein interface- HistoricCaseInstanceQuery
- Parameters:
- nameLike- The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
 
 - 
caseInstanceBusinessKeypublic HistoricCaseInstanceQuery caseInstanceBusinessKey(java.lang.String businessKey) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances with the given business key- Specified by:
- caseInstanceBusinessKeyin interface- HistoricCaseInstanceQuery
 
 - 
caseInstanceBusinessKeyLikepublic HistoricCaseInstanceQuery caseInstanceBusinessKeyLike(java.lang.String businessKeyLike) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances which had a business key like the given value.- Specified by:
- caseInstanceBusinessKeyLikein interface- HistoricCaseInstanceQuery
- Parameters:
- businessKeyLike- The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
 
 - 
createdBypublic HistoricCaseInstanceQuery createdBy(java.lang.String userId) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instance that are created by the given user.- Specified by:
- createdByin interface- HistoricCaseInstanceQuery
 
 - 
caseDefinitionKeyNotInpublic HistoricCaseInstanceQuery caseDefinitionKeyNotIn(java.util.List<java.lang.String> caseDefinitionKeys) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances that don't have a case definition of which the key is present in the given list- Specified by:
- caseDefinitionKeyNotInin interface- HistoricCaseInstanceQuery
 
 - 
caseActivityIdInpublic HistoricCaseInstanceQuery caseActivityIdIn(java.lang.String... caseActivityIds) Description copied from interface:HistoricCaseInstanceQueryOnly selects historic case instances with historic case activity instances in at least one of the given case activity ids. - Specified by:
- caseActivityIdInin interface- HistoricCaseInstanceQuery
 
 - 
createdAfterpublic HistoricCaseInstanceQuery createdAfter(java.util.Date date) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances that were created after the given date.- Specified by:
- createdAfterin interface- HistoricCaseInstanceQuery
 
 - 
createdBeforepublic HistoricCaseInstanceQuery createdBefore(java.util.Date date) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances that were created before the given date.- Specified by:
- createdBeforein interface- HistoricCaseInstanceQuery
 
 - 
closedAfterpublic HistoricCaseInstanceQuery closedAfter(java.util.Date date) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances that were closed after the given date.- Specified by:
- closedAfterin interface- HistoricCaseInstanceQuery
 
 - 
closedBeforepublic HistoricCaseInstanceQuery closedBefore(java.util.Date date) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances that were closed before the given date.- Specified by:
- closedBeforein interface- HistoricCaseInstanceQuery
 
 - 
superCaseInstanceIdpublic HistoricCaseInstanceQuery superCaseInstanceId(java.lang.String superCaseInstanceId) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances started by the given case instance.- Specified by:
- superCaseInstanceIdin interface- HistoricCaseInstanceQuery
 
 - 
subCaseInstanceIdpublic HistoricCaseInstanceQuery subCaseInstanceId(java.lang.String subCaseInstanceId) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances having a sub case instance with the given case instance id. Note that there will always be maximum only one such case instance that can be the result of this query.- Specified by:
- subCaseInstanceIdin interface- HistoricCaseInstanceQuery
 
 - 
superProcessInstanceIdpublic HistoricCaseInstanceQuery superProcessInstanceId(java.lang.String superProcessInstanceId) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances started by the given process instance.- Specified by:
- superProcessInstanceIdin interface- HistoricCaseInstanceQuery
 
 - 
subProcessInstanceIdpublic HistoricCaseInstanceQuery subProcessInstanceId(java.lang.String subProcessInstanceId) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances having a sub process instance with the given process instance id. Note that there will always be maximum only one such case instance that can be the result of this query.- Specified by:
- subProcessInstanceIdin interface- HistoricCaseInstanceQuery
 
 - 
tenantIdInpublic HistoricCaseInstanceQuery tenantIdIn(java.lang.String... tenantIds) Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances with one of the given tenant ids.- Specified by:
- tenantIdInin interface- HistoricCaseInstanceQuery
 
 - 
withoutTenantIdpublic HistoricCaseInstanceQuery withoutTenantId() Description copied from interface:HistoricCaseInstanceQueryOnly selects historic case instances which have no tenant id.- Specified by:
- withoutTenantIdin interface- HistoricCaseInstanceQuery
 
 - 
activepublic HistoricCaseInstanceQuery active() Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances which are active- Specified by:
- activein interface- HistoricCaseInstanceQuery
 
 - 
completedpublic HistoricCaseInstanceQuery completed() Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances which are completed- Specified by:
- completedin interface- HistoricCaseInstanceQuery
 
 - 
terminatedpublic HistoricCaseInstanceQuery terminated() Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances which are terminated- Specified by:
- terminatedin interface- HistoricCaseInstanceQuery
 
 - 
failedpublic HistoricCaseInstanceQuery failed() 
 - 
suspendedpublic HistoricCaseInstanceQuery suspended() 
 - 
closedpublic HistoricCaseInstanceQuery closed() Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instances which are closed- Specified by:
- closedin interface- HistoricCaseInstanceQuery
 
 - 
notClosedpublic HistoricCaseInstanceQuery notClosed() Description copied from interface:HistoricCaseInstanceQueryOnly select historic case instance that are not yet closed.- Specified by:
- notClosedin interface- HistoricCaseInstanceQuery
 
 - 
orderByCaseInstanceBusinessKeypublic HistoricCaseInstanceQuery orderByCaseInstanceBusinessKey() Description copied from interface:HistoricCaseInstanceQueryOrder by the business key (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByCaseInstanceBusinessKeyin interface- HistoricCaseInstanceQuery
 
 - 
orderByCaseInstanceDurationpublic HistoricCaseInstanceQuery orderByCaseInstanceDuration() Description copied from interface:HistoricCaseInstanceQueryOrder by the duration of the case instance (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByCaseInstanceDurationin interface- HistoricCaseInstanceQuery
 
 - 
orderByCaseInstanceCreateTimepublic HistoricCaseInstanceQuery orderByCaseInstanceCreateTime() Description copied from interface:HistoricCaseInstanceQueryOrder by the create time (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByCaseInstanceCreateTimein interface- HistoricCaseInstanceQuery
 
 - 
orderByCaseInstanceCloseTimepublic HistoricCaseInstanceQuery orderByCaseInstanceCloseTime() Description copied from interface:HistoricCaseInstanceQueryOrder by the close time (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByCaseInstanceCloseTimein interface- HistoricCaseInstanceQuery
 
 - 
orderByCaseDefinitionIdpublic HistoricCaseInstanceQuery orderByCaseDefinitionId() Description copied from interface:HistoricCaseInstanceQueryOrder by the case definition id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByCaseDefinitionIdin interface- HistoricCaseInstanceQuery
 
 - 
orderByCaseInstanceIdpublic HistoricCaseInstanceQuery orderByCaseInstanceId() Description copied from interface:HistoricCaseInstanceQueryOrder by the case instance id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByCaseInstanceIdin interface- HistoricCaseInstanceQuery
 
 - 
orderByTenantIdpublic HistoricCaseInstanceQuery orderByTenantId() Description copied from interface:HistoricCaseInstanceQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()). Note that the ordering of historic case instances without tenant id is database-specific.- Specified by:
- orderByTenantIdin interface- HistoricCaseInstanceQuery
 
 - 
executeCountpublic long executeCount(CommandContext commandContext) - Specified by:
- executeCountin class- AbstractVariableQueryImpl<HistoricCaseInstanceQuery,HistoricCaseInstance>
 
 - 
executeListpublic java.util.List<HistoricCaseInstance> executeList(CommandContext commandContext, Page page) Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
- executeListin class- AbstractVariableQueryImpl<HistoricCaseInstanceQuery,HistoricCaseInstance>
- page- used if the results must be paged. If null, no paging will be applied.
 
 - 
hasExcludingConditionsprotected boolean hasExcludingConditions() Description copied from class:AbstractQueryWhether or not the query has excluding conditions. If the query has excluding conditions, (e.g. task due date before and after are excluding), the SQL query is avoided and a default result is returned. The returned result is the same as if the SQL was executed and there were no entries.- Overrides:
- hasExcludingConditionsin class- AbstractQuery<HistoricCaseInstanceQuery,HistoricCaseInstance>
- Returns:
- trueif the query does have excluding conditions,- falseotherwise
 
 - 
getBusinessKeypublic java.lang.String getBusinessKey() 
 - 
getBusinessKeyLikepublic java.lang.String getBusinessKeyLike() 
 - 
getCaseDefinitionIdpublic java.lang.String getCaseDefinitionId() 
 - 
getCaseDefinitionKeypublic java.lang.String getCaseDefinitionKey() 
 - 
getCaseDefinitionIdLikepublic java.lang.String getCaseDefinitionIdLike() 
 - 
getCaseDefinitionNamepublic java.lang.String getCaseDefinitionName() 
 - 
getCaseDefinitionNameLikepublic java.lang.String getCaseDefinitionNameLike() 
 - 
getCaseInstanceIdpublic java.lang.String getCaseInstanceId() 
 - 
getCaseInstanceIdspublic java.util.Set<java.lang.String> getCaseInstanceIds() 
 - 
getStartedBypublic java.lang.String getStartedBy() 
 - 
getSuperCaseInstanceIdpublic java.lang.String getSuperCaseInstanceId() 
 - 
setSuperCaseInstanceIdpublic void setSuperCaseInstanceId(java.lang.String superCaseInstanceId) 
 - 
getCaseKeyNotInpublic java.util.List<java.lang.String> getCaseKeyNotIn() 
 - 
getCreatedAfterpublic java.util.Date getCreatedAfter() 
 - 
getCreatedBeforepublic java.util.Date getCreatedBefore() 
 - 
getClosedAfterpublic java.util.Date getClosedAfter() 
 - 
getClosedBeforepublic java.util.Date getClosedBefore() 
 - 
getSubCaseInstanceIdpublic java.lang.String getSubCaseInstanceId() 
 - 
getSuperProcessInstanceIdpublic java.lang.String getSuperProcessInstanceId() 
 - 
getSubProcessInstanceIdpublic java.lang.String getSubProcessInstanceId() 
 
- 
 
-