Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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.

 

  • No labels