| Package | Description |
|---|---|
| com.mware.ge.property | |
| com.mware.ge.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 |
DefaultSearchIndex.deleteProperty(Graph graph,
Element element,
PropertyDescriptor property,
Authorizations authorizations) |
void |
SearchIndex.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 © 2016–2021 MWARE SOLUTIONS. All rights reserved.