@Component public class StatisticsModelLoader extends AbstractModelLoader
| Constructor and Description |
|---|
StatisticsModelLoader() |
| Modifier and Type | Method and Description |
|---|---|
RestEntity |
doOperation(InputElement input) |
String[] |
getModelNames() |
boolean |
isOperationSupported(String operation) |
RestEntity |
loadModel(InputElement input,
String begin,
String top,
List<OrderParam> orderParamList,
RequestContext context) |
RestEntity |
writeEntry(InputElement input,
RestResponseHandler serializer,
String rawData,
RequestContext context) |
removeEntry, updateEntrypublic String[] getModelNames()
public RestEntity loadModel(InputElement input, String begin, String top, List<OrderParam> orderParamList, RequestContext context) throws RestException
RestExceptionpublic RestEntity doOperation(InputElement input) throws RestException
doOperation in interface PathModelLoaderdoOperation in class AbstractModelLoaderRestExceptionpublic boolean isOperationSupported(String operation)
isOperationSupported in interface PathModelLoaderisOperationSupported in class AbstractModelLoaderpublic RestEntity writeEntry(InputElement input, RestResponseHandler serializer, String rawData, RequestContext context) throws RestException
RestExceptionCopyright © 2015. All rights reserved.