Package org.camunda.bpm.engine.rest
Interface TenantRestService
-
- All Known Implementing Classes:
TenantRestServiceImpl
public interface TenantRestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceOptionsDtoavailableOperations(javax.ws.rs.core.UriInfo context)voidcreateTenant(TenantDto tenant)TenantResourcegetTenant(String id)CountResultDtogetTenantCount(javax.ws.rs.core.UriInfo uriInfo)List<TenantDto>queryTenants(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
-
-
-
Field Detail
-
PATH
static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTenant
TenantResource getTenant(String id)
-
queryTenants
List<TenantDto> queryTenants(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
-
getTenantCount
CountResultDto getTenantCount(@Context javax.ws.rs.core.UriInfo uriInfo)
-
createTenant
void createTenant(TenantDto tenant)
-
availableOperations
ResourceOptionsDto availableOperations(@Context javax.ws.rs.core.UriInfo context)
-
-