| 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 |
EdgeInfoEdge |
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 |
|---|---|
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 |
|---|---|
protected void |
GraphBase.deleteAllExtendedDataForElement(Element element,
Authorizations authorizations) |
static ElementType |
ElementType.getTypeFromElement(Element element) |
static VertexiumObjectType |
VertexiumObjectType.getTypeFromElement(Element element) |
void |
GraphVisitor.visitElement(Element element) |
void |
DefaultGraphVisitor.visitElement(Element element) |
void |
GraphVisitor.visitExtendedDataRow(Element element,
String tableName,
ExtendedDataRow row) |
void |
DefaultGraphVisitor.visitExtendedDataRow(Element element,
String tableName,
ExtendedDataRow row) |
void |
GraphVisitor.visitProperty(Element element,
Property property) |
void |
DefaultGraphVisitor.visitProperty(Element element,
Property property) |
void |
GraphVisitor.visitProperty(Element element,
String tableName,
ExtendedDataRow row,
Property property) |
void |
DefaultGraphVisitor.visitProperty(Element element,
String tableName,
ExtendedDataRow row,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphBase.visit(Iterable<? extends Element> elements,
GraphVisitor visitor) |
void |
Graph.visit(Iterable<? extends Element> elements,
GraphVisitor visitor)
Visits elements using the supplied elements and visitor
|
| Modifier and Type | Method and Description |
|---|---|
Element |
MarkVisiblePropertyEvent.getElement() |
Element |
SoftDeletePropertyEvent.getElement() |
Element |
AddPropertyEvent.getElement() |
Element |
MarkHiddenPropertyEvent.getElement() |
Element |
DeletePropertyEvent.getElement() |
Element |
DeleteExtendedDataEvent.getElement() |
Element |
AddExtendedDataEvent.getElement() |
| Constructor and Description |
|---|
AddExtendedDataEvent(Graph graph,
Element element,
String tableName,
String row,
String columnName,
String key,
Object value,
Visibility visibility) |
AddPropertyEvent(Graph graph,
Element element,
Property property) |
DeleteExtendedDataEvent(Graph graph,
Element element,
String tableName,
String row,
String columnName,
String key) |
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 |
QueryResultsJoinIterable<T extends Element> |
| Modifier and Type | Method and Description |
|---|---|
Element |
DefaultExtendedDataQuery.getElement() |
Element |
ExtendedDataQueryableIterable.getElement() |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<Element> |
QueryBase.elements() |
QueryResultsIterable<Element> |
EmptyResultsGraphQuery.elements() |
QueryResultsIterable<Element> |
Query.elements() |
QueryResultsIterable<Element> |
QueryBase.elements(FetchHints fetchHints) |
QueryResultsIterable<Element> |
EmptyResultsGraphQuery.elements(FetchHints fetchHints) |
QueryResultsIterable<Element> |
Query.elements(FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
QueryBase.HasAuthorizationContainer.isMatch(Element element) |
protected boolean |
QueryBase.HasValueContainer.isMatch(Element element) |
protected boolean |
QueryBase.HasPropertyContainer.isMatch(Element element) |
protected boolean |
QueryBase.HasNotPropertyContainer.isMatch(Element element) |
| Modifier and Type | Method and Description |
|---|---|
protected QueryResultsIterable<? extends VertexiumObject> |
QueryBase.extendedData(FetchHints fetchHints,
Iterable<? extends Element> elements) |
| Constructor and Description |
|---|
DefaultExtendedDataQuery(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
ExtendedDataQueryableIterable(Graph graph,
Element element,
String tableName,
Iterable<? extends ExtendedDataRow> rows) |
| Modifier and Type | Method and Description |
|---|---|
<TElement extends Element> |
SearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
<TElement extends Element> |
DefaultSearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
| 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.addElementExtendedData(Graph graph,
Element element,
Iterable<ExtendedDataMutation> extendedDatas,
Authorizations authorizations) |
void |
DefaultSearchIndex.addElementExtendedData(Graph graph,
Element element,
Iterable<ExtendedDataMutation> extendedDatas,
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) |
void |
SearchIndex.deleteExtendedData(Graph graph,
Element element,
String tableName,
String row,
String columnName,
String key,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteExtendedData(Graph graph,
Element element,
String tableName,
String row,
String columnName,
String key,
Visibility visibility,
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) |
void |
SearchIndex.markElementHidden(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markElementHidden(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markElementVisible(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markElementVisible(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyHidden(Graph graph,
Element element,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markPropertyHidden(Graph graph,
Element element,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyVisible(Graph graph,
Element element,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markPropertyVisible(Graph graph,
Element element,
Property property,
Visibility visibility,
Authorizations authorizations) |
Query |
SearchIndex.queryExtendedData(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
Query |
DefaultSearchIndex.queryExtendedData(Graph graph,
Element element,
String tableName,
String queryString,
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–2018. All rights reserved.