public class SecuredGraph extends Object implements org.apache.clerezza.Graph
| Constructor and Description |
|---|
SecuredGraph(org.apache.clerezza.Graph wrapped,
org.apache.clerezza.IRI name,
TcAccessController tcAccessController) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(org.apache.clerezza.Triple e) |
boolean |
addAll(Collection<? extends org.apache.clerezza.Triple> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
Iterator<org.apache.clerezza.Triple> |
filter(org.apache.clerezza.BlankNodeOrIRI subject,
org.apache.clerezza.IRI predicate,
org.apache.clerezza.RDFTerm object) |
org.apache.clerezza.ImmutableGraph |
getImmutableGraph() |
ReadWriteLock |
getLock() |
org.apache.clerezza.Graph |
getUnsecuredGraph()
Returns the wrapped Graph if the caller has all access rights.
|
boolean |
isEmpty() |
Iterator<org.apache.clerezza.Triple> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithashCode, parallelStream, removeIf, spliterator, streampublic SecuredGraph(org.apache.clerezza.Graph wrapped,
org.apache.clerezza.IRI name,
TcAccessController tcAccessController)
public Iterator<org.apache.clerezza.Triple> filter(org.apache.clerezza.BlankNodeOrIRI subject, org.apache.clerezza.IRI predicate, org.apache.clerezza.RDFTerm object)
filter in interface org.apache.clerezza.Graphpublic int size()
size in interface Collection<org.apache.clerezza.Triple>public boolean isEmpty()
isEmpty in interface Collection<org.apache.clerezza.Triple>public Object[] toArray()
toArray in interface Collection<org.apache.clerezza.Triple>public <T> T[] toArray(T[] a)
toArray in interface Collection<org.apache.clerezza.Triple>public boolean add(org.apache.clerezza.Triple e)
add in interface Collection<org.apache.clerezza.Triple>public boolean remove(Object o)
remove in interface Collection<org.apache.clerezza.Triple>public boolean addAll(Collection<? extends org.apache.clerezza.Triple> c)
addAll in interface Collection<org.apache.clerezza.Triple>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<org.apache.clerezza.Triple>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<org.apache.clerezza.Triple>public void clear()
clear in interface Collection<org.apache.clerezza.Triple>public boolean contains(Object o)
contains in interface Collection<org.apache.clerezza.Triple>public Iterator<org.apache.clerezza.Triple> iterator()
iterator in interface Iterable<org.apache.clerezza.Triple>iterator in interface Collection<org.apache.clerezza.Triple>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<org.apache.clerezza.Triple>public org.apache.clerezza.ImmutableGraph getImmutableGraph()
getImmutableGraph in interface org.apache.clerezza.Graphpublic ReadWriteLock getLock()
getLock in interface org.apache.clerezza.Graphpublic org.apache.clerezza.Graph getUnsecuredGraph()
Copyright © 2020 The Apache Software Foundation. All rights reserved.