| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.mutation |
| 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.
|
abstract <T extends Element> |
ElementBase.prepareMutation() |
| Modifier and Type | Class and Description |
|---|---|
class |
ExistingEdgeMutation |
class |
ExistingElementMutationImpl<T extends Element> |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2014–2017. All rights reserved.