|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.repository.object.composition.helpers.RemotePropertySet
E - public class RemotePropertySet
A set for a given getResource(), predicate.
| Field Summary | |
|---|---|
protected PropertySetModifier |
property
|
| Fields inherited from interface org.openrdf.repository.object.composition.helpers.PropertySet |
|---|
ADD_ALL, ADD_SINGLE, GET_ALL, GET_SINGLE, SET_ALL, SET_SINGLE |
| Constructor Summary | |
|---|---|
RemotePropertySet(ManagedRDFObject bean,
PropertySetModifier property)
|
|
| Method Summary | ||
|---|---|---|
boolean |
add(Object o)
This method always returns true |
|
boolean |
addAll(Collection<?> c)
Append all values with the values given. |
|
void |
clear()
|
|
boolean |
contains(Object o)
|
|
boolean |
containsAll(Collection<?> c)
|
|
protected Object |
createInstance(Value value)
|
|
boolean |
equals(Object o)
|
|
Set<Object> |
getAll()
Get all values for property. |
|
protected ObjectIterator<?,Object> |
getObjectIterator()
|
|
protected CloseableIteration<?,?> |
getObjects()
|
|
Object |
getSingle()
Assumes there is zero or one value and return null or the value. |
|
protected RepositoryResult<Statement> |
getStatements()
|
|
protected Value |
getValue(Object instance)
|
|
protected CloseableIteration<Value,RepositoryException> |
getValues()
|
|
int |
hashCode()
|
|
boolean |
isEmpty()
|
|
Iterator<Object> |
iterator()
|
|
void |
refresh()
Flushes the local state of the entity forcing it to refresh. |
|
protected void |
refresh(Object o)
|
|
protected void |
refreshEntity()
|
|
boolean |
remove(Object o)
This method always returns true |
|
boolean |
removeAll(Collection<?> c)
|
|
boolean |
retainAll(Collection<?> c)
|
|
void |
setAll(Set<?> set)
Replaces all values with the values given. |
|
void |
setSingle(Object o)
Replace all values with this value |
|
int |
size()
|
|
Object[] |
toArray()
|
|
|
toArray(T[] a)
|
|
String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected PropertySetModifier property
| Constructor Detail |
|---|
public RemotePropertySet(ManagedRDFObject bean,
PropertySetModifier property)
| Method Detail |
|---|
public void refresh()
Refreshable
refresh in interface Refreshablepublic boolean add(Object o)
true
add in interface Collection<Object>add in interface Set<Object>add in interface PropertySettruepublic boolean addAll(Collection<?> c)
PropertySet
addAll in interface Collection<Object>addAll in interface Set<Object>addAll in interface PropertySetpublic void clear()
clear in interface Collection<Object>clear in interface Set<Object>public boolean contains(Object o)
contains in interface Collection<Object>contains in interface Set<Object>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Object>containsAll in interface Set<Object>public boolean equals(Object o)
equals in interface Collection<Object>equals in interface Set<Object>equals in class Objectpublic Set<Object> getAll()
PropertySet
getAll in interface PropertySetpublic Object getSingle()
PropertySet
getSingle in interface PropertySetpublic int hashCode()
hashCode in interface Collection<Object>hashCode in interface Set<Object>hashCode in class Objectpublic boolean isEmpty()
isEmpty in interface Collection<Object>isEmpty in interface Set<Object>public boolean remove(Object o)
true
remove in interface Collection<Object>remove in interface Set<Object>truepublic boolean removeAll(Collection<?> c)
removeAll in interface Collection<Object>removeAll in interface Set<Object>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<Object>retainAll in interface Set<Object>public void setAll(Set<?> set)
PropertySet
setAll in interface PropertySetpublic void setSingle(Object o)
PropertySet
setSingle in interface PropertySetpublic int size()
size in interface Collection<Object>size in interface Set<Object>public Iterator<Object> iterator()
iterator in interface Iterable<Object>iterator in interface Collection<Object>iterator in interface Set<Object>public Object[] toArray()
toArray in interface Collection<Object>toArray in interface Set<Object>public <T> T[] toArray(T[] a)
toArray in interface Collection<Object>toArray in interface Set<Object>public String toString()
toString in class Object
protected Object createInstance(Value value)
throws RepositoryException
RepositoryException
protected RepositoryResult<Statement> getStatements()
throws RepositoryException
RepositoryException
protected CloseableIteration<Value,RepositoryException> getValues()
throws RepositoryException
RepositoryException
protected Value getValue(Object instance)
throws RepositoryException
RepositoryExceptionprotected void refresh(Object o)
protected void refreshEntity()
protected CloseableIteration<?,?> getObjects()
throws RepositoryException,
QueryEvaluationException
RepositoryException
QueryEvaluationExceptionprotected ObjectIterator<?,Object> getObjectIterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||