Uses of Package
org.apache.clerezza.rdf.core.access

Packages that use org.apache.clerezza.rdf.core.access
org.apache.clerezza.rdf.core.access This package provides access to named org.apache.clerezza.rdf.model.GraphS and org.apache.clerezza.rdf.model.MGraphS that may originate from various implementations. 
org.apache.clerezza.rdf.core.access.security   
org.apache.clerezza.rdf.core.impl   
org.apache.clerezza.rdf.core.sparql   
 

Classes in org.apache.clerezza.rdf.core.access used by org.apache.clerezza.rdf.core.access
EntityAlreadyExistsException
          is thrown on an attempt to create an entity with a name which already exists
EntityUndeletableException
          is thrown on an attempt to delete an entity with a provider that supports the delete operation when the specified entity cannot be deleted
LockableMGraph
          Represents an MGraph that can be locked for reading/writing.
NoSuchEntityException
          is thrown on an attempt to perform an operation on an entity (i.e.
SecuredTripleCollection
          A Secured triple collection wraps a triple collection checking each access for the rights on a the graph for which the uri is passed to the constructor.
TcManager
          This class implements TcManager, delegating the actual provision and creation of Graphs or MGraphs to registered TcProviders.
TcProvider
          A TC (TripleCollection) Provider allows access to and optionally creation of named Graphs and MGraphs (mutable graphs)
TcProviderMultiplexer
          This makes a set of WeightedTcProvider appear as one TcProvider.
WeightedTcProvider
          This interface is implemented by providers to which TcManagerImpl delegates.
 

Classes in org.apache.clerezza.rdf.core.access used by org.apache.clerezza.rdf.core.access.security
TcManager
          This class implements TcManager, delegating the actual provision and creation of Graphs or MGraphs to registered TcProviders.
 

Classes in org.apache.clerezza.rdf.core.access used by org.apache.clerezza.rdf.core.impl
LockableMGraph
          Represents an MGraph that can be locked for reading/writing.
 

Classes in org.apache.clerezza.rdf.core.access used by org.apache.clerezza.rdf.core.sparql
TcManager
          This class implements TcManager, delegating the actual provision and creation of Graphs or MGraphs to registered TcProviders.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.