Package org.camunda.bpm.engine.rest
Interface TenantRestService
- All Known Implementing Classes:
TenantRestServiceImpl
@Produces("application/json")
public interface TenantRestService
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionavailableOperations
(jakarta.ws.rs.core.UriInfo context) void
createTenant
(TenantDto tenant) getTenantCount
(jakarta.ws.rs.core.UriInfo uriInfo) queryTenants
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
-
Field Details
-
PATH
- See Also:
-
-
Method Details
-
getTenant
-
queryTenants
-
getTenantCount
@GET @Path("/count") @Produces("application/json") CountResultDto getTenantCount(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
createTenant
-
availableOperations
@OPTIONS @Produces("application/json") ResourceOptionsDto availableOperations(@Context jakarta.ws.rs.core.UriInfo context)
-