Package net.solarnetwork.central.domain
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
-
Method Details
-
getFilter
Get a mapping of filter keys and associated filter values.- Returns:
- a filter map
-