Uses of Interface
com.atomgraph.processor.model.TemplateCall
Packages that use TemplateCall
Package
Description
-
Uses of TemplateCall in com.atomgraph.processor.model
Methods in com.atomgraph.processor.model that return TemplateCallModifier and TypeMethodDescriptionTemplateCall.applyArguments(javax.ws.rs.core.MultivaluedMap<String, String> queryParams) TemplateCall.applyDefaults()TemplateCall.arg(org.apache.jena.rdf.model.Resource arg) TemplateCall.validateOptionals() -
Uses of TemplateCall in com.atomgraph.processor.model.impl
Classes in com.atomgraph.processor.model.impl that implement TemplateCallMethods in com.atomgraph.processor.model.impl that return TemplateCallModifier and TypeMethodDescriptionTemplateCallImpl.applyArguments(javax.ws.rs.core.MultivaluedMap<String, String> queryParams) TemplateCallImpl.applyDefaults()TemplateCallImpl.arg(org.apache.jena.rdf.model.Resource arg) TemplateCallImpl.validateOptionals() -
Uses of TemplateCall in com.atomgraph.server.factory
Methods in com.atomgraph.server.factory that return types with arguments of type TemplateCallModifier and TypeMethodDescriptionTemplateCallFactory.getTemplateCall()TemplateCallFactory.getTemplateCall(Template template, URI absolutePath, javax.ws.rs.core.MultivaluedMap<String, String> queryParams) TemplateCallFactory.provide()Method parameters in com.atomgraph.server.factory with type arguments of type TemplateCall -
Uses of TemplateCall in com.atomgraph.server.filter.response
Methods in com.atomgraph.server.filter.response that return types with arguments of type TemplateCall -
Uses of TemplateCall in com.atomgraph.server.model
Methods in com.atomgraph.server.model that return types with arguments of type TemplateCall -
Uses of TemplateCall in com.atomgraph.server.model.impl
Methods in com.atomgraph.server.model.impl that return types with arguments of type TemplateCallModifier and TypeMethodDescriptionResourceBase.getTemplateCall()Returns LDT template that the URI of this resource matches.Constructor parameters in com.atomgraph.server.model.impl with type arguments of type TemplateCallModifierConstructorDescriptionprotectedResourceBase(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)