org.camunda.bpm.engine.impl
Class CleanableHistoricCaseInstanceReportImpl
java.lang.Object
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
org.camunda.bpm.engine.impl.AbstractQuery<CleanableHistoricCaseInstanceReport,CleanableHistoricCaseInstanceReportResult>
org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
- All Implemented Interfaces:
- Serializable, CleanableHistoricCaseInstanceReport, Command<Object>, Query<CleanableHistoricCaseInstanceReport,CleanableHistoricCaseInstanceReportResult>
public class CleanableHistoricCaseInstanceReportImpl
- extends AbstractQuery<CleanableHistoricCaseInstanceReport,CleanableHistoricCaseInstanceReportResult>
- implements CleanableHistoricCaseInstanceReport
- See Also:
- Serialized Form
| Methods inherited from class org.camunda.bpm.engine.impl.AbstractQuery |
addExpression, addValidator, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeIdsList, executeSingleResult, extend, getExpressions, getMethod, hasExcludingConditions, list, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, validate, validate |
| Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject |
getAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
caseDefinitionIdIn
protected String[] caseDefinitionIdIn
caseDefinitionKeyIn
protected String[] caseDefinitionKeyIn
currentTimestamp
protected Date currentTimestamp
CleanableHistoricCaseInstanceReportImpl
public CleanableHistoricCaseInstanceReportImpl(CommandExecutor commandExecutor)
caseDefinitionIdIn
public CleanableHistoricCaseInstanceReport caseDefinitionIdIn(String... caseDefinitionIds)
- Description copied from interface:
CleanableHistoricCaseInstanceReport
- Only takes historic case instances into account for the given case definition ids.
- Specified by:
caseDefinitionIdIn in interface CleanableHistoricCaseInstanceReport
caseDefinitionKeyIn
public CleanableHistoricCaseInstanceReport caseDefinitionKeyIn(String... caseDefinitionKeys)
- Description copied from interface:
CleanableHistoricCaseInstanceReport
- Only takes historic case instances into account for the given case definition keys.
- Specified by:
caseDefinitionKeyIn in interface CleanableHistoricCaseInstanceReport
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCount in class AbstractQuery<CleanableHistoricCaseInstanceReport,CleanableHistoricCaseInstanceReportResult>
executeList
public List<CleanableHistoricCaseInstanceReportResult> executeList(CommandContext commandContext,
Page page)
- Description copied from class:
AbstractQuery
- Executes the actual query to retrieve the list of results.
- Specified by:
executeList in class AbstractQuery<CleanableHistoricCaseInstanceReport,CleanableHistoricCaseInstanceReportResult>
page - used if the results must be paged. If null, no paging will be applied.
getCaseDefinitionIdIn
public String[] getCaseDefinitionIdIn()
setCaseDefinitionIdIn
public void setCaseDefinitionIdIn(String[] caseDefinitionIdIn)
getCaseDefinitionKeyIn
public String[] getCaseDefinitionKeyIn()
setCaseDefinitionKeyIn
public void setCaseDefinitionKeyIn(String[] caseDefinitionKeyIn)
getCurrentTimestamp
public Date getCurrentTimestamp()
setCurrentTimestamp
public void setCurrentTimestamp(Date currentTimestamp)
Copyright © 2017 camunda services GmbH. All rights reserved.