Interface ValidationEnterpriseLookupHandler


public interface ValidationEnterpriseLookupHandler
Used in conjunction with ModelValidationConfig. Given a set of Models, returns a list of enterprise ids. Those enterprise ids will be used to lookup the ValidationRules to be executed.
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.Long> lookupEnterpriseIds​(java.util.List<Model> models)
    Given a set of Models, returns a list of enterprise ids.
  • Method Details

    • lookupEnterpriseIds

      java.util.List<java.lang.Long> lookupEnterpriseIds​(java.util.List<Model> models)
      Given a set of Models, returns a list of enterprise ids. Those enterprise ids will be used to lookup the ValidationRules to be executed.
      Parameters:
      models - models from which enterprise ids should be derived
      Returns:
      List list of enterprise ids