| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.event | |
| org.vertexium.mutation |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertySoftDeleteMutation> |
ElementBase.getPropertySoftDeleteMutations() |
Iterable<PropertySoftDeleteMutation> |
ElementBuilder.getPropertySoftDeletes() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptor |
PropertyDescriptor.fromPropertySoftDeleteMutation(PropertySoftDeleteMutation 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 |
|---|
SoftDeletePropertyEvent(Graph graph,
Element element,
PropertySoftDeleteMutation propertySoftDeleteMutation) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyNameVisibilityPropertySoftDeleteMutation |
class |
PropertyPropertySoftDeleteMutation |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertySoftDeleteMutation> |
ElementMutation.getPropertySoftDeletes()
Gets the properties currently being soft deleted in this mutation.
|
Iterable<PropertySoftDeleteMutation> |
ExistingElementMutationImpl.getPropertySoftDeletes() |
| Modifier and Type | Method and Description |
|---|---|
int |
PropertySoftDeleteMutation.compareTo(PropertySoftDeleteMutation that) |
Copyright © 2014–2017. All rights reserved.