/
Commons-DDF Utilities

Commons-DDF Utilities

Explains this bundle's classes and usage.

Overview

The commons-ddf bundle , located in <DDF_HOME_SOURCE_DIRECTORY>/common/commons-ddf, provides utilities and functionality commonly used across other DDF components, such as the endpoints and providers. 

Noteworthy Classes

FuzzyFunction

ddf.catalog.impl.filter.FuzzyFunction class is used to signal that a PropertyIsLike filter should interpret the search as a fuzzy query. 

XPathHelper

ddf.util.XPathHelper provides convenience methods for executing XPath operations on XML. It also provides convenience methods for converting XML as a String from a org.w3c.dom.Document object and vice versa.