This module provides a function for converting filter query strings into JavaScript objects comprised of the following attributes:
- filterId
- filterData
- filterDisplay
- Deprecated:
- Since 1.0.54 - Use _AlfHashMixin instead (call processHashFilter instead of processFilter - see AKU-813)
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Extends
Methods
-
processFilter(data)
-
Converts a filter string (of the form filter=
|| )) into an object. Parameters:
Name Type Description data
object The data to convert to a filter anything to happen.