Uses of Interface
org.camunda.bpm.engine.rest.sub.identity.TenantResource
-
Packages that use TenantResource Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.identity.impl -
-
Uses of TenantResource in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return TenantResource Modifier and Type Method Description TenantResource
TenantRestService. getTenant(String id)
-
Uses of TenantResource in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return TenantResource Modifier and Type Method Description TenantResource
TenantRestServiceImpl. getTenant(String id)
-
Uses of TenantResource in org.camunda.bpm.engine.rest.sub.identity.impl
Classes in org.camunda.bpm.engine.rest.sub.identity.impl that implement TenantResource Modifier and Type Class Description class
TenantResourceImpl
-