public interface TenantRestService
Modifier and Type | Method and Description |
---|---|
ResourceOptionsDto |
availableOperations(javax.ws.rs.core.UriInfo context) |
void |
createTenant(TenantDto tenant) |
TenantResource |
getTenant(String id) |
CountResultDto |
getTenantCount(javax.ws.rs.core.UriInfo uriInfo) |
List<TenantDto> |
queryTenants(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
static final String PATH
TenantResource getTenant(String id)
List<TenantDto> queryTenants(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
CountResultDto getTenantCount(@Context javax.ws.rs.core.UriInfo uriInfo)
void createTenant(TenantDto tenant)
ResourceOptionsDto availableOperations(@Context javax.ws.rs.core.UriInfo context)
Copyright © 2017. All rights reserved.