Interface AqlSupportedAtlasChangeGenerator

  • All Superinterfaces:
    org.openstreetmap.atlas.geography.atlas.change.AtlasChangeGenerator, org.openstreetmap.atlas.utilities.conversion.Converter<org.openstreetmap.atlas.geography.atlas.Atlas,​java.util.Set<org.openstreetmap.atlas.geography.atlas.change.FeatureChange>>, java.util.function.Function<org.openstreetmap.atlas.geography.atlas.Atlas,​java.util.Set<org.openstreetmap.atlas.geography.atlas.change.FeatureChange>>, java.io.Serializable
    All Known Implementing Classes:
    AbstractAqlChangeGenerator, InsecureAqlChangeGenerator, SecureAqlChangeGenerator

    public interface AqlSupportedAtlasChangeGenerator
    extends org.openstreetmap.atlas.geography.atlas.change.AtlasChangeGenerator
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<AqlConfigInfo> getAqlConfigInfos()  
      org.openstreetmap.atlas.geography.atlas.dsl.authentication.Authenticator getAuthenticator()  
      org.openstreetmap.atlas.geography.atlas.dsl.engine.QueryExecutor getQueryExecutor()  
      • Methods inherited from interface org.openstreetmap.atlas.geography.atlas.change.AtlasChangeGenerator

        convert, generate, generateWithoutValidation, getName, validate
      • Methods inherited from interface org.openstreetmap.atlas.utilities.conversion.Converter

        apply
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Method Detail

      • getAqlConfigInfos

        java.util.List<AqlConfigInfo> getAqlConfigInfos()
      • getAuthenticator

        org.openstreetmap.atlas.geography.atlas.dsl.authentication.Authenticator getAuthenticator()
      • getQueryExecutor

        org.openstreetmap.atlas.geography.atlas.dsl.engine.QueryExecutor getQueryExecutor()