+ +
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Filter
    +
    +
    +
    @Singleton
    +public class GeolocationsFilter
    +extends MultiOptionFilter
    +
  • +
+
+
+ +
+
+
    +
  • + +
    +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GeolocationsFilter

        +
        @Inject
        +public GeolocationsFilter​(DBSystem dbSystem)
        +
      • +
      +
    • +
    +
    + +
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getKind

        +
        public java.lang.String getKind()
        +
      • +
      + + + +
        +
      • +

        getOptions

        +
        public java.util.Map<java.lang.String,​java.lang.Object> getOptions()
        +
      • +
      + + + +
        +
      • +

        getMatchingUUIDs

        +
        public java.util.Set<java.util.UUID> getMatchingUUIDs​(SpecifiedFilterInformation query)
        +
        Description copied from interface: Filter
        +
        Match some UUIDs to the filter.
        +
        +
        Parameters:
        +
        query - Query for the filter
        +
        Returns:
        +
        Set of UUIDs this filter applies to
        +
        +
      • +
      +
    • +
    +
    +
  • +
+
+
+