Interface Filter

All Known Subinterfaces:
AggregationFilter, DateRangeFilter, LocalDateRangeFilter, Location, MetadataFilter, NodeFilter, OptimizedQueryFilter, SolarNodeFilter, SolarNodeMetadataFilter, SourceLocation, SourceMappingFilter, UserFilter
All Known Implementing Classes:
BaseFilterSupport, FilterSupport, SolarLocation, SourceLocationFilter, UserFilterCommand

public interface Filter
API for a "filter-able" object, that is something that can be searched for by specifying filter keys and associated match values.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a mapping of filter keys and associated filter values.
  • Method Details

    • getFilter

      Map<String,?> getFilter()
      Get a mapping of filter keys and associated filter values.
      Returns:
      a filter map