All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.queries.search_missing_service.cql Maven / Gradle / Ivy

The newest version!
Match (version:Version) where version.groupId= "{{groupId}}" and version.artifactId="{{artifactId}}" and version.version="{{version}}"
OPTIONAL MATCH (version)-[:PROJECT_DEPENDENCY*0..10]->(dep:Version)
OPTIONAL MATCH (dep)-[:CONSUME]->(service:Service)-[:SERVICE_TYPE]->(serviceType:ServiceType) where NOT ()-[:EXPOSE]->(service)
return service,
       serviceType




© 2015 - 2025 Weber Informatics LLC | Privacy Policy