public abstract class AbstractModelLoader extends Object implements PathModelLoader
| Constructor and Description |
|---|
AbstractModelLoader() |
| Modifier and Type | Method and Description |
|---|---|
RestEntity |
doOperation(InputElement input) |
boolean |
isOperationSupported(String operation) |
RestEntity |
removeEntry(InputElement input,
RestResponseHandler serializer,
String rawData,
RequestContext requestContext) |
RestEntity |
updateEntry(InputElement input,
RestResponseHandler serializer,
String rawData,
RequestContext requestContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModelNames, loadModel, writeEntrypublic boolean isOperationSupported(String operation)
isOperationSupported in interface PathModelLoaderpublic RestEntity doOperation(InputElement input) throws RestException
doOperation in interface PathModelLoaderRestExceptionpublic RestEntity removeEntry(InputElement input, RestResponseHandler serializer, String rawData, RequestContext requestContext) throws RestException
removeEntry in interface PathModelLoaderRestExceptionpublic RestEntity updateEntry(InputElement input, RestResponseHandler serializer, String rawData, RequestContext requestContext) throws RestException
updateEntry in interface PathModelLoaderRestExceptionCopyright © 2015. All rights reserved.