| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.event | |
| org.vertexium.mutation | |
| org.vertexium.query | |
| org.vertexium.search | |
| org.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.
|
abstract <T extends Element> |
ElementBase.prepareMutation() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Element> |
GraphBaseWithSearchIndex.saveElementMutations(Iterable<ElementMutation> mutations,
Authorizations authorizations) |
Iterable<Element> |
GraphBase.saveElementMutations(Iterable<ElementMutation> mutations,
Authorizations authorizations) |
Iterable<Element> |
Graph.saveElementMutations(Iterable<ElementMutation> mutations,
Authorizations authorizations)
Saves multiple mutations with a single call.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementType |
ElementType.getTypeFromElement(Element element) |
void |
Element.mergeProperties(Element element)
Merge the given element's properties into this.
|
void |
ElementBase.mergeProperties(Element element) |
| Modifier and Type | Method and Description |
|---|---|
Element |
MarkVisiblePropertyEvent.getElement() |
Element |
SoftDeletePropertyEvent.getElement() |
Element |
AddPropertyEvent.getElement() |
Element |
MarkHiddenPropertyEvent.getElement() |
Element |
DeletePropertyEvent.getElement() |
| Constructor and Description |
|---|
AddPropertyEvent(Graph graph,
Element element,
Property property) |
DeletePropertyEvent(Graph graph,
Element element,
Property property) |
DeletePropertyEvent(Graph graph,
Element element,
PropertyDeleteMutation propertyDeleteMutation) |
MarkHiddenPropertyEvent(Graph graph,
Element element,
Property property,
Visibility visibility) |
MarkVisiblePropertyEvent(Graph graph,
Element element,
Property property,
Visibility visibility) |
SoftDeletePropertyEvent(Graph graph,
Element element,
Property property) |
SoftDeletePropertyEvent(Graph graph,
Element element,
PropertySoftDeleteMutation propertySoftDeleteMutation) |
| 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> |
class |
DefaultGraphQueryIterableWithAggregations<T extends Element> |
interface |
QueryResultsIterable<T extends Element> |
class |
QueryResultsJoinIterable<T extends Element> |
class |
QueryResultsSelectManyIterable<TDest extends Element> |
class |
SortContainersComparator<T extends Element> |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<Element> |
QueryBase.elements() |
QueryResultsIterable<Element> |
CompositeGraphQuery.elements() |
QueryResultsIterable<Element> |
Query.elements() |
QueryResultsIterable<Element> |
QueryBase.elements(EnumSet<FetchHint> fetchHints) |
QueryResultsIterable<Element> |
CompositeGraphQuery.elements(EnumSet<FetchHint> fetchHints) |
QueryResultsIterable<Element> |
Query.elements(EnumSet<FetchHint> fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultGraphQueryIterable.evaluateQueryString(Element elem,
String queryString) |
abstract boolean |
QueryBase.HasContainer.isMatch(Element elem) |
boolean |
QueryBase.HasValueContainer.isMatch(Element elem) |
boolean |
QueryBase.HasPropertyContainer.isMatch(Element elem) |
boolean |
QueryBase.HasNotPropertyContainer.isMatch(Element elem) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
DefaultSearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
SearchIndex.alterElementVisibility(Graph graph,
Element element,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.alterElementVisibility(Graph graph,
Element element,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
void |
SearchIndex.deleteElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteElement(Graph graph,
Element element,
Authorizations authorizations) |
default void |
SearchIndex.deleteProperties(Graph graph,
Element element,
Collection<PropertyDescriptor> propertyList,
Authorizations authorizations)
Default delete property simply calls deleteProperty in a loop.
|
void |
SearchIndex.deleteProperty(Graph graph,
Element element,
PropertyDescriptor property,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteProperty(Graph graph,
Element element,
PropertyDescriptor property,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
void |
DefaultSearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Element> |
IterableUtils.toMapById(Iterable<T> elements) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<Element> |
StreamUtils.stream(Query... queries)
Create a
Stream containing the results of executing the queries, in order. |
static Iterable<Element> |
IterableUtils.toElementIterable(Iterable<? extends Element> elements) |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Element> |
IterableUtils.toElementIterable(Iterable<? extends Element> elements) |
Copyright © 2014–2017. All rights reserved.