public class IdsOnlyResource extends ViewFilterResource
wrappedResourceidProperty, securityContext| Constructor and Description |
|---|
IdsOnlyResource() |
| 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.
|
void |
configurePropertyView(Value<String> propertyView) |
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 |
getUriPart() |
boolean |
isCollectionResource() |
boolean |
isPrimitiveArray() |
getPropertyView, getResourceSignaturegetEntityClass, tryCombineWith, wrapResourceapplyDefaultSorting, buildLocationHeader, configureIdProperty, createPostTransaction, doHead, doOptions, extractDistanceSearch, extractSearchableAttributes, findPropertyKey, parseInteger, postProcessResultSet, setSecurityContextpublic boolean checkAndConfigure(String part, SecurityContext securityContext, javax.servlet.http.HttpServletRequest request)
ResourcecheckAndConfigure in class ViewFilterResourcepart - 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 ViewFilterResourceFrameworkExceptionpublic RestMethodResult doPost(Map<String,Object> propertySet) throws FrameworkException
doPost in class ViewFilterResourceFrameworkExceptionpublic RestMethodResult doPut(Map<String,Object> propertySet) throws FrameworkException
doPut in class ResourceFrameworkExceptionpublic RestMethodResult doDelete() throws FrameworkException
doDelete in class ResourceFrameworkExceptionpublic String getUriPart()
getUriPart in class WrappingResourcepublic boolean isCollectionResource()
isCollectionResource in class WrappingResourcepublic boolean isPrimitiveArray()
isPrimitiveArray in class WrappingResourcepublic void configurePropertyView(Value<String> propertyView)
configurePropertyView in class ViewFilterResourceCopyright © 2014. All rights reserved.