Interface SimplifyingFilterVisitor.FIDValidator

All Known Implementing Classes:
PrimaryKeyFIDValidator, SimplifyingFilterVisitor.RegExFIDValidator, SimplifyingFilterVisitor.TypeNameDotNumberFidValidator
Enclosing class:
SimplifyingFilterVisitor

public static interface SimplifyingFilterVisitor.FIDValidator
Defines a simple means of assessing whether a feature id in an Id filter is structurally valid and hence can be send down to the backend with confidence it will not cause trouble, the most common one being filtering by pk number even if the type name prefix does not match.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isValid

      boolean isValid(String fid)