Uses of Class
org.alfresco.rest.framework.jacksonextensions.BeanPropertiesFilter
Packages that use BeanPropertiesFilter
Package
Description
-
Uses of BeanPropertiesFilter in org.alfresco.rest.framework.jacksonextensions
Subclasses of BeanPropertiesFilter in org.alfresco.rest.framework.jacksonextensionsModifier and TypeClassDescriptionstatic classDefault All properties filterFields in org.alfresco.rest.framework.jacksonextensions declared as BeanPropertiesFilterModifier and TypeFieldDescriptionstatic final BeanPropertiesFilterBeanPropertiesFilter.ALLOW_ALLMethods in org.alfresco.rest.framework.jacksonextensions that return BeanPropertiesFilterConstructors in org.alfresco.rest.framework.jacksonextensions with parameters of type BeanPropertiesFilter -
Uses of BeanPropertiesFilter in org.alfresco.rest.framework.resource.parameters
Methods in org.alfresco.rest.framework.resource.parameters that return BeanPropertiesFilterModifier and TypeMethodDescriptionParameters.getFilter()Returns aBeanPropertiesFilterfor filtering out properties.Params.getFilter()Methods in org.alfresco.rest.framework.resource.parameters that return types with arguments of type BeanPropertiesFilterMethods in org.alfresco.rest.framework.resource.parameters with parameters of type BeanPropertiesFilterModifier and TypeMethodDescriptionstatic ParamsParams.valueOf(BeanPropertiesFilter paramFilter, String entityId, org.springframework.extensions.webscripts.WebScriptRequest request) Constructors in org.alfresco.rest.framework.resource.parameters with parameters of type BeanPropertiesFilterModifierConstructorDescriptionRecognizedParams(Map<String, String[]> requestParameters, Paging paging, BeanPropertiesFilter filter, Map<String, BeanPropertiesFilter> relationshipFilter, List<String> include, List<String> select, Query query, List<SortColumn> sorting, boolean includeSource) -
Uses of BeanPropertiesFilter in org.alfresco.rest.framework.tools
Methods in org.alfresco.rest.framework.tools that return BeanPropertiesFilterModifier and TypeMethodDescriptiondefault BeanPropertiesFilterTakes the web request and looks for a "fields" parameter (otherwise deprecated "properties" parameter).default BeanPropertiesFilterTakes 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 BeanPropertiesFilterModifier and TypeMethodDescriptiondefault Map<String, BeanPropertiesFilter> RecognizedParamsExtractor.getRelationFilter(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.