public class EntityResolverResource extends SortableResource
wrappedResourceidProperty, securityContext| Constructor and Description |
|---|
EntityResolverResource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAndConfigure(String part,
SecurityContext securityContext,
javax.servlet.http.HttpServletRequest request)
Check and configure this instance with the given values.
|
RestMethodResult |
doDelete() |
Result |
doGet(PropertyKey sortKey,
boolean sortDescending,
int pageSize,
int page,
String offsetId) |
RestMethodResult |
doPost(Map<String,Object> propertySet) |
RestMethodResult |
doPut(Map<String,Object> propertySet) |
String |
getResourceSignature() |
String |
getUriPart() |
tryCombineWithgetEntityClass, isCollectionResource, isPrimitiveArray, wrapResourceapplyDefaultSorting, buildLocationHeader, configureIdProperty, configurePropertyView, createPostTransaction, doHead, doOptions, extractDistanceSearch, extractSearchableAttributes, findPropertyKey, parseInteger, postProcessResultSet, setSecurityContextpublic boolean checkAndConfigure(String part, SecurityContext securityContext, javax.servlet.http.HttpServletRequest request)
ResourcecheckAndConfigure in class Resourcepart - the uri part that matched this resourcesecurityContext - the security context of the current requestrequest - the current requestpublic Result doGet(PropertyKey sortKey, boolean sortDescending, int pageSize, int page, String offsetId) throws FrameworkException
doGet in class ResourceFrameworkExceptionpublic RestMethodResult doPost(Map<String,Object> propertySet) throws FrameworkException
doPost in class WrappingResourceFrameworkExceptionpublic RestMethodResult doDelete() throws FrameworkException
doDelete in class ResourceFrameworkExceptionpublic RestMethodResult doPut(Map<String,Object> propertySet) throws FrameworkException
doPut in class ResourceFrameworkExceptionpublic String getResourceSignature()
getResourceSignature in class Resourcepublic String getUriPart()
getUriPart in class WrappingResourceCopyright © 2014. All rights reserved.