Uses of Interface
com.atomgraph.processor.model.Template
Packages that use Template
Package
Description
-
Uses of Template in com.atomgraph.processor.exception
Constructors in com.atomgraph.processor.exception with parameters of type TemplateModifierConstructorDescriptionParameterException(Parameter param, Template template) ParameterException(String paramName, Template template) -
Uses of Template in com.atomgraph.processor.model
Fields in com.atomgraph.processor.model with type parameters of type TemplateMethods in com.atomgraph.processor.model that return TemplateMethods in com.atomgraph.processor.model that return types with arguments of type Template -
Uses of Template in com.atomgraph.processor.model.impl
Classes in com.atomgraph.processor.model.impl that implement TemplateMethods in com.atomgraph.processor.model.impl that return TemplateModifier and TypeMethodDescriptionTemplateImpl.getSelfOrSuperWithProperty(org.apache.jena.rdf.model.Property property) Returns this template or the first template in the super-template chain that has the specified property.final TemplateTemplateCallImpl.getTemplate()Methods in com.atomgraph.processor.model.impl that return types with arguments of type TemplateModifier and TypeMethodDescriptionTemplateImpl.getSuperTemplates()TemplateImpl.getSuperTemplates(Template template) Methods in com.atomgraph.processor.model.impl with parameters of type TemplateModifier and TypeMethodDescriptionTemplateImpl.getLanguages(Template template, org.apache.jena.rdf.model.Property property) TemplateImpl.getSuperTemplates(Template template) Constructors in com.atomgraph.processor.model.impl with parameters of type TemplateModifierConstructorDescriptionTemplateCallImpl(org.apache.jena.rdf.model.Resource resource, Template template) -
Uses of Template in com.atomgraph.processor.util
Methods in com.atomgraph.processor.util that return TemplateModifier and TypeMethodDescriptionTemplateMatcher.TemplatePrecedence.getTemplate()TemplateMatcher.match(CharSequence path) Given an absolute URI and a base URI, returns ontology class with a matching URI template, if any.TemplateMatcher.match(org.apache.jena.ontology.Ontology ontology, CharSequence path) Given a relative URI and URI template property, returns ontology class with a matching URI template, if any.Constructors in com.atomgraph.processor.util with parameters of type Template -
Uses of Template in com.atomgraph.server.factory
Methods in com.atomgraph.server.factory that return TemplateModifier and TypeMethodDescriptionTemplateCallFactory.getTemplate()TemplateCallFactory.getTemplate(org.apache.jena.ontology.Ontology ontology, javax.ws.rs.core.UriInfo uriInfo) Methods in com.atomgraph.server.factory with parameters of type TemplateModifier and TypeMethodDescriptionTemplateCallFactory.getTemplateCall(Template template, URI absolutePath, javax.ws.rs.core.MultivaluedMap<String, String> queryParams)