| Modifier and Type | Method and Description |
|---|---|
protected void |
DataWorker.addVideoTranscriptAsTextPropertiesToMutation(ExistingElementMutation<Vertex> mutation,
String propertyKey,
VideoTranscript videoTranscript,
Metadata metadata,
Visibility visibility) |
| Modifier and Type | Field and Description |
|---|---|
ExistingElementMutation<T> |
VisibilityAndElementMutation.elementMutation |
| Constructor and Description |
|---|
VisibilityAndElementMutation(BcVisibility visibility,
ExistingElementMutation<T> elementMutation) |
| Modifier and Type | Method and Description |
|---|---|
void |
BcProperty.alterVisibility(ExistingElementMutation<?> elementMutation,
String propertyKey,
Visibility newVisibility) |
void |
SingleValueBcProperty.alterVisibility(ExistingElementMutation<?> elementMutation,
Visibility newVisibility) |
void |
MetadataBcProperty.setMetadata(ExistingElementMutation m,
Property property,
TRaw value,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
Element.prepareMutation()
Prepares a mutation to allow changing multiple property values at the same time.
|
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends Element> |
InMemoryElement.prepareMutation() |
| Modifier and Type | Class and Description |
|---|---|
class |
ExistingEdgeMutation |
class |
ExistingElementMutationImpl<T extends Element> |
class |
ExistingVertexMutation |
| Modifier and Type | Method and Description |
|---|---|
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
String key,
Value value,
Long timestamp,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
String key,
Value value,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
Value value,
Long timestamp,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
Value 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.
|
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,
Value newValue,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.setPropertyMetadata(Property property,
String metadataName,
Value newValue,
Visibility visibility)
Sets a property metadata value on a property.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.setPropertyMetadata(String propertyKey,
String propertyName,
String metadataName,
Value newValue,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.setPropertyMetadata(String propertyKey,
String propertyName,
String metadataName,
Value newValue,
Visibility visibility)
Sets a property metadata value on a property.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.setPropertyMetadata(String propertyName,
String metadataName,
Value newValue,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.setPropertyMetadata(String propertyName,
String metadataName,
Value 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 |
|---|---|
<T extends Element> |
DefaultSearchIndex.alterElementVisibility(Graph graph,
ExistingElementMutation<T> elementMutation,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
<T extends Element> |
SearchIndex.alterElementVisibility(Graph graph,
ExistingElementMutation<T> elementMutation,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
<TElement extends Element> |
DefaultSearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
<TElement extends Element> |
SearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends Element> |
StorableElement.prepareMutation() |
| Modifier and Type | Method and Description |
|---|---|
protected <TElement extends Element> |
StorableElement.saveExistingElementMutation(ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.