@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, updateEntry
public String[] getModelNames()
public RestEntity loadModel(InputElement input, String begin, String top, List<OrderParam> orderParamList, RequestContext context) throws RestException
RestException
public RestEntity doOperation(InputElement input) throws RestException
doOperation
in interface PathModelLoader
doOperation
in class AbstractModelLoader
RestException
public boolean isOperationSupported(String operation)
isOperationSupported
in interface PathModelLoader
isOperationSupported
in class AbstractModelLoader
public RestEntity writeEntry(InputElement input, RestResponseHandler serializer, String rawData, RequestContext context) throws RestException
RestException
Copyright © 2015. All rights reserved.