Uses of Class
org.camunda.bpm.engine.rest.dto.identity.TenantDto

Packages that use TenantDto
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.dto.identity   
org.camunda.bpm.engine.rest.impl   
org.camunda.bpm.engine.rest.sub.identity   
org.camunda.bpm.engine.rest.sub.identity.impl   
 

Uses of TenantDto in org.camunda.bpm.engine.rest
 

Methods in org.camunda.bpm.engine.rest that return types with arguments of type TenantDto
 List<TenantDto> TenantRestService.queryTenants(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 

Methods in org.camunda.bpm.engine.rest with parameters of type TenantDto
 void TenantRestService.createTenant(TenantDto tenant)
           
 

Uses of TenantDto in org.camunda.bpm.engine.rest.dto.identity
 

Methods in org.camunda.bpm.engine.rest.dto.identity that return TenantDto
static TenantDto TenantDto.fromTenant(Tenant tenant)
           
 

Methods in org.camunda.bpm.engine.rest.dto.identity that return types with arguments of type TenantDto
static List<TenantDto> TenantDto.fromTenantList(List<Tenant> tenants)
           
 

Uses of TenantDto in org.camunda.bpm.engine.rest.impl
 

Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type TenantDto
 List<TenantDto> TenantRestServiceImpl.queryTenants(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 

Methods in org.camunda.bpm.engine.rest.impl with parameters of type TenantDto
 void TenantRestServiceImpl.createTenant(TenantDto dto)
           
 

Uses of TenantDto in org.camunda.bpm.engine.rest.sub.identity
 

Methods in org.camunda.bpm.engine.rest.sub.identity that return TenantDto
 TenantDto TenantResource.getTenant(javax.ws.rs.core.UriInfo context)
           
 

Methods in org.camunda.bpm.engine.rest.sub.identity with parameters of type TenantDto
 void TenantResource.updateTenant(TenantDto tenant)
           
 

Uses of TenantDto in org.camunda.bpm.engine.rest.sub.identity.impl
 

Methods in org.camunda.bpm.engine.rest.sub.identity.impl that return TenantDto
 TenantDto TenantResourceImpl.getTenant(javax.ws.rs.core.UriInfo context)
           
 

Methods in org.camunda.bpm.engine.rest.sub.identity.impl with parameters of type TenantDto
 void TenantResourceImpl.updateTenant(TenantDto tenantDto)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.