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.AuthenticatorgetAuthenticator()org.openstreetmap.atlas.geography.atlas.dsl.engine.QueryExecutorgetQueryExecutor()
-
-
-
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()
-
-