Uses of Class
net.fortytwo.linkeddata.CacheEntry.Status

Packages that use CacheEntry.Status
net.fortytwo.linkeddata   
net.fortytwo.linkeddata.rdfizers   
 

Uses of CacheEntry.Status in net.fortytwo.linkeddata
 

Methods in net.fortytwo.linkeddata that return CacheEntry.Status
 CacheEntry.Status CacheEntry.getStatus()
           
 CacheEntry.Status Rdfizer.rdfize(InputStream is, org.openrdf.rio.RDFHandler handler, String baseUri)
           
 CacheEntry.Status LinkedDataCache.retrieveUri(org.openrdf.model.URI uri, org.openrdf.sail.SailConnection sc)
          Retrieves caching metadata for a URI, possibly dereferencing a document from the Web first.
static CacheEntry.Status CacheEntry.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheEntry.Status[] CacheEntry.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.fortytwo.linkeddata with parameters of type CacheEntry.Status
 void CacheEntry.setStatus(CacheEntry.Status status)
           
 

Constructors in net.fortytwo.linkeddata with parameters of type CacheEntry.Status
CacheEntry(CacheEntry.Status status)
           
 

Uses of CacheEntry.Status in net.fortytwo.linkeddata.rdfizers
 

Methods in net.fortytwo.linkeddata.rdfizers that return CacheEntry.Status
 CacheEntry.Status VerbatimRdfizer.rdfize(InputStream is, org.openrdf.rio.RDFHandler handler, String baseUri)
           
 CacheEntry.Status ImageRdfizer.rdfize(InputStream is, org.openrdf.rio.RDFHandler handler, String baseUri)
           
 



Copyright © 2007-2013. All Rights Reserved.