Uses of Class
org.camunda.bpm.engine.impl.db.TenantCheck
Packages that use TenantCheck
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of TenantCheck in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as TenantCheckModifier and TypeFieldDescriptionprotected TenantCheck
HistoricProcessInstanceReportImpl.tenantCheck
protected TenantCheck
HistoricTaskInstanceReportImpl.tenantCheck
protected TenantCheck
TaskReportImpl.tenantCheck
Methods in org.camunda.bpm.engine.impl that return TenantCheckModifier and TypeMethodDescriptionHistoricProcessInstanceReportImpl.getTenantCheck()
HistoricTaskInstanceReportImpl.getTenantCheck()
TaskReportImpl.getTenantCheck()
-
Uses of TenantCheck in org.camunda.bpm.engine.impl.db
Fields in org.camunda.bpm.engine.impl.db declared as TenantCheckMethods in org.camunda.bpm.engine.impl.db that return TenantCheckMethods in org.camunda.bpm.engine.impl.db with parameters of type TenantCheckModifier and TypeMethodDescriptionvoid
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 TenantCheckModifier and TypeMethodDescriptionvoid
TenantManager.configureTenantCheck
(TenantCheck tenantCheck)