A C E G H L M R S U V

A

AbstractLDBackend - Class in at.newmedialab.ldpath.backend.linkeddata
Abstract superclass for Linked Data backends.
AbstractLDBackend() - Constructor for class at.newmedialab.ldpath.backend.linkeddata.AbstractLDBackend
Initialise a new sesame backend.
addEndpoint(Endpoint) - Method in class at.newmedialab.ldclient.service.LDEndpoints
Add a new endpoint to the system.
at.newmedialab.ldclient.api - package at.newmedialab.ldclient.api
 
at.newmedialab.ldclient.exception - package at.newmedialab.ldclient.exception
 
at.newmedialab.ldclient.model - package at.newmedialab.ldclient.model
 
at.newmedialab.ldclient.service - package at.newmedialab.ldclient.service
 
at.newmedialab.ldpath.backend.linkeddata - package at.newmedialab.ldpath.backend.linkeddata
 

C

CacheEntry - Class in at.newmedialab.ldclient.model
The cache entry for a URI resource managed by the Linked Data Cache.
CacheEntry() - Constructor for class at.newmedialab.ldclient.model.CacheEntry
 
ClientResponse - Class in at.newmedialab.ldclient.model
Add file description here!
ClientResponse(Repository) - Constructor for class at.newmedialab.ldclient.model.ClientResponse
 

E

Endpoint - Class in at.newmedialab.ldclient.model
Definition of a Linked Data Endpoint.
Endpoint() - Constructor for class at.newmedialab.ldclient.model.Endpoint
 
Endpoint(String, Endpoint.EndpointType, String, String, String, Long) - Constructor for class at.newmedialab.ldclient.model.Endpoint
 
Endpoint.EndpointType - Enum in at.newmedialab.ldclient.model
 
equals(Object) - Method in class at.newmedialab.ldclient.model.Endpoint
 

G

getContentType() - Method in class at.newmedialab.ldclient.model.Endpoint
 
getDefaultExpiry() - Method in class at.newmedialab.ldclient.model.Endpoint
 
getEndpoint(URI) - Method in class at.newmedialab.ldclient.service.LDEndpoints
Retrieve the endpoint matching the KiWiUriResource passed as argument.
getEndpointService() - Method in class at.newmedialab.ldclient.service.LDCache
 
getEndpointUrl() - Method in class at.newmedialab.ldclient.model.Endpoint
 
getExpires() - Method in class at.newmedialab.ldclient.model.ClientResponse
 
getExpiryDate() - Method in class at.newmedialab.ldclient.model.CacheEntry
 
getId() - Method in class at.newmedialab.ldclient.model.Endpoint
 
getLastRetrieved() - Method in class at.newmedialab.ldclient.model.CacheEntry
 
