Uses of Class
at.newmedialab.ldclient.model.Endpoint

Packages that use Endpoint
at.newmedialab.ldclient.api   
at.newmedialab.ldclient.service   
at.newmedialab.ldpath.backend.linkeddata   
 

Uses of Endpoint in at.newmedialab.ldclient.api
 

Methods in at.newmedialab.ldclient.api that return types with arguments of type Endpoint
 Collection<Endpoint> LDCacheProvider.listEndpoints()
          List all endpoints currently registered with the Linked Data cache provider.
 

Methods in at.newmedialab.ldclient.api with parameters of type Endpoint
 void LDCacheProvider.registerEndpoint(Endpoint endpoint)
          Register a new Linked Data endpoint with this cache provider.
 void LDCacheProvider.unregisterEndpoint(Endpoint endpoint)
          Unregister the Linked Data endpoint given as argument.
 

Uses of Endpoint in at.newmedialab.ldclient.service
 

Methods in at.newmedialab.ldclient.service that return Endpoint
 Endpoint LDEndpoints.getEndpoint(org.openrdf.model.URI resource)
          Retrieve the endpoint matching the KiWiUriResource passed as argument.
 

Methods in at.newmedialab.ldclient.service that return types with arguments of type Endpoint
 List<Endpoint> LDEndpoints.listEndpoints()
          List all endpoints registered in the system.
 

Methods in at.newmedialab.ldclient.service with parameters of type Endpoint
 void LDEndpoints.addEndpoint(Endpoint endpoint)
          Add a new endpoint to the system.
 void LDEndpoints.removeEndpoint(Endpoint endpoint)
          Remove the endpoint given as argument.
 

Uses of Endpoint in at.newmedialab.ldpath.backend.linkeddata
 

Methods in at.newmedialab.ldpath.backend.linkeddata that return types with arguments of type Endpoint
 Collection<Endpoint> AbstractLDBackend.listEndpoints()
          List all endpoints currently registered with the Linked Data cache provider.
 

Methods in at.newmedialab.ldpath.backend.linkeddata with parameters of type Endpoint
 void AbstractLDBackend.registerEndpoint(Endpoint endpoint)
          Register a new Linked Data endpoint with this cache provider.
 void AbstractLDBackend.unregisterEndpoint(Endpoint endpoint)
          Unregister the Linked Data endpoint given as argument.
 



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