Module: alfresco/documentlibrary/_AlfFilterMixin

alfresco/documentlibrary/_AlfFilterMixin

This module provides a function for converting filter query strings into JavaScript objects comprised of the following attributes:

  • filterId
  • filterData
  • filterDisplay
It was written to service both the _AlfHashMixin and AlfDocumentList modules.

Deprecated:
  • Since 1.0.54 - Use _AlfHashMixin instead (call processHashFilter instead of processFilter - see AKU-813)
    Author:
    • Dave Draper
    License:
    Source:

    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.
    Source: