|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockableMGraph | |
|---|---|
| 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.impl | |
| Uses of LockableMGraph in org.apache.clerezza.rdf.core.access |
|---|
| Classes in org.apache.clerezza.rdf.core.access that implement LockableMGraph | |
|---|---|
class |
LockableMGraphWrapper
Wrappes an MGraph as a LockableMGraph, this class is used by TcManager to support TcProviders that do not privide LockableMGraph. |
class |
SecuredMGraph
A SecuredMGraph is a LockableMGraph that wraps a LockableMGraph checking each access for the rights on a the graph for which the uri is passed to the constructor. |
| Methods in org.apache.clerezza.rdf.core.access that return LockableMGraph | |
|---|---|
LockableMGraph |
TcProviderMultiplexer.createMGraph(UriRef name)
|
LockableMGraph |
TcManager.createMGraph(UriRef name)
|
LockableMGraph |
TcProviderMultiplexer.getMGraph(UriRef name)
|
LockableMGraph |
TcManager.getMGraph(UriRef name)
|
LockableMGraph |
SecuredMGraph.getUnsecuredMGraph()
Returns the wrapped LockableMGraph if the caller has all access rights. |
| Constructors in org.apache.clerezza.rdf.core.access with parameters of type LockableMGraph | |
|---|---|
SecuredMGraph(LockableMGraph wrapped,
UriRef name,
TcAccessController tcAccessController)
|
|
| Uses of LockableMGraph in org.apache.clerezza.rdf.core.impl |
|---|
| Classes in org.apache.clerezza.rdf.core.impl that implement LockableMGraph | |
|---|---|
class |
WriteBlockedMGraph
This is a wrapper object for MGraph. |
| Constructors in org.apache.clerezza.rdf.core.impl with parameters of type LockableMGraph | |
|---|---|
WriteBlockedMGraph(LockableMGraph mGraph)
Creates a wrapper of SimpleMGraph |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||