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 classBeanPropertiesFilter.AllPropertiesDefault All properties filterFields in org.alfresco.rest.framework.jacksonextensions declared as BeanPropertiesFilter Modifier and Type Field Description static BeanPropertiesFilterBeanPropertiesFilter. ALLOW_ALLMethods in org.alfresco.rest.framework.jacksonextensions that return BeanPropertiesFilter Modifier and Type Method Description BeanPropertiesFilterExecutionResult. 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 BeanPropertiesFilterParameters. getFilter()Returns aBeanPropertiesFilterfor filtering out properties.BeanPropertiesFilterParams. 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 ParamsParams. 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 BeanPropertiesFilterRecognizedParamsExtractor. getFilter(java.lang.String filterParams)Takes the web request and looks for a "fields" parameter (otherwise deprecated "properties" parameter).default BeanPropertiesFilterRecognizedParamsExtractor. 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.
-