public interface ResourceManagerFilter
| Modifier and Type | Method and Description |
|---|---|
Object |
collectionAction(String type,
ApiRequest request,
ResourceManager next) |
Object |
create(String type,
ApiRequest request,
ResourceManager next) |
Object |
delete(String type,
String id,
ApiRequest request,
ResourceManager next) |
Object |
getById(String type,
String id,
ListOptions options,
ResourceManager next) |
Object |
getLink(String type,
String id,
String link,
ApiRequest request,
ResourceManager next) |
Class<?>[] |
getTypeClasses() |
String[] |
getTypes() |
Object |
list(String type,
ApiRequest request,
ResourceManager next) |
List<?> |
list(String type,
Map<Object,Object> criteria,
ListOptions options,
ResourceManager next) |
Object |
resourceAction(String type,
ApiRequest request,
ResourceManager next) |
Object |
update(String type,
String id,
ApiRequest request,
ResourceManager next) |
String[] getTypes()
Class<?>[] getTypeClasses()
Object getById(String type, String id, ListOptions options, ResourceManager next)
Object getLink(String type, String id, String link, ApiRequest request, ResourceManager next)
Object list(String type, ApiRequest request, ResourceManager next)
List<?> list(String type, Map<Object,Object> criteria, ListOptions options, ResourceManager next)
Object create(String type, ApiRequest request, ResourceManager next)
Object update(String type, String id, ApiRequest request, ResourceManager next)
Object delete(String type, String id, ApiRequest request, ResourceManager next)
Object resourceAction(String type, ApiRequest request, ResourceManager next)
Object collectionAction(String type, ApiRequest request, ResourceManager next)
Copyright © 2015. All rights reserved.