| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.event | |
| org.vertexium.mutation |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertyDeleteMutation> |
ElementBase.getPropertyDeleteMutations() |
Iterable<PropertyDeleteMutation> |
ElementBuilder.getPropertyDeletes() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptor |
PropertyDescriptor.fromPropertyDeleteMutation(PropertyDeleteMutation p) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElementBase.updatePropertiesInternal(Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations) |
| Constructor and Description |
|---|
ElementBase(Graph graph,
String id,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
long timestamp,
Authorizations authorizations) |
| Constructor and Description |
|---|
DeletePropertyEvent(Graph graph,
Element element,
PropertyDeleteMutation propertyDeleteMutation) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyNameVisibilityPropertyDeleteMutation |
class |
PropertyPropertyDeleteMutation |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertyDeleteMutation> |
ElementMutation.getPropertyDeletes()
Gets the properties currently being deleted in this mutation.
|
Iterable<PropertyDeleteMutation> |
ExistingElementMutationImpl.getPropertyDeletes() |
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyDeleteMutation.compareTo(PropertyDeleteMutation that) |
Copyright © 2014–2017. All rights reserved.