getMetadataRepository() - Method in interface at.newmedialab.ldclient.api.LDCacheProvider
Return a map that can be used to store caching metadata about resources.
getMetadataRepository() - Method in class at.newmedialab.ldpath.backend.linkeddata.LDMemoryBackend
Return a map that can be used to store caching metadata about resources.
getMetadataRepository() - Method in class at.newmedialab.ldpath.backend.linkeddata.LDPersistentBackend
/** Return a map that can be used to store caching metadata about resources.
getName() - Method in class at.newmedialab.ldclient.model.Endpoint
 
getResource() - Method in class at.newmedialab.ldclient.model.CacheEntry
 
getTripleRepository() - Method in interface at.newmedialab.ldclient.api.LDCacheProvider
Return the sesame repository used for storing the triples that are retrieved from the Linked Data Cloud.
getTripleRepository() - Method in class at.newmedialab.ldpath.backend.linkeddata.AbstractLDBackend
Return the sesame repository used for storing the triples that are retrieved from the Linked Data Cloud.
getTriples() - Method in class at.newmedialab.ldclient.model.ClientResponse
 
getType() - Method in class at.newmedialab.ldclient.model.Endpoint
 
getUpdateCount() - Method in class at.newmedialab.ldclient.model.CacheEntry
 
getUriPrefix() - Method in class at.newmedialab.ldclient.model.Endpoint
 

H

handles(URI) - Method in class at.newmedialab.ldclient.model.Endpoint
Check if this Endpoint handles (is responsible) for this URI.
handles(String) - Method in class at.newmedialab.ldclient.model.Endpoint
Check if this Endpoint handles (is responsible) for this URI.
hashCode() - Method in class at.newmedialab.ldclient.model.Endpoint
 

L

LDCache - Class in at.newmedialab.ldclient.service
Add file description here!
LDCache(LDCacheProvider) - Constructor for class at.newmedialab.ldclient.service.LDCache
 
LDCacheProvider - Interface in at.newmedialab.ldclient.api
An interface specifying a factory that provides different caching mechanisms, e.g. in-memory or file storage.
LDClient - Class in at.newmedialab.ldclient.service
Add file description here!
LDClient() - Constructor for class at.newmedialab.ldclient.service.LDClient
 
LDClientException - Exception in at.newmedialab.ldclient.exception
Add file description here!
LDClientException() - Constructor for exception at.newmedialab.ldclient.exception.LDClientException
Constructs a new exception with null as its detail message.
LDClientException(String) - Constructor for exception at.newmedialab.ldclient.exception.LDClientException
Constructs a new exception with the specified detail message.
LDClientException(String, Throwable) - Constructor for exception at.newmedialab.ldclient.exception.LDClientException
Constructs a new exception with the specified detail message and cause.
LDClientException(Throwable) - Constructor for exception at.newmedialab.ldclient.exception.LDClientException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
LDEndpoints - Class in at.newmedialab.ldclient.service
Add file description here!
LDEndpoints() - Constructor for class at.newmedialab.ldclient.service.LDEndpoints
 
LDMemoryBackend - Class in at.newmedialab.ldpath.backend.linkeddata
A Linked Data backend implementation with no persistent storage.
LDMemoryBackend() - Constructor for class at.newmedialab.ldpath.backend.linkeddata.LDMemoryBackend
 
LDPersistentBackend - Class in at.newmedialab.ldpath.backend.linkeddata
A Linked Data backend with persistent caching of the retrieved data.
LDPersistentBackend(File) - Constructor for class at.newmedialab.ldpath.backend.linkeddata.LDPersistentBackend
Create a persistent linked data backend storing the cache data in the directory passed as argument.
LDQuery - Class in at.newmedialab.ldpath.backend.linkeddata
Command line application for querying input from files.
LDQuery() - Constructor for class at.newmedialab.ldpath.backend.linkeddata.LDQuery
 
listEndpoints() - Method in interface at.newmedialab.ldclient.api.LDCacheProvider
List all endpoints currently registered with the Linked Data cache provider.
listEndpoints() - Method in class at.newmedialab.ldclient.service.LDEndpoints
List all endpoints registered in the system.
listEndpoints() - Method in class at.newmedialab.ldpath.backend.linkeddata.AbstractLDBackend
List all endpoints currently registered with the Linked Data cache provider.
listObjects(Value, Value) - Method in class at.newmedialab.ldpath.backend.linkeddata.AbstractLDBackend
List the objects of triples in the triple store underlying this backend that have the subject and property given as argument.
listSubjects(Value, Value) - Method in class at.newmedialab.ldpath.backend.linkeddata.AbstractLDBackend
List the subjects of triples in the triple store underlying this backend that have the object and property given as argument.

M

main(String[]) - Static method in class at.newmedialab.ldpath.backend.linkeddata.LDQuery
 

R

refreshResource(URI) - Method in class at.newmedialab.ldclient.service.LDCache
Refresh the cached resource passed as argument.
REGEX_INDICATOR - Static variable in class at.newmedialab.ldclient.model.Endpoint
 
registerEndpoint(Endpoint) - Method in interface at.newmedialab.ldclient.api.LDCacheProvider
Register a new Linked Data endpoint with this cache provider.
registerEndpoint(Endpoint) - Method in class at.newmedialab.ldpath.backend.linkeddata.AbstractLDBackend
Register a new Linked Data endpoint with this cache provider.
removeEndpoint(Endpoint) - Method in class at.newmedialab.ldclient.service.LDEndpoints
Remove the endpoint given as argument.
retrieveResource(URI) - Method in class at.newmedialab.ldclient.service.LDClient
Retrieve all triples for this resource from the Linked Data Cloud.

S

setContentType(String) - Method in class at.newmedialab.ldclient.model.Endpoint
 
setDefaultExpiry(Long) - Method in class at.newmedialab.ldclient.model.Endpoint
 
setEndpointUrl(String) - Method in class at.newmedialab.ldclient.model.Endpoint
 
setExpires(Date) - Method in class at.newmedialab.ldclient.model.ClientResponse
 
setExpiryDate(Date) - Method in class at.newmedialab.ldclient.model.CacheEntry
 
setId(Long) - Method in class at.newmedialab.ldclient.model.Endpoint
 
setLastRetrieved(Date) - Method in class at.newmedialab.ldclient.model.CacheEntry
 
setName(String) - Method in class at.newmedialab.ldclient.model.Endpoint
 
setResource(URI) - Method in class at.newmedialab.ldclient.model.CacheEntry
 
setTriples(Repository) - Method in class at.newmedialab.ldclient.model.ClientResponse
 
setType(Endpoint.EndpointType) - Method in class at.newmedialab.ldclient.model.Endpoint
 
setUpdateCount(Long) - Method in class at.newmedialab.ldclient.model.CacheEntry
 
setUriPrefix(String) - Method in class at.newmedialab.ldclient.model.Endpoint
 
shutdown() - Method in class at.newmedialab.ldpath.backend.linkeddata.LDPersistentBackend
 

U

unregisterEndpoint(Endpoint) - Method in interface at.newmedialab.ldclient.api.LDCacheProvider
Unregister the Linked Data endpoint given as argument.
unregisterEndpoint(Endpoint) - Method in class at.newmedialab.ldpath.backend.linkeddata.AbstractLDBackend
Unregister the Linked Data endpoint given as argument.

V

valueOf(String) - Static method in enum at.newmedialab.ldclient.model.Endpoint.EndpointType
Returns the enum constant of this type with the specified name.
values() - Static method in enum at.newmedialab.ldclient.model.Endpoint.EndpointType
Returns an array containing the constants of this enum type, in the order they are declared.

A C E G H L M R S U V

Copyright © 2012-2013 Salzburg Research. All Rights Reserved.