public interface Parameters
Modifier and Type | Method and Description |
---|---|
String |
getBinaryProperty()
Gets the name of the property that was requested.
|
BasicContentInfo |
getContentInfo()
Gets the basic information about content, typically taken from a HTTPServletRequest.
|
BeanPropertiesFilter |
getFilter()
Returns a
BeanPropertiesFilter for filtering out properties. |
List<String> |
getInclude()
A list of property names passed in the request using the json pointer syntax
Specified by the "INCLUDE" request parameter.
|
Paging |
getPaging()
Returns a representation of the Paging of collections of resources, with skip count and max items.
|
String |
getParameter(String parameterName)
Gets a single request query parameter passed in by the user.
|
org.apache.poi.ss.formula.functions.T |
getParameter(String parameterName,
Class<org.apache.poi.ss.formula.functions.T> clazz)
Gets a single request parameter passed in by the user.
|
Query |
getQuery()
Represents a Query specified by the client.
|
org.springframework.extensions.webscripts.WebScriptRequest |
getRequest()
Gets access to the entire webscript request.
|
List<String> |
getSelectedProperties()
Deprecated.
|
List<SortColumn> |
getSorting()
Returns a List of
SortColumn for sorting properties. |
boolean |
hasBinaryProperty(String propertyName)
Indicates if the specified property was requested.
|
boolean |
includeSource()
Indicates if the source entity should be includes in the request.
|
String getParameter(String parameterName)
parameterName
- Stringorg.apache.poi.ss.formula.functions.T getParameter(String parameterName, Class<org.apache.poi.ss.formula.functions.T> clazz) throws InvalidArgumentException
parameterName
- Stringclazz
- - type to use for conversion.InvalidArgumentException
Paging getPaging()
Paging
Specified by the "skipCount" and "maxItems" request parameters.List<SortColumn> getSorting()
SortColumn
for sorting properties.
Specified by the "orderBy" request parameter.SortColumn
BeanPropertiesFilter getFilter()
BeanPropertiesFilter
for filtering out properties.
Specified by the "properties" request parameter.BeanPropertiesFilter
boolean hasBinaryProperty(String propertyName)
propertyName
- the property
Specified as part of the url request.String getBinaryProperty()
boolean includeSource()
Query getQuery()
Query
@Deprecated List<String> getSelectedProperties()
List<String> getInclude()
BasicContentInfo getContentInfo()
org.springframework.extensions.webscripts.WebScriptRequest getRequest()
Copyright © 2005–2017 Alfresco Software. All rights reserved.