Package org.camunda.bpm.engine.rest
Interface TenantRestService
- All Known Implementing Classes:
TenantRestServiceImpl
public interface TenantRestService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionavailableOperations(javax.ws.rs.core.UriInfo context) voidcreateTenant(TenantDto tenant) getTenantCount(javax.ws.rs.core.UriInfo uriInfo) queryTenants(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
-
Field Details
-
PATH
- See Also:
-
-
Method Details
-
getTenant
-
queryTenants
-
getTenantCount
-
createTenant
-
availableOperations
-