Uses of Interface
com.atomgraph.processor.model.Application
Packages that use Application
Package
Description
-
Uses of Application in com.atomgraph.processor.model.impl
Classes in com.atomgraph.processor.model.impl that implement Application -
Uses of Application in com.atomgraph.server.model
Methods in com.atomgraph.server.model that return Application -
Uses of Application in com.atomgraph.server.model.impl
Methods in com.atomgraph.server.model.impl that return ApplicationConstructors in com.atomgraph.server.model.impl with parameters of type ApplicationModifierConstructorDescriptionResourceBase(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.Request request, com.atomgraph.core.MediaTypes mediaTypes, com.atomgraph.core.model.Service service, Application application, Optional<org.apache.jena.ontology.Ontology> ontology, Optional<TemplateCall> templateCall, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.ResourceContext resourceContext) Public JAX-RS instance.protectedResourceBase(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.Request request, com.atomgraph.core.MediaTypes mediaTypes, URI uri, com.atomgraph.core.model.Service service, Application application, org.apache.jena.ontology.Ontology ontology, Optional<TemplateCall> templateCall, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.ResourceContext resourceContext) -
Uses of Application in com.atomgraph.server.resource.graph
Constructors in com.atomgraph.server.resource.graph with parameters of type ApplicationModifierConstructorDescriptionItem(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.Request request, com.atomgraph.core.MediaTypes mediaTypes, com.atomgraph.core.model.Service service, Application application, Optional<org.apache.jena.ontology.Ontology> ontology, Optional<TemplateCall> templateCall, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.ResourceContext resourceContext)