
public class OUpdatableResult extends OResultInternal
| Modifier and Type | Field and Description |
|---|---|
protected OResultInternal |
previousValue |
content, metadata, temporaryContent| Constructor and Description |
|---|
OUpdatableResult(OElement element) |
| Modifier and Type | Method and Description |
|---|---|
Optional<OElement> |
getElement() |
<T> T |
getProperty(String name)
returns a property from the result
|
Set<String> |
getPropertyNames() |
boolean |
hasProperty(String propName) |
boolean |
isElement() |
void |
removeProperty(String name) |
void |
setProperty(String name,
Object value) |
OElement |
toElement() |
addMetadata, bindToCache, clearMetadata, equals, getBlob, getBlobProperty, getEdgeProperty, getElementProperty, getIdentity, getMetadata, getMetadataKeys, getRecord, getTemporaryProperties, getTemporaryProperty, getVertexProperty, hashCode, isBlob, isProjection, removeMetadata, setElement, setMetadata, setTemporaryProperty, toStringprotected OResultInternal previousValue
public OUpdatableResult(OElement element)
public <T> T getProperty(String name)
OResultgetProperty in interface OResultgetProperty in class OResultInternalname - the property nameOResult.getElementProperty(String) OResult.getVertexProperty(String) OResult.getEdgeProperty(String) OResult.getBlobProperty(String)public Set<String> getPropertyNames()
getPropertyNames in interface OResultgetPropertyNames in class OResultInternalpublic boolean hasProperty(String propName)
hasProperty in interface OResulthasProperty in class OResultInternalpublic boolean isElement()
isElement in interface OResultisElement in class OResultInternalpublic Optional<OElement> getElement()
getElement in interface OResultgetElement in class OResultInternalpublic OElement toElement()
toElement in interface OResulttoElement in class OResultInternalpublic void setProperty(String name, Object value)
setProperty in class OResultInternalpublic void removeProperty(String name)
removeProperty in class OResultInternalCopyright © 2009–2025 OrientDB. All rights reserved.