| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.event | |
| org.vertexium.mutation | |
| org.vertexium.property | |
| org.vertexium.query | |
| org.vertexium.util |
| Modifier and Type | Method and Description |
|---|---|
protected Property |
ElementBase.getEdgeLabelProperty() |
protected Property |
ElementBase.getIdProperty() |
Property |
Element.getProperty(String name)
Gets a property by name.
|
Property |
ElementBase.getProperty(String name) |
Property |
Element.getProperty(String key,
String name)
Gets a property by key and name.
|
Property |
ElementBase.getProperty(String key,
String name) |
Property |
Element.getProperty(String key,
String name,
Visibility visibility)
Gets a property by key, name, and visibility.
|
Property |
ElementBase.getProperty(String key,
String name,
Visibility visibility) |
Property |
Element.getProperty(String name,
Visibility visibility)
Gets a property by name, and visibility.
|
Property |
ElementBase.getProperty(String name,
Visibility visibility) |
protected Property |
ElementBase.removePropertyInternal(String key,
String name) |
protected Property |
ElementBase.removePropertyInternal(String key,
String name,
Visibility visibility) |
protected Property |
ElementBase.softDeletePropertyInternal(String key,
String name) |
protected Property |
ElementBase.softDeletePropertyInternal(String key,
String name,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
ElementBuilder.getProperties() |
Iterable<Property> |
Element.getProperties()
an Iterable of all the properties on this element that you have access to based on the authorizations
used to retrieve the element.
|
Iterable<Property> |
ElementBase.getProperties() |
Iterable<Property> |
Element.getProperties(String name)
an Iterable of all the properties with the given name on this element that you have access to based on the authorizations
used to retrieve the element.
|
Iterable<Property> |
ElementBase.getProperties(String name) |
Iterable<Property> |
Element.getProperties(String key,
String name)
an Iterable of all the properties with the given name and key on this element that you have access to based on the authorizations
used to retrieve the element.
|
Iterable<Property> |
ElementBase.getProperties(String key,
String name) |
protected Iterable<Property> |
ElementBase.removePropertyInternal(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElementBase.addPropertyInternal(Property property) |
int |
Property.compareTo(Property o) |
ElementBuilder<T> |
ElementBuilder.deleteProperty(Property property) |
static PropertyDescriptor |
PropertyDescriptor.fromProperty(Property p) |
void |
Element.markPropertyHidden(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations)
Marks a property as hidden for a given visibility.
|
abstract void |
ElementBase.markPropertyHidden(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
Element.markPropertyHidden(Property property,
Visibility visibility,
Authorizations authorizations)
Marks a property as hidden for a given visibility.
|
void |
ElementBase.markPropertyHidden(Property property,
Visibility visibility,
Authorizations authorizations) |
void |
Element.markPropertyVisible(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations)
Marks a property as visible for a given visibility, effectively undoing markPropertyHidden.
|
abstract void |
ElementBase.markPropertyVisible(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
Element.markPropertyVisible(Property property,
Visibility visibility,
Authorizations authorizations)
Marks a property as visible for a given visibility, effectively undoing markPropertyHidden.
|
void |
ElementBase.markPropertyVisible(Property property,
Visibility visibility,
Authorizations authorizations) |
ElementBuilder<T> |
ElementBuilder.softDeleteProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElementBase.updatePropertiesInternal(Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations) |
| Constructor and Description |
|---|
ElementBase(Graph graph,
String id,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
long timestamp,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Property |
MarkVisiblePropertyEvent.getProperty() |
Property |
AddPropertyEvent.getProperty() |
Property |
MarkHiddenPropertyEvent.getProperty() |
| Constructor and Description |
|---|
AddPropertyEvent(Graph graph,
Element element,
Property property) |
DeletePropertyEvent(Graph graph,
Element element,
Property property) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyPropertyDeleteMutation.getProperty() |
Property |
PropertyPropertySoftDeleteMutation.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
ElementMutation.getProperties()
Gets the properties currently in this mutation.
|
Iterable<Property> |
ExistingElementMutationImpl.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
ExistingElementMutation<T> |
ExistingElementMutationImpl.alterPropertyVisibility(Property property,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.alterPropertyVisibility(Property property,
Visibility visibility)
Alters the visibility of a property.
|
ElementMutation<T> |
ElementMutation.deleteProperty(Property property)
Deletes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.deleteProperty(Property property) |
ExistingElementMutation<T> |
ExistingElementMutationImpl.setPropertyMetadata(Property property,
String metadataName,
Object newValue,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.setPropertyMetadata(Property property,
String metadataName,
Object newValue,
Visibility visibility)
Sets a property metadata value on a property.
|
ElementMutation<T> |
ElementMutation.softDeleteProperty(Property property)
Soft deletes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.softDeleteProperty(Property property) |
| Constructor and Description |
|---|
PropertyPropertyDeleteMutation(Property property) |
PropertyPropertySoftDeleteMutation(Property property) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableProperty |
class |
MutablePropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableProperty.update(Property property) |
protected void |
MutablePropertyImpl.updateMetadata(Property property) |
protected abstract void |
MutableProperty.updateMetadata(Property property) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Compare.evaluate(Iterable<Property> properties,
Object second,
Collection<PropertyDefinition> propertyDefinitions) |
boolean |
GeoCompare.evaluate(Iterable<Property> properties,
Object second,
Collection<PropertyDefinition> propertyDefinitions) |
boolean |
Predicate.evaluate(Iterable<Property> properties,
Object value,
Collection<PropertyDefinition> propertyDefinitions) |
boolean |
TextPredicate.evaluate(Iterable<Property> properties,
Object second,
Collection<PropertyDefinition> propertyDefinitions) |
boolean |
Contains.evaluate(Iterable<Property> properties,
Object second,
Collection<PropertyDefinition> propertyDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyCollection.getProperty(String name,
int index) |
Property |
PropertyCollection.getProperty(String key,
String name,
int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
PropertyCollection.getProperties() |
Iterable<Property> |
PropertyCollection.getProperties(String name) |
Iterable<Property> |
PropertyCollection.getProperties(String key,
String name) |
Iterable<Property> |
PropertyCollection.removeProperties(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyCollection.addProperty(Property property) |
void |
PropertyCollection.removeProperty(Property property) |
Copyright © 2014–2017. All rights reserved.