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 TenantCheckHistoricProcessInstanceReportImpl. tenantCheckprotected TenantCheckHistoricTaskInstanceReportImpl. tenantCheckprotected TenantCheckTaskReportImpl. tenantCheckMethods in org.camunda.bpm.engine.impl that return TenantCheck Modifier and Type Method Description TenantCheckHistoricProcessInstanceReportImpl. getTenantCheck()TenantCheckHistoricTaskInstanceReportImpl. getTenantCheck()TenantCheckTaskReportImpl. 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 TenantCheckListQueryParameterObject. tenantCheckMethods in org.camunda.bpm.engine.impl.db that return TenantCheck Modifier and Type Method Description TenantCheckListQueryParameterObject. getTenantCheck()Methods in org.camunda.bpm.engine.impl.db with parameters of type TenantCheck Modifier and Type Method Description voidListQueryParameterObject. 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 voidTenantManager. configureTenantCheck(TenantCheck tenantCheck)
-