Serialized Form
-
Package org.camunda.bpm.engine.rest.dto.history
-
Class org.camunda.bpm.engine.rest.dto.history.CleanableHistoricCaseInstanceReportResultDto
class CleanableHistoricCaseInstanceReportResultDto extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
caseDefinitionId
String caseDefinitionId
-
caseDefinitionKey
String caseDefinitionKey
-
caseDefinitionName
String caseDefinitionName
-
caseDefinitionVersion
int caseDefinitionVersion
-
cleanableCaseInstanceCount
long cleanableCaseInstanceCount
-
finishedCaseInstanceCount
long finishedCaseInstanceCount
-
historyTimeToLive
Integer historyTimeToLive
-
tenantId
String tenantId
-
-
Class org.camunda.bpm.engine.rest.dto.history.CleanableHistoricDecisionInstanceReportResultDto
class CleanableHistoricDecisionInstanceReportResultDto extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cleanableDecisionInstanceCount
long cleanableDecisionInstanceCount
-
decisionDefinitionId
String decisionDefinitionId
-
decisionDefinitionKey
String decisionDefinitionKey
-
decisionDefinitionName
String decisionDefinitionName
-
decisionDefinitionVersion
int decisionDefinitionVersion
-
finishedDecisionInstanceCount
long finishedDecisionInstanceCount
-
historyTimeToLive
Integer historyTimeToLive
-
tenantId
String tenantId
-
-
-
Package org.camunda.bpm.engine.rest.exception
-
Exception org.camunda.bpm.engine.rest.exception.InvalidRequestException
class InvalidRequestException extends RestException implements Serializable- serialVersionUID:
- 1L
-
Exception org.camunda.bpm.engine.rest.exception.RestException
class RestException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
status
javax.ws.rs.core.Response.Status status
-
-
-
Package org.camunda.bpm.engine.rest.hal.cache
-
Exception org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfigurationException
class HalRelationCacheConfigurationException extends RuntimeException implements Serializable
-