| Package | Description | 
|---|---|
| org.openspaces.rest.space | 
| Modifier and Type | Method and Description | 
|---|---|
ErrorResponse | 
SpaceAPIController.resolveDocumentNotFoundException(ObjectNotFoundException e)
ObjectNotFoundException Handler, returns an error response to the client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Object> | 
SpaceAPIController.count(String type)
REST COUNT request handler 
 | 
Map<String,Object> | 
SpaceAPIController.deleteById(String type,
          String id)
REST DELETE by id request handler 
 | 
Map<String,Object> | 
SpaceAPIController.getById(String type,
       String id)
REST GET by ID request handler 
 | 
Map<String,Object> | 
SpaceAPIController.getByQuery(String type,
          String query,
          Integer size)
REST GET by query request handler 
 | 
Copyright © GigaSpaces.