org.camunda.bpm.engine.rest.impl
Class TenantRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TenantRestServiceImpl
public TenantRestServiceImpl(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getTenant
public TenantResource getTenant(String id)
- Specified by:
getTenant in interface TenantRestService
queryTenants
public List<TenantDto> queryTenants(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
queryTenants in interface TenantRestService
getTenantCount
public CountResultDto getTenantCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getTenantCount in interface TenantRestService
createTenant
public void createTenant(TenantDto dto)
- Specified by:
createTenant in interface TenantRestService
availableOperations
public ResourceOptionsDto availableOperations(javax.ws.rs.core.UriInfo context)
- Specified by:
availableOperations in interface TenantRestService
executePaginatedQuery
protected List<Tenant> executePaginatedQuery(TenantQuery query,
Integer firstResult,
Integer maxResults)
getIdentityService
protected IdentityService getIdentityService()
Copyright © 2016 camunda services GmbH. All rights reserved.