| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.search |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptor |
PropertyDescriptor.from(String key,
String name,
Visibility visibility) |
static PropertyDescriptor |
PropertyDescriptor.fromProperty(Property p) |
static PropertyDescriptor |
PropertyDescriptor.fromPropertyDeleteMutation(PropertyDeleteMutation p) |
static PropertyDescriptor |
PropertyDescriptor.fromPropertySoftDeleteMutation(PropertySoftDeleteMutation p) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
default void |
SearchIndex.deleteProperties(Graph graph,
Element element,
Collection<PropertyDescriptor> propertyList,
Authorizations authorizations)
Default delete property simply calls deleteProperty in a loop.
|
Copyright © 2014–2017. All rights reserved.