Package org.camunda.bpm.engine.rest.impl
Class TenantRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
org.camunda.bpm.engine.rest.impl.TenantRestServiceImpl
- All Implemented Interfaces:
TenantRestService
public class TenantRestServiceImpl
extends AbstractAuthorizedRestResource
implements TenantRestService
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
resource, resourceId
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.TenantRestService
PATH
-
Constructor Summary
ConstructorDescriptionTenantRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionavailableOperations
(jakarta.ws.rs.core.UriInfo context) void
createTenant
(TenantDto dto) protected IdentityService
getTenantCount
(jakarta.ws.rs.core.UriInfo uriInfo) queryTenants
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
isAuthorized, isAuthorized, isAuthorized
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
TenantRestServiceImpl
public TenantRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getTenant
- Specified by:
getTenant
in interfaceTenantRestService
-
queryTenants
public List<TenantDto> queryTenants(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
queryTenants
in interfaceTenantRestService
-
getTenantCount
- Specified by:
getTenantCount
in interfaceTenantRestService
-
createTenant
- Specified by:
createTenant
in interfaceTenantRestService
-
availableOperations
- Specified by:
availableOperations
in interfaceTenantRestService
-
getIdentityService
-