Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

A - Class in com.atomgraph.core.vocabulary
 
A() - Constructor for class com.atomgraph.core.vocabulary.A
 
add(Model) - Method in class com.atomgraph.core.client.GraphStoreClient
 
add(String, Model) - Method in class com.atomgraph.core.client.GraphStoreClient
 
add(Dataset) - Method in class com.atomgraph.core.client.QuadStoreClient
 
add(Dataset) - Method in interface com.atomgraph.core.model.DatasetQuadAccessor
 
add(Model) - Method in class com.atomgraph.core.model.impl.dataset.DatasetAccessorImpl
 
add(String, Model) - Method in class com.atomgraph.core.model.impl.dataset.DatasetAccessorImpl
 
add(Dataset) - Method in class com.atomgraph.core.model.impl.dataset.DatasetQuadAccessorImpl
 
add(Model) - Method in class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
 
add(String, Model) - Method in class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
 
add(Dataset) - Method in class com.atomgraph.core.model.impl.remote.DatasetQuadAccessorImpl
 
addFilter(ClientFilter) - Method in class com.atomgraph.core.client.ClientBase
 
addFilter(ClientFilter) - Method in class com.atomgraph.core.client.GraphStoreClient
 
addFilter(ClientFilter) - Method in class com.atomgraph.core.client.LinkedDataClient
 
addFilter(ClientFilter) - Method in class com.atomgraph.core.client.QuadStoreClient
 
addFilter(ClientFilter) - Method in class com.atomgraph.core.client.SPARQLClient
 
Application - Class in com.atomgraph.core
AtomGraph Core JAX-RS application base class.
Application(ServletConfig) - Constructor for class com.atomgraph.core.Application
Initializes root resource classes and provider singletons
Application(Dataset, String, String, String, String, String, MediaTypes, Client, Integer, boolean) - Constructor for class com.atomgraph.core.Application
 
