Interface MetadataFilter

All Superinterfaces:
Filter
All Known Subinterfaces:
SolarNodeFilter, SolarNodeMetadataFilter
All Known Implementing Classes:
BaseFilterSupport, FilterSupport, UserFilterCommand

public interface MetadataFilter extends Filter
API for a metadata search filter.
Since:
1.48
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a metadata search filter, in LDAP search filter syntax.

    Methods inherited from interface net.solarnetwork.central.domain.Filter

    getFilter
  • Method Details

    • getMetadataFilter

      String getMetadataFilter()
      Get a metadata search filter, in LDAP search filter syntax.

      The metadata filter must be expressed in LDAP search filter style, using JSON pointer style paths for keys, for example (/m/foo=bar), (t=foo), or (&(/**/foo=bar)(t=special)).

      Returns:
      the metadata filter to use (may be null)