Uses of Class
org.camunda.bpm.engine.rest.dto.identity.TenantDto
-
-
Uses of TenantDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type TenantDto Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static TenantDto
TenantDto. fromTenant(Tenant tenant)
Methods in org.camunda.bpm.engine.rest.dto.identity that return types with arguments of type TenantDto Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description TenantDto
TenantResource. getTenant(javax.ws.rs.core.UriInfo context)
Methods in org.camunda.bpm.engine.rest.sub.identity with parameters of type TenantDto Modifier and Type Method Description 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 Modifier and Type Method Description TenantDto
TenantResourceImpl. getTenant(javax.ws.rs.core.UriInfo context)
Methods in org.camunda.bpm.engine.rest.sub.identity.impl with parameters of type TenantDto Modifier and Type Method Description void
TenantResourceImpl. updateTenant(TenantDto tenantDto)
-