Module: alfresco/util/objectProcessingUtil

alfresco/util/objectProcessingUtil

Provides a function for recursing through objects and processing data within them.
Since:
  • 1.0.49
Author:
  • Dave Draper
License:
Source:

Methods

findObject(object, parameters) → {object}

Locate one object inside another object
Parameters:
Name Type Description
object object The haystack to search through
parameters object The needle to find
Source:
Returns:
Type
object