| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.mutation | |
| org.vertexium.search |
| Modifier and Type | Method and Description |
|---|---|
ExistingElementMutation<Vertex> |
Vertex.prepareMutation()
Prepares a mutation to allow changing multiple property values at the same time.
|
<T extends Element> |
Element.prepareMutation()
Prepares a mutation to allow changing multiple property values at the same time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExistingEdgeMutation |
class |
ExistingElementMutationImpl<T extends Element> |
| Modifier and Type | Method and Description |
|---|---|
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
Object value,
Long timestamp,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
Object value,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
String key,
Object value,
Long timestamp,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
String key,
Object value,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutationImpl.alterElementVisibility(Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.alterElementVisibility(Visibility visibility)
Alters the visibility of the element (vertex or edge).
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.alterPropertyVisibility(Property property,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.alterPropertyVisibility(Property property,
Visibility visibility)
Alters the visibility of a property.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.alterPropertyVisibility(String key,
String name,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.alterPropertyVisibility(String key,
String name,
Visibility visibility)
Alters the visibility of a property.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.alterPropertyVisibility(String name,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.alterPropertyVisibility(String name,
Visibility visibility)
Alters the visibility of a property (assumes the property key is the DEFAULT).
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.deleteExtendedData(String tableName,
String row,
String column,
String key,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutationImpl.deleteExtendedData(String tableName,
String row,
String column,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutationImpl.deleteProperties(String name) |
ExistingElementMutation<T> |
ExistingElementMutation.deleteProperties(String name)
Permanently deletes all default properties with that name irregardless of visibility.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.deleteProperties(String key,
String name) |
ExistingElementMutation<T> |
ExistingElementMutation.deleteProperties(String key,
String name)
Permanently deletes all properties with this key and name irregardless of visibility.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.setPropertyMetadata(Property property,
String metadataName,
Object newValue,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.setPropertyMetadata(Property property,
String metadataName,
Object newValue,
Visibility visibility)
Sets a property metadata value on a property.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.setPropertyMetadata(String propertyName,
String metadataName,
Object newValue,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.setPropertyMetadata(String propertyName,
String metadataName,
Object newValue,
Visibility visibility)
Sets a property metadata value on a property.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.setPropertyMetadata(String propertyKey,
String propertyName,
String metadataName,
Object newValue,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.setPropertyMetadata(String propertyKey,
String propertyName,
String metadataName,
Object newValue,
Visibility visibility)
Sets a property metadata value on a property.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.softDeleteProperties(String name) |
ExistingElementMutation<T> |
ExistingElementMutation.softDeleteProperties(String name)
Soft deletes all default properties with that name irregardless of visibility.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.softDeleteProperties(String key,
String name) |
ExistingElementMutation<T> |
ExistingElementMutation.softDeleteProperties(String key,
String name)
Soft deletes all properties with this key and name irregardless of visibility.
|
| Modifier and Type | Method and Description |
|---|---|
<TElement extends Element> |
SearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
<TElement extends Element> |
DefaultSearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
Copyright © 2014–2018. All rights reserved.