| Package | Description |
|---|---|
| com.mware.core.model.graph | |
| com.mware.core.model.properties.types |
| Modifier and Type | Method and Description |
|---|---|
protected ElementUpdateContext<T> |
GraphUpdateContext.UpdateFuture.getElementUpdateContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphUpdateContext.Update.update(ElementUpdateContext<T> elemCtx) |
| Constructor and Description |
|---|
UpdateFuture(ElementUpdateContext<T> elementUpdateContext) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
BcExtendedData.addExtendedData(ElementUpdateContext<T> elemCtx,
String row,
TRaw newValue,
PropertyMetadata propertyMetadata) |
<T extends Element> |
BcExtendedData.addExtendedData(ElementUpdateContext<T> elemCtx,
String row,
TRaw newValue,
PropertyMetadata propertyMetadata,
Long timestamp) |
<T extends Element> |
BcProperty.removeProperty(ElementUpdateContext<T> ctx,
String propertyKey,
Visibility visibility) |
<T extends Element> |
DateBcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
OffsetDateTime newValue,
PropertyMetadata metadata) |
<T extends Element> |
DateBcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
OffsetDateTime newValue,
PropertyMetadata metadata,
Long timestamp) |
<T extends Element> |
BcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
TRaw newValue,
Metadata metadata,
Long timestamp,
Visibility visibility) |
<T extends Element> |
BcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
TRaw newValue,
Metadata metadata,
Visibility visibility) |
<T extends Element> |
BcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata) |
<T extends Element> |
BcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp) |
<T extends Element> |
DateBcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata) |
<T extends Element> |
DateBcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata,
Long timestamp) |
<T extends Element> |
SingleValueBcProperty.updateProperty(ElementUpdateContext<T> ctx,
TRaw newValue,
Metadata metadata,
Long timestamp,
Visibility visibility) |
<T extends Element> |
SingleValueBcProperty.updateProperty(ElementUpdateContext<T> ctx,
TRaw newValue,
Metadata metadata,
Visibility visibility) |
<T extends Element> |
SingleValueBcProperty.updateProperty(ElementUpdateContext<T> ctx,
TRaw newValue,
PropertyMetadata metadata) |
<T extends Element> |
SingleValueBcProperty.updateProperty(ElementUpdateContext<T> ctx,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp) |
<T extends Element> |
SingleValueBcProperty.updateProperty(ElementUpdateContext<T> ctx,
TRaw newValue,
Visibility visibility) |
<T extends Element> |
DateBcProperty.updatePropertyIfValueIsNewer(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata)
Updates the element with the new property value if the property value is newer than the existing property value
or the update does not have an existing element (for example a new element or a blind write mutation)
|
<T extends Element> |
DateBcProperty.updatePropertyIfValueIsNewer(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata,
Long timestamp)
Updates the element with the new property value if the property value is newer than the existing property value
or the update does not have an existing element (for example a new element or a blind write mutation)
|
<T extends Element> |
DateBcProperty.updatePropertyIfValueIsOlder(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata)
Updates the element with the new property value if the property value is older than the existing property value
or the update does not have an existing element (for example a new element or a blind write mutation)
|
<T extends Element> |
DateBcProperty.updatePropertyIfValueIsOlder(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata,
Long timestamp)
Updates the element with the new property value if the property value is older than the existing property value
or the update does not have an existing element (for example a new element or a blind write mutation)
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.