Application - Interface in com.atomgraph.core.model
Linked Data application backed by SPARQL service.
APPLICATION_LD_JSON - Static variable in class com.atomgraph.core.MediaType
"application/ld+json"
APPLICATION_LD_JSON_TYPE - Static variable in class com.atomgraph.core.MediaType
"application/ld+json"
APPLICATION_RDF_URLENCODED - Static variable in class com.atomgraph.core.MediaType
"application/rdf+x-www-form-urlencoded"
APPLICATION_RDF_URLENCODED_TYPE - Static variable in class com.atomgraph.core.MediaType
"application/rdf+x-www-form-urlencoded"
APPLICATION_RDF_XML - Static variable in class com.atomgraph.core.MediaType
"application/rdf+xml"
APPLICATION_RDF_XML_TYPE - Static variable in class com.atomgraph.core.MediaType
"application/rdf+xml"
APPLICATION_SPARQL_QUERY - Static variable in class com.atomgraph.core.MediaType
"application/sparql-query"
APPLICATION_SPARQL_QUERY_TYPE - Static variable in class com.atomgraph.core.MediaType
"application/sparql-query"
APPLICATION_SPARQL_RESULTS_CSV - Static variable in class com.atomgraph.core.MediaType
"text/csv"
APPLICATION_SPARQL_RESULTS_CSV_TYPE - Static variable in class com.atomgraph.core.MediaType
"text/csv"
APPLICATION_SPARQL_RESULTS_JSON - Static variable in class com.atomgraph.core.MediaType
"application/sparql-results+json"
APPLICATION_SPARQL_RESULTS_JSON_TYPE - Static variable in class com.atomgraph.core.MediaType
"application/sparql-results+json"
APPLICATION_SPARQL_RESULTS_TSV - Static variable in class com.atomgraph.core.MediaType
"text/tab-separated-values"
APPLICATION_SPARQL_RESULTS_TSV_TYPE - Static variable in class com.atomgraph.core.MediaType
"text/tab-separated-values"
APPLICATION_SPARQL_RESULTS_XML - Static variable in class com.atomgraph.core.MediaType
"application/sparql-results+xml"
APPLICATION_SPARQL_RESULTS_XML_TYPE - Static variable in class com.atomgraph.core.MediaType
"application/sparql-results+xml"
APPLICATION_SPARQL_UPDATE - Static variable in class com.atomgraph.core.MediaType
"application/sparql-update"
APPLICATION_SPARQL_UPDATE_TYPE - Static variable in class com.atomgraph.core.MediaType
"application/sparql-update"
applyParams(MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.ClientBase
 
applyParams(WebResource, MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.ClientBase
 
ask(Query) - Method in class com.atomgraph.core.client.SPARQLClient
 
ask(Query, List<URI>, List<URI>) - Method in interface com.atomgraph.core.model.EndpointAccessor
 
ask(Query, List<URI>, List<URI>) - Method in class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
 
ask(Dataset, Query) - Method in class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
Returns boolean result from an RDF dataset using a SPARQL query.
ask(Query, List<URI>, List<URI>) - Method in class com.atomgraph.core.model.impl.remote.EndpointAccessorImpl
 
AuthenticationException - Exception in com.atomgraph.core.exception
Exception that can be thrown when authentication fails.
AuthenticationException(String, String) - Constructor for exception com.atomgraph.core.exception.AuthenticationException
 
AuthenticationExceptionMapper - Class in com.atomgraph.core.mapper
Maps authentication exception to response.
AuthenticationExceptionMapper() - Constructor for class com.atomgraph.core.mapper.AuthenticationExceptionMapper
 

B

BLANK_OBJ - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
BLANK_SUBJ - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
build() - Method in class com.atomgraph.core.util.StateBuilder
 

C

cacheControl - Static variable in class com.atomgraph.core.vocabulary.A
 
CH_AMPERSAND - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
CH_EQUALS - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
checkBlankNode(String) - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
Checking - Static variable in class com.atomgraph.core.riot.lang.TokenizerText
 
checkURI(String) - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
ClientBase - Class in com.atomgraph.core.client
A common base class for all HTTP-based protocol clients.
ClientBase(WebResource, MediaTypes) - Constructor for class com.atomgraph.core.client.ClientBase
 
ClientException - Exception in com.atomgraph.core.exception
A runtime exception thrown by a client that signals a failure to process the HTTP request or HTTP response.
ClientException(ClientResponse) - Constructor for exception com.atomgraph.core.exception.ClientException
 
ClientExceptionMapper - Class in com.atomgraph.core.mapper
Maps client exception to response.
ClientExceptionMapper() - Constructor for class com.atomgraph.core.mapper.ClientExceptionMapper
 
ClientProvider - Class in com.atomgraph.core.provider
JAX-RS provider for HTTP client.
ClientProvider(Client) - Constructor for class com.atomgraph.core.provider.ClientProvider
 
close() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
com.atomgraph.core - package com.atomgraph.core
 
com.atomgraph.core.client - package com.atomgraph.core.client
 
com.atomgraph.core.exception - package com.atomgraph.core.exception
 
com.atomgraph.core.io - package com.atomgraph.core.io
 
com.atomgraph.core.mapper - package com.atomgraph.core.mapper
 
com.atomgraph.core.model - package com.atomgraph.core.model
 
com.atomgraph.core.model.impl.dataset - package com.atomgraph.core.model.impl.dataset
 
com.atomgraph.core.model.impl.remote - package com.atomgraph.core.model.impl.remote
 
com.atomgraph.core.model.remote - package com.atomgraph.core.model.remote
 
com.atomgraph.core.provider - package com.atomgraph.core.provider
 
com.atomgraph.core.riot - package com.atomgraph.core.riot
 
com.atomgraph.core.riot.lang - package com.atomgraph.core.riot.lang
 
com.atomgraph.core.util - package com.atomgraph.core.util
 
com.atomgraph.core.util.jena - package com.atomgraph.core.util.jena
 
com.atomgraph.core.vocabulary - package com.atomgraph.core.vocabulary
 
ConfigurationException - Exception in com.atomgraph.core.exception
Exception thrown when configuration is invalid.
ConfigurationException(Property) - Constructor for exception com.atomgraph.core.exception.ConfigurationException
 
containsModel(String) - Method in class com.atomgraph.core.client.GraphStoreClient
 
containsModel(String) - Method in class com.atomgraph.core.model.impl.dataset.DatasetAccessorImpl
 
containsModel(String) - Method in class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
 
create(WebResource, MediaTypes) - Static method in class com.atomgraph.core.client.GraphStoreClient
 
create(WebResource) - Static method in class com.atomgraph.core.client.GraphStoreClient
 
create(WebResource, MediaTypes) - Static method in class com.atomgraph.core.client.LinkedDataClient
 
create(WebResource, MediaTypes) - Static method in class com.atomgraph.core.client.QuadStoreClient
 
create(WebResource) - Static method in class com.atomgraph.core.client.QuadStoreClient
 
create(WebResource, MediaTypes, int) - Static method in class com.atomgraph.core.client.SPARQLClient
 
create(WebResource, MediaTypes) - Static method in class com.atomgraph.core.client.SPARQLClient
 
create(WebResource) - Static method in class com.atomgraph.core.client.SPARQLClient
 
create(Lang) - Method in class com.atomgraph.core.riot.lang.RDFPostReaderFactory
 
CTRL_CHAR - Static variable in class com.atomgraph.core.riot.lang.TokenizerText
 
currCol - Variable in class com.atomgraph.core.riot.lang.RDFPostReader
 
currLine - Variable in class com.atomgraph.core.riot.lang.RDFPostReader
 

D

DataManager - Class in com.atomgraph.core.util.jena
Utility class for retrieval of RDF models from remote URLs.
DataManager(LocationMapper, Client, MediaTypes, boolean) - Constructor for class com.atomgraph.core.util.jena.DataManager
Creates data manager.
DataManagerProvider - Class in com.atomgraph.core.provider
JAX-RS provider for data manager.
DataManagerProvider(DataManager) - Constructor for class com.atomgraph.core.provider.DataManagerProvider
 
dataset - Static variable in class com.atomgraph.core.vocabulary.A
 
Dataset - Static variable in class com.atomgraph.core.vocabulary.SD
 
DatasetAccessorImpl - Class in com.atomgraph.core.model.impl.dataset
Base class for dataset-backed Graph Stores.
DatasetAccessorImpl(Dataset) - Constructor for class com.atomgraph.core.model.impl.dataset.DatasetAccessorImpl
 
DatasetAccessorImpl - Class in com.atomgraph.core.model.impl.remote
Proxy implementation of Graph Store.
DatasetAccessorImpl(GraphStoreClient) - Constructor for class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
Constructs Graph Store proxy from request metadata and origin URI.
DatasetProvider - Class in com.atomgraph.core.io
JAX-RS provider for reading RDF dataset from request and writing it to response.
DatasetProvider() - Constructor for class com.atomgraph.core.io.DatasetProvider
 
DatasetQuadAccessor - Interface in com.atomgraph.core.model
Quad-based accessor to an RDF dataset.
DatasetQuadAccessorImpl - Class in com.atomgraph.core.model.impl.dataset
 
DatasetQuadAccessorImpl(Dataset) - Constructor for class com.atomgraph.core.model.impl.dataset.DatasetQuadAccessorImpl
 
DatasetQuadAccessorImpl - Class in com.atomgraph.core.model.impl.remote
 
DatasetQuadAccessorImpl(QuadStoreClient) - Constructor for class com.atomgraph.core.model.impl.remote.DatasetQuadAccessorImpl
Constructs Quad Store proxy from request metadata and origin URI.
DEF_NS_DECL - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
DEF_NS_OBJ - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
DEF_NS_PRED - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
DEF_NS_SUBJ - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
DEFAULT_GRAPH_URI - Static variable in interface com.atomgraph.core.model.SPARQLEndpoint
 
defaultGraph - Static variable in class com.atomgraph.core.vocabulary.SD
 
delete(MediaType[], MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.ClientBase
 
delete(WebResource.Builder) - Method in class com.atomgraph.core.client.ClientBase
 
delete() - Method in class com.atomgraph.core.client.LinkedDataClient
 
delete() - Method in class com.atomgraph.core.client.QuadStoreClient
 
delete() - Method in interface com.atomgraph.core.model.DatasetQuadAccessor
 
delete(Boolean, URI) - Method in interface com.atomgraph.core.model.GraphStore
Handles DELETE query request and returns result as response
delete() - Method in class com.atomgraph.core.model.impl.dataset.DatasetQuadAccessorImpl
 
delete() - Method in class com.atomgraph.core.model.impl.remote.DatasetQuadAccessorImpl
 
delete() - Method in interface com.atomgraph.core.model.QuadStore
Handles DELETE query request and returns result as response
delete() - Method in interface com.atomgraph.core.model.Resource
Handles DELETE methods
deleteBuilder(MediaType[], MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.ClientBase
 
deleteDefault() - Method in class com.atomgraph.core.client.GraphStoreClient
 
deleteDefault() - Method in class com.atomgraph.core.model.impl.dataset.DatasetAccessorImpl
 
deleteDefault() - Method in class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
 
deleteModel(String) - Method in class com.atomgraph.core.client.GraphStoreClient
 
deleteModel(String) - Method in class com.atomgraph.core.model.impl.dataset.DatasetAccessorImpl
 
deleteModel(String) - Method in class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
 
describe() - Method in interface com.atomgraph.core.model.QueriedResource
Returns RDF description of this resource.
directive(Tokenizer, PeekIterator<Token>, ParserProfile, StreamRDF) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
directiveBase(Tokenizer, PeekIterator<Token>, ParserProfile, StreamRDF) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
directiveNSDecl(Tokenizer, PeekIterator<Token>, ParserProfile, StreamRDF) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 

E

emit(ParserProfile, StreamRDF, Node, Node, Node) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
emitBase(String, StreamRDF) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
emitTriple(ParserProfile, StreamRDF, Node, Node, Node) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
endpoint - Static variable in class com.atomgraph.core.vocabulary.SD
 
EndpointAccessor - Interface in com.atomgraph.core.model
Uniform interface for SPARQL endpoints and clients.
EndpointAccessorImpl - Class in com.atomgraph.core.model.impl.dataset
 
EndpointAccessorImpl(Dataset) - Constructor for class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
 
EndpointAccessorImpl - Class in com.atomgraph.core.model.impl.remote
 
EndpointAccessorImpl(SPARQLClient) - Constructor for class com.atomgraph.core.model.impl.remote.EndpointAccessorImpl
 
eof(Tokenizer, PeekIterator<Token>) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
eof() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
exception(Token, String, Object...) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
exceptionDirect(String, long, long) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 

F

fromResource(Resource) - Static method in class com.atomgraph.core.util.StateBuilder
 
fromUri(URI, Model) - Static method in class com.atomgraph.core.util.StateBuilder
 
fromUri(String, Model) - Static method in class com.atomgraph.core.util.StateBuilder
 

G

get(MediaType[], MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.ClientBase
 
get(WebResource.Builder) - Method in class com.atomgraph.core.client.ClientBase
 
get() - Method in class com.atomgraph.core.client.LinkedDataClient
 
get() - Method in class com.atomgraph.core.client.QuadStoreClient
 
get() - Method in interface com.atomgraph.core.model.DatasetQuadAccessor
 
get(Boolean, URI) - Method in interface com.atomgraph.core.model.GraphStore
Handles GET query request and returns result as response
get() - Method in class com.atomgraph.core.model.impl.dataset.DatasetQuadAccessorImpl
 
get() - Method in class com.atomgraph.core.model.impl.remote.DatasetQuadAccessorImpl
 
get() - Method in interface com.atomgraph.core.model.QuadStore
Response with dataset.
get() - Method in interface com.atomgraph.core.model.Resource
Handles GET request and returns response
get(Query, List<URI>, List<URI>) - Method in interface com.atomgraph.core.model.SPARQLEndpoint
Handles GET query request and returns result as response
get(String, MediaType[]) - Method in class com.atomgraph.core.util.jena.DataManager
 
getApplication() - Method in class com.atomgraph.core.Application
 
getAuthPwd() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getAuthPwd() - Method in interface com.atomgraph.core.model.RemoteService
 
getAuthUser() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getAuthUser() - Method in interface com.atomgraph.core.model.RemoteService
 
getBuilder(MediaType[], MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.ClientBase
 
getChecker() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
getClasses() - Method in class com.atomgraph.core.Application
Provides JAX-RS root resource classes.
getClient() - Method in class com.atomgraph.core.Application
 
getClient(ClientConfig) - Static method in class com.atomgraph.core.Application
 
getClient() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getClient() - Method in class com.atomgraph.core.provider.ClientProvider
 
getClient() - Method in class com.atomgraph.core.util.jena.DataManager
 
getClientResponse() - Method in exception com.atomgraph.core.exception.ClientException
 
getColumn() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
getContext(Class<?>) - Method in class com.atomgraph.core.provider.ClientProvider
 
getContext(Class<?>) - Method in class com.atomgraph.core.provider.DataManagerProvider
 
getContext(Class<?>) - Method in class com.atomgraph.core.provider.MediaTypesProvider
 
getContext(Class<?>) - Method in class com.atomgraph.core.provider.ServiceProvider
 
getDataManager() - Method in class com.atomgraph.core.Application
 
getDataManager() - Method in class com.atomgraph.core.provider.DataManagerProvider
Returns default data manager instance.
getDataset() - Method in class com.atomgraph.core.Application
 
getDataset(String, Lang) - Static method in class com.atomgraph.core.Application
 
getDataset() - Method in class com.atomgraph.core.model.impl.dataset.DatasetAccessorImpl
 
getDataset() - Method in class com.atomgraph.core.model.impl.dataset.DatasetQuadAccessorImpl
 
getDataset() - Method in class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
 
getDataset() - Method in class com.atomgraph.core.model.impl.dataset.ServiceImpl
 
getDatasetAccessor() - Method in class com.atomgraph.core.model.impl.dataset.ServiceImpl
 
getDatasetAccessor() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getDatasetAccessor() - Method in interface com.atomgraph.core.model.Service
 
getDatasetQuadAccessor() - Method in class com.atomgraph.core.model.impl.dataset.ServiceImpl
 
getDatasetQuadAccessor() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getDatasetQuadAccessor() - Method in interface com.atomgraph.core.model.Service
 
getDefaultMediaType() - Method in class com.atomgraph.core.client.ClientBase
 
getDefaultMediaType() - Method in class com.atomgraph.core.client.GraphStoreClient
 
getDefaultMediaType() - Method in class com.atomgraph.core.client.LinkedDataClient
 
getDefaultMediaType() - Method in class com.atomgraph.core.client.QuadStoreClient
 
getDefaultMediaType() - Method in class com.atomgraph.core.client.SPARQLClient
 
getEndpoint(URI) - Method in class com.atomgraph.core.util.jena.DataManager
 
getEndpointAccessor() - Method in class com.atomgraph.core.model.impl.dataset.ServiceImpl
 
getEndpointAccessor() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getEndpointAccessor() - Method in interface com.atomgraph.core.model.Service
 
getErrorHandler() - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
getFinished() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
getGraphStore() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getGraphStore() - Method in interface com.atomgraph.core.model.RemoteService
 
getGraphStoreClient() - Method in class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
 
getGraphStoreClient() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getGraphStoreClient(WebResource) - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getGraphStoreClient() - Method in interface com.atomgraph.core.model.remote.GraphStore
 
getGraphStoreClient() - Method in interface com.atomgraph.core.model.RemoteService
 
getHref() - Method in class com.atomgraph.core.util.Link
 
getHttpContext() - Method in class com.atomgraph.core.provider.QueryParamProvider
 
getInjectable(ComponentContext, Context) - Method in class com.atomgraph.core.provider.ClientProvider
 
getInjectable(ComponentContext, Context) - Method in class com.atomgraph.core.provider.DataManagerProvider
 
getInjectable(ComponentContext, Context) - Method in class com.atomgraph.core.provider.MediaTypesProvider
 
getInjectable(ComponentContext, QueryParam) - Method in class com.atomgraph.core.provider.QueryParamProvider
 
getInjectable(ComponentContext, Context) - Method in class com.atomgraph.core.provider.ServiceProvider
 
getLine() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
getMaxGetRequestSize() - Method in class com.atomgraph.core.Application
 
getMaxGetRequestSize() - Method in class com.atomgraph.core.client.SPARQLClient
 
getMaxGetRequestSize() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getMediaTypes() - Method in class com.atomgraph.core.Application
 
getMediaTypes() - Method in class com.atomgraph.core.client.ClientBase
 
getMediaTypes() - Method in class com.atomgraph.core.model.impl.dataset.ServiceImpl
 
getMediaTypes() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getMediaTypes() - Method in class com.atomgraph.core.provider.MediaTypesProvider
 
getMediaTypes() - Method in class com.atomgraph.core.util.jena.DataManager
 
getModel() - Method in class com.atomgraph.core.client.GraphStoreClient
 
getModel(String) - Method in class com.atomgraph.core.client.GraphStoreClient
 
getModel() - Method in class com.atomgraph.core.model.impl.dataset.DatasetAccessorImpl
 
getModel(String) - Method in class com.atomgraph.core.model.impl.dataset.DatasetAccessorImpl
 
getModel() - Method in class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
 
getModel(String) - Method in class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
 
getModel(String) - Method in class com.atomgraph.core.util.jena.DataManager
 
getModel(String, ModelReader) - Method in class com.atomgraph.core.util.jena.DataManager
 
getParserProfile() - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
getQuadStore() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getQuadStore() - Method in interface com.atomgraph.core.model.RemoteService
 
getQuadStoreClient() - Method in class com.atomgraph.core.model.impl.remote.DatasetQuadAccessorImpl
 
getQuadStoreClient() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getQuadStoreClient(WebResource) - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getQuadStoreClient() - Method in interface com.atomgraph.core.model.remote.QuadStore
 
getQuadStoreClient() - Method in interface com.atomgraph.core.model.RemoteService
 
getQuery() - Method in interface com.atomgraph.core.model.QueriedResource
Returns SPARQL query that was used to retrieve the RDF representation (DESCRIBE or CONSTRUCT)
getQueryURLLength(MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.SPARQLClient
 
getReadable() - Method in class com.atomgraph.core.MediaTypes
Returns Java class to JAX-RS media type map.
getReadable(Class) - Method in class com.atomgraph.core.MediaTypes
 
getReadableMediaTypes(Class) - Method in class com.atomgraph.core.client.ClientBase
 
getReader() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
getRealm() - Method in exception com.atomgraph.core.exception.AuthenticationException
 
getRel() - Method in class com.atomgraph.core.util.Link
 
getResource() - Method in class com.atomgraph.core.util.StateBuilder
 
getService() - Method in class com.atomgraph.core.Application
 
getService() - Method in interface com.atomgraph.core.model.Application
 
getService() - Method in class com.atomgraph.core.provider.ServiceProvider
 
getSingletons() - Method in class com.atomgraph.core.Application
Provides JAX-RS singleton objects (e.g.
getSize(Dataset, Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.DatasetProvider
 
getSize(Model, Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.ModelProvider
 
getSize(Query, Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.QueryProvider
 
getSize(ResultSet, Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.ResultSetProvider
 
getSPARQLClient() - Method in class com.atomgraph.core.model.impl.remote.EndpointAccessorImpl
 
getSPARQLClient() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getSPARQLClient(WebResource) - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getSPARQLClient() - Method in interface com.atomgraph.core.model.remote.SPARQLEndpoint
 
getSPARQLClient() - Method in interface com.atomgraph.core.model.RemoteService
 
getSPARQLEndpoint() - Method in class com.atomgraph.core.model.impl.remote.ServiceImpl
 
getSPARQLEndpoint() - Method in interface com.atomgraph.core.model.RemoteService
 
getType() - Method in class com.atomgraph.core.util.Link
 
getURI() - Method in class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
 
getURI() - Method in interface com.atomgraph.core.model.remote.GraphStore
 
getURI() - Method in interface com.atomgraph.core.model.remote.QuadStore
 
getURI() - Method in interface com.atomgraph.core.model.remote.SPARQLEndpoint
 
getURI() - Method in interface com.atomgraph.core.model.Resource
Returns URI of the resource.
getURI() - Static method in class com.atomgraph.core.vocabulary.A
The namespace of the vocabulary as a string
getURI() - Static method in class com.atomgraph.core.vocabulary.SD
The namespace of the vocabulary as a string
getUriBuilder() - Method in class com.atomgraph.core.util.StateBuilder
 
getWebResource() - Method in class com.atomgraph.core.client.ClientBase
 
getWebResourceURI() - Method in class com.atomgraph.core.client.LinkedDataClient
 
getWritable() - Method in class com.atomgraph.core.MediaTypes
 
getWritable(Class) - Method in class com.atomgraph.core.MediaTypes
 
Graph - Static variable in class com.atomgraph.core.vocabulary.SD
 
graph - Static variable in class com.atomgraph.core.vocabulary.SD
 
GraphStore - Interface in com.atomgraph.core.model
Generic SPARQL 1.1 Graph Store HTTP Protocol interface
GraphStore - Interface in com.atomgraph.core.model.remote
Remote Graph Store identified by URI.
graphStore - Static variable in class com.atomgraph.core.vocabulary.A
 
GraphStoreClient - Class in com.atomgraph.core.client
SPARQL Graph Store Protocol client.
GraphStoreClient(WebResource, MediaTypes) - Constructor for class com.atomgraph.core.client.GraphStoreClient
 
GraphStoreClient(WebResource) - Constructor for class com.atomgraph.core.client.GraphStoreClient
 

H

hashModel(Model) - Static method in class com.atomgraph.core.util.ModelUtils
 
hashQuerySolution(QuerySolution) - Static method in class com.atomgraph.core.util.ResultSetUtils
 
hashResultSet(ResultSet) - Static method in class com.atomgraph.core.util.ResultSetUtils
 
hashTriple(Triple) - Static method in class com.atomgraph.core.util.ModelUtils
 
hasNext() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
head(Class, MediaType[], String, MultivaluedMap<String, String>, MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.ClientBase
 

I

init() - Method in class com.atomgraph.core.Application
 
isPreemptiveAuth() - Method in class com.atomgraph.core.Application
 
isQuads(MediaType) - Static method in class com.atomgraph.core.MediaTypes
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.DatasetProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.ModelProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.QueryProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.ResultSetProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.UpdateRequestReader
 
isResultSetType(MediaType) - Static method in class com.atomgraph.core.io.ResultSetProvider
 
isTriples(MediaType) - Static method in class com.atomgraph.core.MediaTypes
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.DatasetProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.ModelProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.QueryProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.atomgraph.core.io.ResultSetProvider
 

J

JSONLD - Static variable in class com.atomgraph.core.riot.RDFLanguages
 

L

lang(Tokenizer, PeekIterator<Token>) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
LANG - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
Language - Static variable in class com.atomgraph.core.vocabulary.SD
 
Link - Class in com.atomgraph.core.util
Represents HTTP Link header.
Link(URI, String, String) - Constructor for class com.atomgraph.core.util.Link
 
LinkedDataClient - Class in com.atomgraph.core.client
Linked Data client.
LinkedDataClient(WebResource, MediaTypes) - Constructor for class com.atomgraph.core.client.LinkedDataClient
 
LITERAL_OBJ - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
loadDataset(Query) - Method in class com.atomgraph.core.client.SPARQLClient
 
loadDataset(Query, List<URI>, List<URI>) - Method in interface com.atomgraph.core.model.EndpointAccessor
 
loadDataset(Query, List<URI>, List<URI>) - Method in class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
 
loadDataset(Dataset, Query) - Method in class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
Loads RDF dataset from an RDF dataset using a SPARQL query.
loadDataset(Query, List<URI>, List<URI>) - Method in class com.atomgraph.core.model.impl.remote.EndpointAccessorImpl
 
loadModel(Query) - Method in class com.atomgraph.core.client.SPARQLClient
 
loadModel(Query, List<URI>, List<URI>) - Method in interface com.atomgraph.core.model.EndpointAccessor
 
loadModel(Query, List<URI>, List<URI>) - Method in class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
 
loadModel(Dataset, Query) - Method in class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
Loads RDF graph from an RDF dataset using a SPARQL query.
loadModel(Query, List<URI>, List<URI>) - Method in class com.atomgraph.core.model.impl.remote.EndpointAccessorImpl
 
loadModel(String) - Method in class com.atomgraph.core.util.jena.DataManager
 
loadResultSet(Dataset, Query) - Method in class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
Loads result set from an RDF dataset using a SPARQL query.
lookingAt(Tokenizer, PeekIterator<Token>, TokenType) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 

M

maxGetRequestSize - Static variable in class com.atomgraph.core.vocabulary.A
 
MediaType - Class in com.atomgraph.core
Extends standard JAX-RS media type with RDF media types
MediaType(Lang) - Constructor for class com.atomgraph.core.MediaType
 
MediaType(Lang, Map<String, String>) - Constructor for class com.atomgraph.core.MediaType
 
MediaType(ContentType) - Constructor for class com.atomgraph.core.MediaType
 
MediaType(ContentType, Map<String, String>) - Constructor for class com.atomgraph.core.MediaType
 
MediaType(String, String, Map<String, String>) - Constructor for class com.atomgraph.core.MediaType
 
MediaType(String, String) - Constructor for class com.atomgraph.core.MediaType
 
MediaType() - Constructor for class com.atomgraph.core.MediaType
 
MediaTypes - Class in com.atomgraph.core
As class providing access to supported media types.
MediaTypes() - Constructor for class com.atomgraph.core.MediaTypes
 
MediaTypes(Map<Class, List<MediaType>>, Map<Class, List<MediaType>>) - Constructor for class com.atomgraph.core.MediaTypes
 
MediaTypes(Collection<Lang>, Map<String, String>) - Constructor for class com.atomgraph.core.MediaTypes
 
MediaTypesProvider - Class in com.atomgraph.core.provider
JAX-RS provider for media type registry.
MediaTypesProvider(MediaTypes) - Constructor for class com.atomgraph.core.provider.MediaTypesProvider
 
ModelProvider - Class in com.atomgraph.core.io
JAX-RS provider for reading RDF model from request and writing it to response.
ModelProvider() - Constructor for class com.atomgraph.core.io.ModelProvider
 
ModelUtils - Class in com.atomgraph.core.util
Model hash calculator.
ModelUtils() - Constructor for class com.atomgraph.core.util.ModelUtils
 
moreTokens(PeekIterator<Token>) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 

N

name - Static variable in class com.atomgraph.core.vocabulary.SD
 
NAMED_GRAPH_URI - Static variable in interface com.atomgraph.core.model.SPARQLEndpoint
 
NamedGraph - Static variable in class com.atomgraph.core.vocabulary.SD
 
namedGraph - Static variable in class com.atomgraph.core.vocabulary.SD
 
NAMESPACE - Static variable in class com.atomgraph.core.vocabulary.A
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.atomgraph.core.vocabulary.SD
The namespace of the vocabulary as a resource
next() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
nextToken(Tokenizer, PeekIterator<Token>) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
node(Tokenizer, PeekIterator<Token>, ParserProfile) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
NoReaderForLangExceptionMapper - Class in com.atomgraph.core.mapper
 
NoReaderForLangExceptionMapper() - Constructor for class com.atomgraph.core.mapper.NoReaderForLangExceptionMapper
 
NotFoundException - Exception in com.atomgraph.core.exception
Exception thrown when resource is not found.
NotFoundException(String) - Constructor for exception com.atomgraph.core.exception.NotFoundException
 
NotFoundExceptionMapper - Class in com.atomgraph.core.mapper
Maps resource not found exception to response.
NotFoundExceptionMapper() - Constructor for class com.atomgraph.core.mapper.NotFoundExceptionMapper
 
NS - Static variable in class com.atomgraph.core.vocabulary.A
The namespace of the vocabulary as a string
NS - Static variable in class com.atomgraph.core.vocabulary.SD
The namespace of the vocabulary as a string
NS_DECL - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
NS_OBJ - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
NS_PRED - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
NS_SUBJ - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 

O

object(Tokenizer, PeekIterator<Token>, ParserProfile, Node, Node) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
objectList(Tokenizer, PeekIterator<Token>, ParserProfile, StreamRDF, Node, Node) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
objectLiteral(Tokenizer, PeekIterator<Token>, ParserProfile) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
objectNS(Tokenizer, PeekIterator<Token>, ParserProfile) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 

P

parse(String, String) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
parse(List<String>, List<String>) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
parseBoolean(ClientResponse) - Static method in class com.atomgraph.core.client.SPARQLClient
 
parseToken() - Method in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
parseToken() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
patch(Dataset) - Method in class com.atomgraph.core.client.QuadStoreClient
 
patch(Dataset, MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.QuadStoreClient
 
patch(Dataset) - Method in interface com.atomgraph.core.model.DatasetQuadAccessor
 
patch(Dataset) - Method in class com.atomgraph.core.model.impl.dataset.DatasetQuadAccessorImpl
 
patch(Dataset) - Method in class com.atomgraph.core.model.impl.remote.DatasetQuadAccessorImpl
 
peek() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
peekToken(Tokenizer, PeekIterator<Token>) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
post(Object, MediaType, MediaType[], MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.ClientBase
 
post(WebResource.Builder, Object) - Method in class com.atomgraph.core.client.ClientBase
 
post(Model) - Method in class com.atomgraph.core.client.LinkedDataClient
 
post(Model, Boolean, URI) - Method in interface com.atomgraph.core.model.GraphStore
Handles POST query request and returns result as response
post(Dataset) - Method in interface com.atomgraph.core.model.QuadStore
Appends request dataset entity.
post(Dataset) - Method in interface com.atomgraph.core.model.Resource
Handles POST methods with RDF request body and returns response
post(String, String, List<URI>, List<URI>, List<URI>, List<URI>) - Method in interface com.atomgraph.core.model.SPARQLEndpoint
Handles URL-encoded POST query request and returns result as response.
post(Query, List<URI>, List<URI>) - Method in interface com.atomgraph.core.model.SPARQLEndpoint
Handles direct POST query request and returns result as response
post(UpdateRequest, List<URI>, List<URI>) - Method in interface com.atomgraph.core.model.SPARQLEndpoint
Handles direct POST update request and returns result as response
postBuilder(MediaType, MediaType[], MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.ClientBase
 
predicate(Tokenizer, PeekIterator<Token>, ParserProfile) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
predicateNS(Tokenizer, PeekIterator<Token>, ParserProfile) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
predicateObjectItem(Tokenizer, PeekIterator<Token>, ParserProfile, StreamRDF, Node) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
predicateObjectList(Tokenizer, PeekIterator<Token>, ParserProfile, StreamRDF, Node) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
preemptiveAuth - Static variable in class com.atomgraph.core.vocabulary.A
 
property(Property, RDFNode) - Method in class com.atomgraph.core.util.StateBuilder
 
put(Object, MediaType, MediaType[], MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.ClientBase
 
put(WebResource.Builder, Object) - Method in class com.atomgraph.core.client.ClientBase
 
put(Model) - Method in class com.atomgraph.core.client.LinkedDataClient
 
put(Model, Boolean, URI) - Method in interface com.atomgraph.core.model.GraphStore
Handles PUT query request and returns result as response
put(Dataset) - Method in interface com.atomgraph.core.model.QuadStore
Replaces the dataset with request dataset entity.
put(Dataset) - Method in interface com.atomgraph.core.model.Resource
Handles PUT methods with RDF request body and returns response
putBuilder(MediaType, MediaType[], MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.ClientBase
 
putModel(Model) - Method in class com.atomgraph.core.client.GraphStoreClient
 
putModel(String, Model) - Method in class com.atomgraph.core.client.GraphStoreClient
 
putModel(Model) - Method in class com.atomgraph.core.model.impl.dataset.DatasetAccessorImpl
 
putModel(String, Model) - Method in class com.atomgraph.core.model.impl.dataset.DatasetAccessorImpl
 
putModel(Model) - Method in class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
 
putModel(String, Model) - Method in class com.atomgraph.core.model.impl.remote.DatasetAccessorImpl
 

Q

QuadStore - Interface in com.atomgraph.core.model
SPARQL 1.1 Graph Store HTTP Protocol interface extended to support quads
QuadStore - Interface in com.atomgraph.core.model.remote
 
quadStore - Static variable in class com.atomgraph.core.vocabulary.A
 
QuadStoreClient - Class in com.atomgraph.core.client
Quad Store client.
QuadStoreClient(WebResource, MediaTypes) - Constructor for class com.atomgraph.core.client.QuadStoreClient
 
QuadStoreClient(WebResource) - Constructor for class com.atomgraph.core.client.QuadStoreClient
 
QueriedResource - Interface in com.atomgraph.core.model
RDF resource, representation of which was queried from a SPARQL endpoint.
query(Query, Class, MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.SPARQLClient
 
QUERY - Static variable in interface com.atomgraph.core.model.SPARQLEndpoint
 
QueryParamProvider - Class in com.atomgraph.core.provider
JAX-RS query parameter provider for SPARQL string.
QueryParamProvider() - Constructor for class com.atomgraph.core.provider.QueryParamProvider
 
QueryProvider - Class in com.atomgraph.core.io
JAX-RS provider for reading/writing SPARQL queries.
QueryProvider() - Constructor for class com.atomgraph.core.io.QueryProvider
 

R

raiseException(RiotParseException) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
RDF - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
RDFLanguages - Class in com.atomgraph.core.riot
Adds new RDF languages to Jena's registry.
RDFLanguages() - Constructor for class com.atomgraph.core.riot.RDFLanguages
 
RDFPOST - Static variable in class com.atomgraph.core.riot.RDFLanguages
 
RDFPostReader - Class in com.atomgraph.core.riot.lang
Streaming RDF/POST parser.
RDFPostReader() - Constructor for class com.atomgraph.core.riot.lang.RDFPostReader
 
RDFPostReaderAdapter - Class in com.atomgraph.core.riot.lang
RDF/POST reader adapter.
RDFPostReaderAdapter() - Constructor for class com.atomgraph.core.riot.lang.RDFPostReaderAdapter
 
RDFPostReaderFactory - Class in com.atomgraph.core.riot.lang
RDF/POST reader factory.
RDFPostReaderFactory() - Constructor for class com.atomgraph.core.riot.lang.RDFPostReaderFactory
 
read(Model, InputStream, Lang, String) - Method in class com.atomgraph.core.io.ModelProvider
 
read(Model, InputStream, Lang, String, ErrorHandler, ParserProfile) - Method in class com.atomgraph.core.io.ModelProvider
 
read(InputStream, String, ContentType, StreamRDF, Context) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
read(InputStream, String, Lang, StreamRDF, Context) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
read(Reader, String, ContentType, StreamRDF, Context) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
read(Reader, String, Lang, StreamRDF, Context) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
readBlankNodeLabel() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
readFrom(Class<Dataset>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.atomgraph.core.io.DatasetProvider
 
readFrom(Class<Model>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.atomgraph.core.io.ModelProvider
 
readFrom(Class<Query>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.atomgraph.core.io.QueryProvider
 
readFrom(Class<ResultSetRewindable>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.atomgraph.core.io.ResultSetProvider
 
readFrom(Class<UpdateRequest>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.atomgraph.core.io.UpdateRequestReader
 
readIRI() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
readModel(Model, String) - Method in class com.atomgraph.core.util.jena.DataManager
 
readUntilDelimiter() - Method in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
RemoteService - Interface in com.atomgraph.core.model
Remote SPARQL service with SPARQL 1.1 Protocol and Graph Store support.
remove() - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
replace(Dataset) - Method in class com.atomgraph.core.client.QuadStoreClient
 
replace(Dataset) - Method in interface com.atomgraph.core.model.DatasetQuadAccessor
 
replace(Dataset) - Method in class com.atomgraph.core.model.impl.dataset.DatasetQuadAccessorImpl
 
replace(Dataset) - Method in class com.atomgraph.core.model.impl.remote.DatasetQuadAccessorImpl
 
replaceProperty(Property, RDFNode) - Method in class com.atomgraph.core.util.StateBuilder
 
REQUEST_URI_HEADER - Static variable in class com.atomgraph.core.io.DatasetProvider
 
REQUEST_URI_HEADER - Static variable in class com.atomgraph.core.io.ModelProvider
 
Resource - Interface in com.atomgraph.core.model
Read-write Linked Data resource.
RESPONSE_URI_HEADER - Static variable in class com.atomgraph.core.io.ModelProvider
 
RESULT_SET_TYPES - Static variable in class com.atomgraph.core.io.ResultSetProvider
 
resultLimit - Static variable in class com.atomgraph.core.vocabulary.A
 
ResultSetProvider - Class in com.atomgraph.core.io
JAX-RS provider for writing SPARQL result set to the response.
ResultSetProvider() - Constructor for class com.atomgraph.core.io.ResultSetProvider
 
ResultSetUtils - Class in com.atomgraph.core.util
Result set hash calculator.
ResultSetUtils() - Constructor for class com.atomgraph.core.util.ResultSetUtils
 
runParser(Tokenizer, ParserProfile, StreamRDF) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 

S

SD - Class in com.atomgraph.core.vocabulary
 
SD() - Constructor for class com.atomgraph.core.vocabulary.SD
 
select(Query) - Method in class com.atomgraph.core.client.SPARQLClient
 
select(Query, List<URI>, List<URI>) - Method in interface com.atomgraph.core.model.EndpointAccessor
 
select(Query, List<URI>, List<URI>) - Method in class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
 
select(Query, List<URI>, List<URI>) - Method in class com.atomgraph.core.model.impl.remote.EndpointAccessorImpl
 
Service - Interface in com.atomgraph.core.model
SPARQL 1.1 service with endpoint and graph store.
Service - Static variable in class com.atomgraph.core.vocabulary.SD
 
ServiceImpl - Class in com.atomgraph.core.model.impl.dataset
 
ServiceImpl(Dataset, MediaTypes) - Constructor for class com.atomgraph.core.model.impl.dataset.ServiceImpl
 
ServiceImpl - Class in com.atomgraph.core.model.impl.remote
 
ServiceImpl(Client, MediaTypes, Resource, Resource, Resource, String, String, Integer) - Constructor for class com.atomgraph.core.model.impl.remote.ServiceImpl
 
ServiceImpl(Client, MediaTypes, Resource, Resource, Resource) - Constructor for class com.atomgraph.core.model.impl.remote.ServiceImpl
 
ServiceProvider - Class in com.atomgraph.core.provider
JAX-RS provider for application's SPARQL service.
ServiceProvider(Service) - Constructor for class com.atomgraph.core.provider.ServiceProvider
 
setChecker(TokenChecker) - Method in class com.atomgraph.core.riot.lang.TokenizerText
 
setErrorHandler(ErrorHandler) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
setHref(URI) - Method in class com.atomgraph.core.util.Link
 
setParserProfile(ParserProfile) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
setRel(String) - Method in class com.atomgraph.core.util.Link
 
setType(String) - Method in class com.atomgraph.core.util.Link
 
skipEmptyLiterals() - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
skipToSubject(Tokenizer, PeekIterator<Token>) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
skipToSubjectOrPredicate(Tokenizer, PeekIterator<Token>) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
skipToSubjectOrPredicateOrNonLiteralObject(Tokenizer, PeekIterator<Token>) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
SPARQL10Query - Static variable in class com.atomgraph.core.vocabulary.SD
 
SPARQL11Query - Static variable in class com.atomgraph.core.vocabulary.SD
 
SPARQL11Update - Static variable in class com.atomgraph.core.vocabulary.SD
 
SPARQLClient - Class in com.atomgraph.core.client
SPARQL Protocol client.
SPARQLClient(WebResource, MediaTypes, int) - Constructor for class com.atomgraph.core.client.SPARQLClient
 
SPARQLClient(WebResource, MediaTypes) - Constructor for class com.atomgraph.core.client.SPARQLClient
 
SPARQLClient(WebResource) - Constructor for class com.atomgraph.core.client.SPARQLClient
 
SPARQLEndpoint - Interface in com.atomgraph.core.model.remote
Remote SPARQL endpoint identified by URI.
SPARQLEndpoint - Interface in com.atomgraph.core.model
Generic SPARQL 1.1 Protocol interface
specifyDataset(Dataset, List<URI>, List<URI>) - Method in class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
 
StateBuilder - Class in com.atomgraph.core.util
Builds application state as RDF resource from URL query parameters.
StateBuilder(UriBuilder, Model) - Constructor for class com.atomgraph.core.util.StateBuilder
 
strLangJSONLD - Static variable in class com.atomgraph.core.riot.RDFLanguages
 
strLangRDFPOST - Static variable in class com.atomgraph.core.riot.RDFLanguages
 
supportedLanguage - Static variable in class com.atomgraph.core.vocabulary.SD
 

T

TEXT_NQUADS - Static variable in class com.atomgraph.core.MediaType
"application/n-quads"
TEXT_NQUADS_TYPE - Static variable in class com.atomgraph.core.MediaType
"application/n-quads"
TEXT_NTRIPLES - Static variable in class com.atomgraph.core.MediaType
"application/n-triples"
TEXT_NTRIPLES_TYPE - Static variable in class com.atomgraph.core.MediaType
"application/n-triples"
TEXT_TRIG - Static variable in class com.atomgraph.core.MediaType
"text/trig"
TEXT_TRIG_TYPE - Static variable in class com.atomgraph.core.MediaType
"text/trig"
TEXT_TURTLE - Static variable in class com.atomgraph.core.MediaType
"text/turtle"
TEXT_TURTLE_TYPE - Static variable in class com.atomgraph.core.MediaType
"text/turtle"
tokenAsNode(ParserProfile, Token) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
TokenizerRDFPost - Class in com.atomgraph.core.riot.lang
RDF/POST tokenizer.
TokenizerRDFPost(PeekReader) - Constructor for class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
TokenizerText - Class in com.atomgraph.core.riot.lang
Tokenizer for all sorts of things RDF-ish
toResponse(AuthenticationException) - Method in class com.atomgraph.core.mapper.AuthenticationExceptionMapper
 
toResponse(ClientException) - Method in class com.atomgraph.core.mapper.ClientExceptionMapper
 
toResponse(NotFoundException) - Method in class com.atomgraph.core.mapper.NotFoundExceptionMapper
 
toString() - Method in class com.atomgraph.core.MediaTypes
 
toString() - Method in class com.atomgraph.core.util.Link
To write as Link header
toString() - Method in class com.atomgraph.core.util.StateBuilder
 
triples(Tokenizer, PeekIterator<Token>, ParserProfile, StreamRDF) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
type(Tokenizer, PeekIterator<Token>) - Method in class com.atomgraph.core.riot.lang.RDFPostReader
 
TYPE - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 

U

update(UpdateRequest, MultivaluedMap<String, String>) - Method in class com.atomgraph.core.client.SPARQLClient
POSTs update to a remote SPARQL endpoint.
update(UpdateRequest, List<URI>, List<URI>) - Method in interface com.atomgraph.core.model.EndpointAccessor
 
update(UpdateRequest, List<URI>, List<URI>) - Method in class com.atomgraph.core.model.impl.dataset.EndpointAccessorImpl
Executes update on dataset.
update(UpdateRequest, List<URI>, List<URI>) - Method in class com.atomgraph.core.model.impl.remote.EndpointAccessorImpl
 
UPDATE - Static variable in interface com.atomgraph.core.model.SPARQLEndpoint
 
UpdateRequestReader - Class in com.atomgraph.core.io
JAX-RS provider for reading SPARQL Update from request body.
UpdateRequestReader() - Constructor for class com.atomgraph.core.io.UpdateRequestReader
 
URI_OBJ - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
URI_PRED - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
URI_SUBJ - Static variable in class com.atomgraph.core.riot.lang.TokenizerRDFPost
 
usePreemptiveAuth() - Method in class com.atomgraph.core.util.jena.DataManager
 
USING_GRAPH_URI - Static variable in interface com.atomgraph.core.model.SPARQLEndpoint
 
USING_NAMED_GRAPH_URI - Static variable in interface com.atomgraph.core.model.SPARQLEndpoint
 
UTF8_PARAM - Static variable in class com.atomgraph.core.MediaTypes
 

V

valueOf(String) - Static method in class com.atomgraph.core.util.Link
For unmarshalling Link Headers.

W

write(Model, OutputStream, Lang, String) - Method in class com.atomgraph.core.io.ModelProvider
 
writeTo(Dataset, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.atomgraph.core.io.DatasetProvider
 
writeTo(Model, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.atomgraph.core.io.ModelProvider
 
writeTo(Query, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.atomgraph.core.io.QueryProvider
 
writeTo(ResultSet, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.atomgraph.core.io.ResultSetProvider
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2013–2019. All rights reserved.