| Package | Description |
|---|---|
| org.neolumin.vertexium | |
| org.neolumin.vertexium.event | |
| org.neolumin.vertexium.mutation | |
| org.neolumin.vertexium.query | |
| org.neolumin.vertexium.search | |
| org.neolumin.vertexium.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementBuilder<T extends Element> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Edge |
interface |
Vertex |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementBase |
| 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 |
|---|---|
void |
ElementBase.mergeProperties(Element element) |
void |
Element.mergeProperties(Element element)
Merge the given element's properties into this.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
MarkHiddenPropertyEvent.getElement() |
Element |
MarkVisiblePropertyEvent.getElement() |
Element |
RemovePropertyEvent.getElement() |
Element |
AddPropertyEvent.getElement() |
| Constructor and Description |
|---|
AddPropertyEvent(Graph graph,
Element element,
Property property) |
MarkHiddenPropertyEvent(Graph graph,
Element element,
Property property,
Visibility visibility) |
MarkVisiblePropertyEvent(Graph graph,
Element element,
Property property,
Visibility visibility) |
RemovePropertyEvent(Graph graph,
Element element,
Property property) |
RemovePropertyEvent(Graph graph,
Element element,
PropertyRemoveMutation propertyRemoveMutation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElementMutation<T extends Element> |
interface |
ExistingElementMutation<T extends Element> |
class |
ExistingElementMutationImpl<T extends Element> |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphQueryIterable<T extends Element> |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultGraphQueryIterable.evaluateQueryString(Element elem,
String queryString) |
boolean |
QueryBase.HasContainer.isMatch(Element elem) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
SearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
DefaultSearchIndex.removeElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
SearchIndex.removeElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
DefaultSearchIndex.removeProperty(Graph graph,
Element element,
Property property,
Authorizations authorizations) |
void |
SearchIndex.removeProperty(Graph graph,
Element element,
Property property,
Authorizations authorizations) |
void |
DefaultSearchIndex.removeProperty(Graph graph,
Element element,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
Authorizations authorizations) |
void |
SearchIndex.removeProperty(Graph graph,
Element element,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
void |
SearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
| Modifier and Type | Class and Description |
|---|---|
class |
ToElementIterable<T extends Element> |
| Modifier and Type | Method and Description |
|---|---|
protected Element |
ToElementIterable.convert(T o) |
Copyright © 2014–2015. All rights reserved.