| Package | Description |
|---|---|
| com.mware.core.ingest | |
| com.mware.core.model.graph | |
| com.mware.core.model.properties.types |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PostFileImportHandler.handle(Graph graph,
Vertex vertex,
List<BcPropertyUpdate> changedProperties,
Workspace workspace,
PropertyMetadata propertyMetadata,
Visibility visibility,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementUpdateContext.updateBuiltInProperties(PropertyMetadata propertyMetadata) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
BcExtendedData.addExtendedData(ElementMutation<T> m,
String row,
TRaw newValue,
PropertyMetadata propertyMetadata) |
<T extends Element> |
BcExtendedData.addExtendedData(ElementMutation<T> m,
String row,
TRaw newValue,
PropertyMetadata propertyMetadata,
Long timestamp) |
<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) |
void |
MetadataBcProperty.setMetadata(PropertyMetadata metadata,
TRaw value,
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,
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,
PropertyMetadata metadata) |
<T extends Element> |
SingleValueBcProperty.updateProperty(ElementUpdateContext<T> ctx,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp,
Visibility visibility)
|
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
Visibility visibility)
|
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata) |
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp) |
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp,
Visibility visibility)
|
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata,
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)
|
| Constructor and Description |
|---|
PropertyMetadata(PropertyMetadata metadata) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.