Uses of Class
org.camunda.bpm.engine.impl.db.TenantCheck
-
Packages that use TenantCheck Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.db org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of TenantCheck in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as TenantCheck Modifier and Type Field Description protected TenantCheck
HistoricProcessInstanceReportImpl. tenantCheck
protected TenantCheck
HistoricTaskInstanceReportImpl. tenantCheck
protected TenantCheck
TaskReportImpl. tenantCheck
Methods in org.camunda.bpm.engine.impl that return TenantCheck Modifier and Type Method Description TenantCheck
HistoricProcessInstanceReportImpl. getTenantCheck()
TenantCheck
HistoricTaskInstanceReportImpl. getTenantCheck()
TenantCheck
TaskReportImpl. getTenantCheck()
-
Uses of TenantCheck in org.camunda.bpm.engine.impl.db
Fields in org.camunda.bpm.engine.impl.db declared as TenantCheck Modifier and Type Field Description protected TenantCheck
ListQueryParameterObject. tenantCheck
Methods in org.camunda.bpm.engine.impl.db that return TenantCheck Modifier and Type Method Description TenantCheck
ListQueryParameterObject. getTenantCheck()
Methods in org.camunda.bpm.engine.impl.db with parameters of type TenantCheck Modifier and Type Method Description void
ListQueryParameterObject. setTenantCheck(TenantCheck tenantCheck)
-
Uses of TenantCheck in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TenantCheck Modifier and Type Method Description void
TenantManager. configureTenantCheck(TenantCheck tenantCheck)
-