public class InMemoryExtendedDataRow extends ExtendedDataRowBase
ELEMENT_ID, ELEMENT_TYPE, ROW_ID, TABLE_NAME| Constructor and Description |
|---|
InMemoryExtendedDataRow(ExtendedDataRowId id,
FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(String propertyName,
String key,
Value value,
long timestamp,
Visibility visibility) |
boolean |
canRead(VisibilityEvaluator visibilityEvaluator,
FetchHints fetchHints) |
ExtendedDataRowId |
getId()
Id of the row
|
Iterable<Property> |
getProperties()
an Iterable of all the properties on this element that you have access to based on the authorizations
used to retrieve the element.
|
void |
removeColumn(String columnName,
String key,
Visibility visibility) |
InMemoryExtendedDataRow |
toReadable(VisibilityEvaluator visibilityEvaluator,
FetchHints fetchHints) |
compareTo, getElementIdProperty, getElementTypeProperty, getFetchHints, getProperties, getProperties, getProperty, getProperty, getProperty, getPropertyNames, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getRowIdProperty, getTableNamePropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProperty, getPropertyValues, getPropertyValuespublic InMemoryExtendedDataRow(ExtendedDataRowId id, FetchHints fetchHints)
public boolean canRead(VisibilityEvaluator visibilityEvaluator, FetchHints fetchHints)
public ExtendedDataRowId getId()
ExtendedDataRowgetId in interface ExtendedDataRowgetId in interface GeObjectgetId in class ExtendedDataRowBasepublic InMemoryExtendedDataRow toReadable(VisibilityEvaluator visibilityEvaluator, FetchHints fetchHints)
public void addColumn(String propertyName, String key, Value value, long timestamp, Visibility visibility)
public void removeColumn(String columnName, String key, Visibility visibility)
public Iterable<Property> getProperties()
GeObjectgetProperties in interface GeObjectgetProperties in class ExtendedDataRowBaseCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.