public class MaintenanceParameterResource extends Resource
idProperty, securityContext| Constructor and Description |
|---|
MaintenanceParameterResource() |
| 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.
|
Result |
doGet(PropertyKey sortKey,
boolean sortDescending,
int pageSize,
int page,
String offsetId) |
RestMethodResult |
doPost(Map<String,Object> propertySet) |
RestMethodResult |
doPut(Map<String,Object> propertySet) |
Class |
getEntityClass() |
Class |
getMaintenanceCommand() |
String |
getResourceSignature() |
String |
getUriPart() |
boolean |
isCollectionResource() |
static void |
registerMaintenanceCommand(String key,
Class<? extends Command> command) |
static void |
registerMaintenanceTask(String key,
Class<? extends Task> task) |
Resource |
tryCombineWith(Resource next) |
applyDefaultSorting, buildLocationHeader, configureIdProperty, configurePropertyView, createPostTransaction, doDelete, doHead, doOptions, extractDistanceSearch, extractSearchableAttributes, findPropertyKey, isPrimitiveArray, 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 doPut(Map<String,Object> propertySet) throws FrameworkException
doPut in class ResourceFrameworkExceptionpublic RestMethodResult doPost(Map<String,Object> propertySet) throws FrameworkException
doPost in class ResourceFrameworkExceptionpublic Resource tryCombineWith(Resource next) throws FrameworkException
tryCombineWith in class ResourceFrameworkExceptionpublic Class getEntityClass()
getEntityClass in class Resourcepublic Class getMaintenanceCommand()
public String getUriPart()
getUriPart in class Resourcepublic boolean isCollectionResource()
isCollectionResource in class Resourcepublic String getResourceSignature()
getResourceSignature in class Resourcepublic static void registerMaintenanceTask(String key, Class<? extends Task> task)
Copyright © 2014. All rights reserved.