| Package | Description |
|---|---|
| org.neolumin.vertexium | |
| org.neolumin.vertexium.event | |
| org.neolumin.vertexium.mutation |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertyRemoveMutation> |
ElementBase.getPropertyRemoveMutations() |
Iterable<PropertyRemoveMutation> |
ElementBuilder.getPropertyRemoves() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElementBase.updatePropertiesInternal(Iterable<Property> properties,
Iterable<PropertyRemoveMutation> propertyRemoves) |
| Constructor and Description |
|---|
ElementBase(Graph graph,
String id,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyRemoveMutation> propertyRemoveMutations,
Iterable<Visibility> hiddenVisibilities,
Authorizations authorizations) |
| Constructor and Description |
|---|
RemovePropertyEvent(Graph graph,
Element element,
PropertyRemoveMutation propertyRemoveMutation) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyNameVisibilityPropertyRemoveMutation |
class |
PropertyPropertyRemoveMutation |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertyRemoveMutation> |
ExistingElementMutationImpl.getPropertyRemoves() |
Iterable<PropertyRemoveMutation> |
ElementMutation.getPropertyRemoves()
Gets the properties currently being removed in this mutation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyRemoveMutation.compareTo(PropertyRemoveMutation that) |
Copyright © 2014–2015. All rights reserved.