| Modifier and Type | Method and Description |
|---|---|
protected Object |
DocumentationHandler.getByIdInternal(String type,
String id,
ListOptions options) |
protected Object |
DocumentationHandler.listInternal(SchemaFactory schemaFactory,
String type,
Map<Object,Object> criteria,
ListOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static ListOptions |
Pagination.limit(int limit) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ResourceManager.getById(String type,
String id,
ListOptions options) |
Object |
ResourceManagerFilter.getById(String type,
String id,
ListOptions options,
ResourceManager next) |
Object |
AbstractResourceManagerFilter.getById(String type,
String id,
ListOptions options,
ResourceManager next) |
List<?> |
ResourceManager.list(String type,
Map<Object,Object> criteria,
ListOptions options) |
List<?> |
ResourceManagerFilter.list(String type,
Map<Object,Object> criteria,
ListOptions options,
ResourceManager next) |
List<?> |
AbstractResourceManagerFilter.list(String type,
Map<Object,Object> criteria,
ListOptions options,
ResourceManager next) |
| Modifier and Type | Method and Description |
|---|---|
Object |
FilteredResourceManager.getById(String type,
String id,
ListOptions options) |
Object |
AbstractBaseResourceManager.getById(String type,
String id,
ListOptions options) |
protected Object |
AbstractBaseResourceManager.getByIdInternal(String type,
String id,
ListOptions options) |
List<?> |
FilteredResourceManager.list(String type,
Map<Object,Object> criteria,
ListOptions options) |
List<?> |
AbstractBaseResourceManager.list(String type,
Map<Object,Object> criteria,
ListOptions options) |
protected Object |
AbstractNoOpResourceManager.listInternal(SchemaFactory schemaFactory,
String type,
Map<Object,Object> criteria,
ListOptions options) |
protected abstract Object |
AbstractBaseResourceManager.listInternal(SchemaFactory schemaFactory,
String type,
Map<Object,Object> criteria,
ListOptions options) |
Copyright © 2014. All rights reserved.