Uses of Class
org.camunda.bpm.engine.impl.db.TenantCheck

Packages that use TenantCheck
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
protected  TenantCheck HistoricProcessInstanceReportImpl.tenantCheck
           
protected  TenantCheck HistoricTaskInstanceReportImpl.tenantCheck
           
protected  TenantCheck TaskReportImpl.tenantCheck
           
 

Methods in org.camunda.bpm.engine.impl that return TenantCheck
 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
protected  TenantCheck ListQueryParameterObject.tenantCheck
           
 

Methods in org.camunda.bpm.engine.impl.db that return TenantCheck
 TenantCheck ListQueryParameterObject.getTenantCheck()
           
 

Methods in org.camunda.bpm.engine.impl.db with parameters of type TenantCheck
 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
 void TenantManager.configureTenantCheck(TenantCheck tenantCheck)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.