|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
public class CleanableHistoricCaseInstanceReportResultEntity
| Field Summary | |
|---|---|
protected String |
caseDefinitionId
|
protected String |
caseDefinitionKey
|
protected String |
caseDefinitionName
|
protected int |
caseDefinitionVersion
|
protected long |
cleanableCaseInstanceCount
|
protected long |
finishedCaseInstanceCount
|
protected Integer |
historyTimeToLive
|
protected String |
tenantId
|
| Constructor Summary | |
|---|---|
CleanableHistoricCaseInstanceReportResultEntity()
|
|
| Method Summary | |
|---|---|
String |
getCaseDefinitionId()
Returns the case definition id for the selected definition. |
String |
getCaseDefinitionKey()
Returns the case definition key for the selected definition. |
String |
getCaseDefinitionName()
Returns the case definition name for the selected definition. |
int |
getCaseDefinitionVersion()
Returns the case definition version for the selected definition. |
long |
getCleanableCaseInstanceCount()
Returns the amount of cleanable historic case instances. |
long |
getFinishedCaseInstanceCount()
Returns the amount of finished historic case instances. |
Integer |
getHistoryTimeToLive()
Returns the history time to live for the selected definition. |
String |
getTenantId()
Returns the tenant id of the current case instances. |
void |
setCaseDefinitionId(String caseDefinitionId)
|
void |
setCaseDefinitionKey(String caseDefinitionKey)
|
void |
setCaseDefinitionName(String caseDefinitionName)
|
void |
setCaseDefinitionVersion(int caseDefinitionVersion)
|
void |
setCleanableCaseInstanceCount(Long cleanableCaseInstanceCount)
|
void |
setFinishedCaseInstanceCount(Long finishedCaseInstanceCount)
|
void |
setHistoryTimeToLive(Integer historyTimeToLive)
|
void |
setTenantId(String tenantId)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String caseDefinitionId
protected String caseDefinitionKey
protected String caseDefinitionName
protected int caseDefinitionVersion
protected Integer historyTimeToLive
protected long finishedCaseInstanceCount
protected long cleanableCaseInstanceCount
protected String tenantId
| Constructor Detail |
|---|
public CleanableHistoricCaseInstanceReportResultEntity()
| Method Detail |
|---|
public String getCaseDefinitionId()
CleanableHistoricCaseInstanceReportResult
getCaseDefinitionId in interface CleanableHistoricCaseInstanceReportResultpublic void setCaseDefinitionId(String caseDefinitionId)
public String getCaseDefinitionKey()
CleanableHistoricCaseInstanceReportResult
getCaseDefinitionKey in interface CleanableHistoricCaseInstanceReportResultpublic void setCaseDefinitionKey(String caseDefinitionKey)
public String getCaseDefinitionName()
CleanableHistoricCaseInstanceReportResult
getCaseDefinitionName in interface CleanableHistoricCaseInstanceReportResultpublic void setCaseDefinitionName(String caseDefinitionName)
public int getCaseDefinitionVersion()
CleanableHistoricCaseInstanceReportResult
getCaseDefinitionVersion in interface CleanableHistoricCaseInstanceReportResultpublic void setCaseDefinitionVersion(int caseDefinitionVersion)
public Integer getHistoryTimeToLive()
CleanableHistoricCaseInstanceReportResult
getHistoryTimeToLive in interface CleanableHistoricCaseInstanceReportResultpublic void setHistoryTimeToLive(Integer historyTimeToLive)
public long getFinishedCaseInstanceCount()
CleanableHistoricCaseInstanceReportResult
getFinishedCaseInstanceCount in interface CleanableHistoricCaseInstanceReportResultpublic void setFinishedCaseInstanceCount(Long finishedCaseInstanceCount)
public long getCleanableCaseInstanceCount()
CleanableHistoricCaseInstanceReportResult
getCleanableCaseInstanceCount in interface CleanableHistoricCaseInstanceReportResultpublic void setCleanableCaseInstanceCount(Long cleanableCaseInstanceCount)
public String getTenantId()
CleanableHistoricCaseInstanceReportResult
getTenantId in interface CleanableHistoricCaseInstanceReportResultpublic void setTenantId(String tenantId)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||