Uses of Class
org.alfresco.rest.framework.jacksonextensions.BeanPropertiesFilter
-
Packages that use BeanPropertiesFilter Package Description org.alfresco.rest.framework.jacksonextensions org.alfresco.rest.framework.resource.parameters org.alfresco.rest.framework.tools -
-
Uses of BeanPropertiesFilter in org.alfresco.rest.framework.jacksonextensions
Subclasses of BeanPropertiesFilter in org.alfresco.rest.framework.jacksonextensions Modifier and Type Class Description static class
BeanPropertiesFilter.AllProperties
Default All properties filterFields in org.alfresco.rest.framework.jacksonextensions declared as BeanPropertiesFilter Modifier and Type Field Description static BeanPropertiesFilter
BeanPropertiesFilter. ALLOW_ALL
Methods in org.alfresco.rest.framework.jacksonextensions that return BeanPropertiesFilter Modifier and Type Method Description BeanPropertiesFilter
ExecutionResult. getFilter()
Constructors in org.alfresco.rest.framework.jacksonextensions with parameters of type BeanPropertiesFilter Constructor Description ExecutionResult(java.lang.Object root, BeanPropertiesFilter filter)
-
Uses of BeanPropertiesFilter in org.alfresco.rest.framework.resource.parameters
Methods in org.alfresco.rest.framework.resource.parameters that return BeanPropertiesFilter Modifier and Type Method Description BeanPropertiesFilter
Parameters. getFilter()
Returns aBeanPropertiesFilter
for filtering out properties.BeanPropertiesFilter
Params. getFilter()
Methods in org.alfresco.rest.framework.resource.parameters that return types with arguments of type BeanPropertiesFilter Modifier and Type Method Description java.util.Map<java.lang.String,BeanPropertiesFilter>
Params. getRelationsFilter()
Methods in org.alfresco.rest.framework.resource.parameters with parameters of type BeanPropertiesFilter Modifier and Type Method Description static Params
Params. valueOf(BeanPropertiesFilter paramFilter, java.lang.String entityId, org.springframework.extensions.webscripts.WebScriptRequest request)
Constructors in org.alfresco.rest.framework.resource.parameters with parameters of type BeanPropertiesFilter Constructor Description RecognizedParams(java.util.Map<java.lang.String,java.lang.String[]> requestParameters, Paging paging, BeanPropertiesFilter filter, java.util.Map<java.lang.String,BeanPropertiesFilter> relationshipFilter, java.util.List<java.lang.String> include, java.util.List<java.lang.String> select, Query query, java.util.List<SortColumn> sorting, boolean includeSource)
-
Uses of BeanPropertiesFilter in org.alfresco.rest.framework.tools
Methods in org.alfresco.rest.framework.tools that return BeanPropertiesFilter Modifier and Type Method Description default BeanPropertiesFilter
RecognizedParamsExtractor. getFilter(java.lang.String filterParams)
Takes the web request and looks for a "fields" parameter (otherwise deprecated "properties" parameter).default BeanPropertiesFilter
RecognizedParamsExtractor. getFilter(java.lang.String filterParams, java.util.List<java.lang.String> selectList)
Takes the web request and looks for a "fields" parameter (otherwise deprecated "properties" parameter).Methods in org.alfresco.rest.framework.tools that return types with arguments of type BeanPropertiesFilter Modifier and Type Method Description default java.util.Map<java.lang.String,BeanPropertiesFilter>
RecognizedParamsExtractor. getRelationFilter(java.lang.String filterParams)
Takes the web request and looks for a "relations" parameter Parses the parameter and produces a list of bean properties to use as a filter A SimpleBeanPropertiesFilter it returned that uses the properties If no filter param is set then a default BeanFilter is returned that will never filter properties (ie.
-