| Modifier and Type | Method and Description |
|---|---|
Property |
ElementBase.getProperty(String name) |
Property |
Element.getProperty(String name)
Gets a property by name.
|
Property |
ElementBase.getProperty(String key,
String name) |
Property |
Element.getProperty(String key,
String name)
Gets a property by key and name.
|
Property |
ElementBase.getProperty(String key,
String name,
Visibility visibility) |
Property |
Element.getProperty(String key,
String name,
Visibility visibility)
Gets a property by key, name, and visibility.
|
Property |
ElementBase.getProperty(String name,
Visibility visibility) |
Property |
Element.getProperty(String name,
Visibility visibility)
Gets a property by name, and visibility.
|
protected Property |
ElementBase.removePropertyInternal(String key,
String name) |
protected Property |
ElementBase.removePropertyInternal(String key,
String name,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
ElementBase.getProperties() |
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(String name) |
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 key,
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.
|
protected Iterable<Property> |
ElementBase.removePropertyInternal(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
Property.compareTo(Property o) |
void |
Element.markPropertyHidden(Property property,
Visibility visibility,
Authorizations authorizations)
Marks a property as hidden for a given visibility.
|
void |
Element.markPropertyVisible(Property property,
Visibility visibility,
Authorizations authorizations)
Marks a property as visible for a given visibility, effectively undoing markPropertyHidden.
|
ElementBuilder<T> |
ElementBuilder.removeProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElementBase.updatePropertiesInternal(Iterable<Property> properties,
Iterable<PropertyRemoveMutation> propertyRemoves) |
| Constructor and Description |
|---|
ElementBase(Graph graph,
String id,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyRemoveMutation> propertyRemoveMutations,
Iterable<Visibility> hiddenVisibilities,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Property |
MarkHiddenPropertyEvent.getProperty() |
Property |
MarkVisiblePropertyEvent.getProperty() |
Property |
AddPropertyEvent.getProperty() |
| Constructor and Description |
|---|
AddPropertyEvent(Graph graph,
Element element,
Property property) |
MarkHiddenPropertyEvent(Graph graph,
Element element,
Property property,
Visibility visibility) |
MarkVisiblePropertyEvent(Graph graph,
Element element,
Property property,
Visibility visibility) |
RemovePropertyEvent(Graph graph,
Element element,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyPropertyRemoveMutation.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
ExistingElementMutationImpl.getProperties() |
Iterable<Property> |
ElementMutation.getProperties()
Gets the properties currently in this mutation.
|
| 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> |
ExistingElementMutationImpl.removeProperty(Property property) |
ElementMutation<T> |
ElementMutation.removeProperty(Property property)
Removes a 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.
|
| Constructor and Description |
|---|
PropertyPropertyRemoveMutation(Property property) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableProperty |
class |
MutablePropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableProperty.update(Property property) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Predicate.evaluate(Iterable<Property> properties,
Object value,
Map<String,PropertyDefinition> propertyDefinitions) |
boolean |
Compare.evaluate(Iterable<Property> properties,
Object second,
Map<String,PropertyDefinition> propertyDefinitions) |
boolean |
GeoCompare.evaluate(Iterable<Property> properties,
Object second,
Map<String,PropertyDefinition> propertyDefinitions) |
boolean |
TextPredicate.evaluate(Iterable<Property> properties,
Object second,
Map<String,PropertyDefinition> propertyDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.removeProperty(Graph graph,
Element element,
Property property,
Authorizations authorizations) |
void |
SearchIndex.removeProperty(Graph graph,
Element element,
Property property,
Authorizations authorizations) |
Copyright © 2014–2015. All rights reserved.