public interface Parameters
| Modifier and Type | Method and Description |
|---|---|
java.lang.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. |
Paging |
getPaging()
Returns a representation of the Paging of collections of resources, with skip count and max items.
|
java.lang.String |
getParameter(java.lang.String parameterName)
Gets a single request parameter passed in by the user.
|
org.apache.poi.ss.formula.functions.T |
getParameter(java.lang.String parameterName,
java.lang.Class clazz)
Gets a single request parameter passed in by the user.
|
Query |
getQuery()
Represents a Query specified by the client.
|
java.util.List |
getSelectedProperties()
A list of property names passed in the request using the json pointer syntax
Specified by the "SELECT" request parameter.
|
java.util.List |
getSorting()
Returns a List of
SortColumn for sorting properties. |
boolean |
hasBinaryProperty(java.lang.String propertyName)
Indicates if the specified property was requested.
|
java.lang.String getParameter(java.lang.String parameterName)
parameterName - org.apache.poi.ss.formula.functions.T getParameter(java.lang.String parameterName,
java.lang.Class clazz)
throws InvalidArgumentException
parameterName - clazz - - type to use for conversion.InvalidArgumentExceptionPaging getPaging()
Paging
Specified by the "skipCount" and "maxItems" request parameters.java.util.List getSorting()
SortColumn for sorting properties.
Specified by the "orderBy" request parameter.SortColumnBeanPropertiesFilter getFilter()
BeanPropertiesFilter for filtering out properties.
Specified by the "properties" request parameter.BeanPropertiesFilterboolean hasBinaryProperty(java.lang.String propertyName)
propertyName - the property
Specified as part of the url request.java.lang.String getBinaryProperty()
Query getQuery()
Queryjava.util.List getSelectedProperties()
BasicContentInfo getContentInfo()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.