|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CleanableHistoricCaseInstanceReport
Defines a report query for cleanable case instances.
| Method Summary | |
|---|---|
CleanableHistoricCaseInstanceReport |
caseDefinitionIdIn(String... caseDefinitionIds)
Only takes historic case instances into account for the given case definition ids. |
CleanableHistoricCaseInstanceReport |
caseDefinitionKeyIn(String... caseDefinitionKeys)
Only takes historic case instances into account for the given case definition keys. |
CleanableHistoricCaseInstanceReport |
compact()
Only selects historic case instances which have more than zero finished instances. |
CleanableHistoricCaseInstanceReport |
orderByFinished()
Order by finished case instances amount (needs to be followed by Query.asc() or Query.desc()). |
CleanableHistoricCaseInstanceReport |
tenantIdIn(String... tenantIds)
Only select historic case instances with one of the given tenant ids. |
CleanableHistoricCaseInstanceReport |
withoutTenantId()
Only selects historic case instances which have no tenant id. |
| Methods inherited from interface org.camunda.bpm.engine.query.Query |
|---|
asc, count, desc, list, listPage, singleResult |
| Method Detail |
|---|
CleanableHistoricCaseInstanceReport caseDefinitionIdIn(String... caseDefinitionIds)
NotValidException - if one of the given ids is nullCleanableHistoricCaseInstanceReport caseDefinitionKeyIn(String... caseDefinitionKeys)
NotValidException - if one of the given keys is nullCleanableHistoricCaseInstanceReport tenantIdIn(String... tenantIds)
NotValidException - if one of the given ids is nullCleanableHistoricCaseInstanceReport withoutTenantId()
CleanableHistoricCaseInstanceReport compact()
CleanableHistoricCaseInstanceReport orderByFinished()
Query.asc() or Query.desc()).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||