| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Value> |
PropertyType.getTypeClass(PropertyType propertyType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
GraphRepository.setProperty(T element,
String propertyName,
String propertyKey,
Value value,
Metadata metadata,
String oldVisibilitySource,
String newVisibilitySource,
String workspaceId,
String justificationText,
ClientApiSourceInfo sourceInfo,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Value |
DetectedObjectProperty.wrap(ArtifactDetectedObject value) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactDetectedObject |
DetectedObjectProperty.unwrap(Value value) |
| Modifier and Type | Method and Description |
|---|---|
Value |
GeoPointBcExtendedData.rawToGraph(GeoPoint value) |
Value |
GeoShapeBcExtendedData.rawToGraph(GeoShape value) |
Value |
IntegerBcExtendedData.rawToGraph(Integer value) |
Value |
StringBcExtendedData.rawToGraph(String value) |
abstract Value |
BcExtendedData.rawToGraph(TRaw value) |
Value |
DateBcExtendedData.rawToGraph(ZonedDateTime value) |
Value |
BooleanSingleValueBcProperty.wrap(Boolean value) |
Value |
BooleanBcProperty.wrap(Boolean value) |
Value |
ByteSingleValueBcProperty.wrap(Byte value) |
Value |
ByteArrayBcProperty.wrap(byte[] value) |
Value |
ByteArraySingleValueBcProperty.wrap(byte[] value) |
Value |
DoubleSingleValueBcProperty.wrap(Double value) |
Value |
DoubleMetadataBcProperty.wrap(Double value) |
Value |
DoubleBcProperty.wrap(Double value) |
Value |
FloatArraySingleValueBcProperty.wrap(float[] value) |
Value |
GeoPointBcProperty.wrap(GeoPoint value) |
Value |
GeoShapeBcProperty.wrap(GeoShape value) |
Value |
GraphPositionSingleValueBcProperty.wrap(GraphPosition value) |
Value |
IntegerSingleValueBcProperty.wrap(Integer value) |
Value |
IntegerBcProperty.wrap(Integer value) |
Value |
JsonArrayBcProperty.wrap(org.json.JSONArray value) |
Value |
JsonArraySingleValueBcProperty.wrap(org.json.JSONArray value) |
Value |
JsonSingleValueBcProperty.wrap(org.json.JSONObject value) |
Value |
JsonBcProperty.wrap(org.json.JSONObject value) |
Value |
StringListSingleValueBcProperty.wrap(List<String> value) |
Value |
LocalDateSingleValueBcProperty.wrap(LocalDate localDate) |
Value |
LocalDateBcProperty.wrap(LocalDate localDate) |
Value |
LongBcProperty.wrap(Long value) |
Value |
LongSingleValueBcProperty.wrap(Long value) |
Value |
LongMetadataBcProperty.wrap(Long value) |
Value |
ShortSingleValueBcProperty.wrap(Short value) |
Value |
StringMetadataBcProperty.wrap(String value) |
Value |
StringBcProperty.wrap(String value) |
Value |
ClientApiMetadataBcProperty.wrap(TClientApi value) |
Value |
ClientApiBcProperty.wrap(TClientApi value) |
Value |
ClientApiSingleValueBcProperty.wrap(TClientApi value) |
abstract Value |
MetadataBcProperty.wrap(TRaw value)
Convert the raw value to an appropriate value for storage
in Ge.
|
abstract Value |
BcPropertyBase.wrap(TRaw value)
Convert the raw value to an appropriate value for storage
in Ge.
|
Value |
DateMetadataBcProperty.wrap(ZonedDateTime value) |
Value |
DateBcProperty.wrap(ZonedDateTime value) |
Value |
DateSingleValueBcProperty.wrap(ZonedDateTime zonedDateTime) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Value,TRaw> |
BcPropertyBase.getRawConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyMetadata.add(String key,
Value value,
Visibility visibility) |
TRaw |
BcPropertyBase.RawConverter.apply(Value input) |
String |
StringBcExtendedData.graphToRaw(Value value) |
GeoPoint |
GeoPointBcExtendedData.graphToRaw(Value value) |
Integer |
IntegerBcExtendedData.graphToRaw(Value value) |
ZonedDateTime |
DateBcExtendedData.graphToRaw(Value value) |
GeoShape |
GeoShapeBcExtendedData.graphToRaw(Value value) |
abstract TRaw |
BcExtendedData.graphToRaw(Value value) |
TClientApi |
ClientApiMetadataBcProperty.unwrap(Value value) |
String |
StringMetadataBcProperty.unwrap(Value value) |
String |
StringSingleValueBcProperty.unwrap(Value value) |
org.json.JSONArray |
JsonArrayBcProperty.unwrap(Value value) |
Byte |
ByteSingleValueBcProperty.unwrap(Value value) |
TClientApi |
ClientApiBcProperty.unwrap(Value value) |
Long |
LongBcProperty.unwrap(Value value) |
Boolean |
BooleanSingleValueBcProperty.unwrap(Value value) |
org.json.JSONArray |
JsonArraySingleValueBcProperty.unwrap(Value value) |
byte[] |
ByteArrayBcProperty.unwrap(Value value) |
Double |
DoubleSingleValueBcProperty.unwrap(Value value) |
Double |
DoubleMetadataBcProperty.unwrap(Value value) |
abstract TRaw |
MetadataBcProperty.unwrap(Value value)
Convert the Ge value to its original raw type.
|
abstract TRaw |
BcPropertyBase.unwrap(Value value)
Convert the Ge value to its original raw type.
|
org.json.JSONObject |
JsonSingleValueBcProperty.unwrap(Value value) |
StreamingPropertyValue |
StreamingSingleValueBcProperty.unwrap(Value value) |
List<String> |
StringListSingleValueBcProperty.unwrap(Value value) |
String |
StringBcProperty.unwrap(Value value) |
GeoPoint |
GeoPointBcProperty.unwrap(Value value) |
Long |
LongSingleValueBcProperty.unwrap(Value value) |
Integer |
IntegerSingleValueBcProperty.unwrap(Value value) |
Boolean |
BooleanBcProperty.unwrap(Value value) |
long[] |
LongArraySingleValueBcProperty.unwrap(Value value) |
Double |
DoubleBcProperty.unwrap(Value value) |
LocalDate |
LocalDateSingleValueBcProperty.unwrap(Value value) |
GraphPosition |
GraphPositionSingleValueBcProperty.unwrap(Value value) |
TClientApi |
ClientApiSingleValueBcProperty.unwrap(Value value) |
ZonedDateTime |
DateMetadataBcProperty.unwrap(Value value) |
VideoTranscript |
VideoTranscriptProperty.unwrap(Value value) |
GeoShape |
GeoShapeBcProperty.unwrap(Value value) |
Integer |
IntegerBcProperty.unwrap(Value value) |
Long |
LongMetadataBcProperty.unwrap(Value value) |
byte[] |
ByteArraySingleValueBcProperty.unwrap(Value value) |
float[] |
FloatArraySingleValueBcProperty.unwrap(Value value) |
ZonedDateTime |
DateBcProperty.unwrap(Value value) |
ZonedDateTime |
DateSingleValueBcProperty.unwrap(Value value) |
LocalDate |
LocalDateBcProperty.unwrap(Value value) |
Short |
ShortSingleValueBcProperty.unwrap(Value value) |
StreamingPropertyValue |
StreamingBcProperty.unwrap(Value value) |
org.json.JSONObject |
JsonBcProperty.unwrap(Value value) |
| Modifier and Type | Method and Description |
|---|---|
TRaw |
SingleValueBcProperty.getPropertyValue(Map<String,Value> map) |
Byte |
ByteSingleValueBcProperty.getPropertyValue(Map<String,Value> map,
Byte defaultValue) |
Integer |
IntegerSingleValueBcProperty.getPropertyValue(Map<String,Value> map,
Integer defaultValue) |
Short |
ShortSingleValueBcProperty.getPropertyValue(Map<String,Value> map,
Short defaultValue) |
void |
SingleValueBcProperty.setProperty(Map<String,Value> properties,
TRaw value) |
| Modifier and Type | Method and Description |
|---|---|
static Value |
SchemaProperty.convert(org.json.JSONArray values,
PropertyType propertyDataType,
int index) |
Value |
SchemaProperty.convertString(String valueStr) |
| Modifier and Type | Method and Description |
|---|---|
SchemaFactory.DefaultConcept |
SchemaFactory.DefaultConcept.property(String name,
Value value) |
SchemaFactory.DefaultRelationship |
SchemaFactory.DefaultRelationship.property(String name,
Value value) |
void |
GeRelationship.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
void |
GeConcept.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
void |
GeSchemaProperty.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
abstract void |
Relationship.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
abstract void |
SchemaProperty.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
abstract void |
Concept.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SchemaRepositoryBase.definePropertyOnGraph(Graph graph,
BcPropertyBase<?> property,
Class<? extends Value> dataType,
Set<TextIndexHint> textIndexHint) |
protected void |
SchemaRepositoryBase.definePropertyOnGraph(Graph graph,
String propertyName,
Class<? extends Value> dataType,
Collection<TextIndexHint> textIndexHint,
Double boost,
boolean sortable) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryConcept.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
void |
InMemorySchemaProperty.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
void |
InMemoryRelationship.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
void |
InMemoryExtendedDataTableSchemaProperty.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Value |
TermMentionForProperty.wrap(TermMentionFor value) |
| Modifier and Type | Method and Description |
|---|---|
TermMentionFor |
TermMentionForProperty.unwrap(Value value) |
| Modifier and Type | Method and Description |
|---|---|
Value |
GeUser.getProperty(String propertyName) |
Value |
InMemoryUser.getProperty(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Value> |
GeUser.getCustomProperties() |
Map<String,Value> |
InMemoryUser.getCustomProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeUser.setProperty(String propertyName,
Value value) |
void |
InMemoryUser.setProperty(String propertyName,
Value value) |
abstract void |
UserRepository.setPropertyOnUser(User user,
String propertyName,
Value value) |
void |
InMemoryUserRepository.setPropertyOnUser(User user,
String propertyName,
Value value) |
void |
GeUserRepository.setPropertyOnUser(User user,
String propertyName,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
Value |
SystemUser.getProperty(String propertyName) |
Value |
User.getProperty(String propertyName) |
Value |
ProxyUser.getProperty(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Value> |
SystemUser.getCustomProperties() |
Map<String,Value> |
User.getCustomProperties() |
Map<String,Value> |
ProxyUser.getCustomProperties() |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Value> |
DefinePropertyBuilder.dataType |
| Modifier and Type | Method and Description |
|---|---|
default Value |
GeObject.getPropertyValue(String name)
Convenience method to retrieve the first value of the property with the given name.
|
Value |
ExtendedDataRowBase.getPropertyValue(String name) |
default Value |
GeObject.getPropertyValue(String name,
int index)
Gets the nth property value of the named property.
|
Value |
ExtendedDataRowBase.getPropertyValue(String name,
int index) |
default Value |
GeObject.getPropertyValue(String key,
String name)
Convenience method to retrieve the first value of the property with the given name.
|
Value |
ExtendedDataRowBase.getPropertyValue(String key,
String name) |
default Value |
GeObject.getPropertyValue(String key,
String name,
int index)
Gets the nth property value of the named property.
|
Value |
ExtendedDataRowBase.getPropertyValue(String key,
String name,
int index) |
abstract Value |
Property.getValue() |
Value |
Metadata.Entry.getValue() |
default Value |
Metadata.getValue(String key) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Value> |
PropertyDefinition.getDataType() |
default Iterable<Value> |
GeObject.getPropertyValues(String name)
an Iterable of all the property values with the given name on this element that you have access to based on the authorizations
used to retrieve the element.
|
default Iterable<Value> |
GeObject.getPropertyValues(String key,
String name)
an Iterable of all the property values with the given name and key on this element that you have access to based on the authorizations
used to retrieve the element.
|
default Collection<Value> |
Metadata.getValues(String key) |
protected Class<? extends Value> |
GraphBase.getValueType(Value value) |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
MapMetadata.add(String key,
Value value,
Visibility visibility) |
Metadata |
Metadata.add(String key,
Value value,
Visibility visibility) |
ElementBuilder<T> |
ElementBuilder.addExtendedData(String tableName,
String row,
String column,
String key,
Value value,
Long timestamp,
Visibility visibility) |
ElementBuilder<T> |
ElementBuilder.addExtendedData(String tableName,
String row,
String column,
String key,
Value value,
Visibility visibility) |
ElementMutation<T> |
ElementBuilder.addExtendedData(String tableName,
String row,
String column,
Value value,
Long timestamp,
Visibility visibility) |
ElementBuilder<T> |
ElementBuilder.addExtendedData(String tableName,
String row,
String column,
Value value,
Visibility visibility) |
ElementBuilder<T> |
ElementBuilder.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Long timestamp,
Visibility visibility) |
ElementBuilder<T> |
ElementBuilder.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Visibility visibility)
Adds or updates a property.
|
default void |
Element.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Visibility visibility,
Authorizations authorizations)
Adds or updates a property.
|
ElementBuilder<T> |
ElementBuilder.addPropertyValue(String key,
String name,
Value value,
Visibility visibility)
Adds or updates a property.
|
default void |
Element.addPropertyValue(String key,
String name,
Value value,
Visibility visibility,
Authorizations authorizations)
Adds or updates a property.
|
void |
GraphBase.ensurePropertyDefined(String name,
Value value) |
void |
Graph.ensurePropertyDefined(String name,
Value value) |
protected Class<? extends Value> |
GraphBase.getValueType(Value value) |
ElementBuilder<T> |
ElementBuilder.setProperty(String name,
Value value,
Metadata metadata,
Visibility visibility)
Sets or updates a property value.
|
default void |
Element.setProperty(String name,
Value value,
Metadata metadata,
Visibility visibility,
Authorizations authorizations)
Sets or updates a property value.
|
ElementBuilder<T> |
ElementBuilder.setProperty(String name,
Value value,
Visibility visibility)
Sets or updates a property value.
|
default void |
Element.setProperty(String name,
Value value,
Visibility visibility,
Authorizations authorizations)
Sets or updates a property value.
|
| Modifier and Type | Method and Description |
|---|---|
DefinePropertyBuilder |
DefinePropertyBuilder.dataType(Class<? extends Value> dataType) |
| Constructor and Description |
|---|
PropertyDefinition(String propertyName,
Class<? extends Value> dataType,
Set<TextIndexHint> textIndexHints) |
| Modifier and Type | Method and Description |
|---|---|
Value |
AddExtendedDataEvent.getValue() |
| Constructor and Description |
|---|
AddExtendedDataEvent(Graph graph,
Element element,
String tableName,
String row,
String columnName,
String key,
Value value,
Visibility visibility) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStreamingPropertyValue |
| Modifier and Type | Method and Description |
|---|---|
Value |
InMemoryElement.getPropertyValue(String name) |
Value |
InMemoryElement.getPropertyValue(String key,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryExtendedDataRow.addColumn(String propertyName,
String key,
Value value,
long timestamp,
Visibility visibility) |
abstract void |
InMemoryExtendedDataTable.addData(ExtendedDataRowId rowId,
String column,
String key,
Value value,
long timestamp,
Visibility visibility) |
void |
MapInMemoryExtendedDataTable.addData(ExtendedDataRowId rowId,
String column,
String key,
Value value,
long timestamp,
Visibility visibility) |
void |
InMemoryGraph.addPropertyValue(InMemoryElement element,
InMemoryTableElement inMemoryTableElement,
String key,
String name,
Value value,
Metadata metadata,
Visibility visibility,
Long timestamp,
Authorizations authorizations) |
void |
InMemoryElement.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Visibility visibility,
Long timestamp,
boolean indexAfterAdd,
Authorizations authorizations) |
void |
InMemoryTableElement.appendAddPropertyValueMutation(String key,
String name,
Value value,
Metadata metadata,
Visibility visibility,
Long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
Value |
AddPropertyValueMutation.getValue() |
| Constructor and Description |
|---|
AddPropertyValueMutation(long timestamp,
String key,
String name,
Value value,
Metadata metadata,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
Value |
SetPropertyMetadata.getNewValue() |
Value |
ExtendedDataMutation.getValue() |
| Modifier and Type | Method and Description |
|---|---|
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
String key,
Value value,
Long timestamp,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addExtendedData(String tableName,
String row,
String column,
String key,
Value value,
Long timestamp,
Visibility visibility)
Adds an extended data cell to the element.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
String key,
Value value,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addExtendedData(String tableName,
String row,
String column,
String key,
Value value,
Visibility visibility)
Adds an extended data cell to the element.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
Value value,
Long timestamp,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addExtendedData(String tableName,
String row,
String column,
Value value,
Long timestamp,
Visibility visibility)
Adds an extended data cell to the element.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.addExtendedData(String tableName,
String row,
String column,
Value value,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addExtendedData(String tableName,
String row,
String column,
Value value,
Visibility visibility)
Adds an extended data cell to the element.
|
ElementMutation<T> |
ExistingElementMutationImpl.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Long timestamp,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Long timestamp,
Visibility visibility)
Adds or updates a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Visibility visibility)
Adds or updates a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.addPropertyValue(String key,
String name,
Value value,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addPropertyValue(String key,
String name,
Value value,
Visibility visibility)
Adds or updates a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.setProperty(String name,
Value value,
Metadata metadata,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.setProperty(String name,
Value value,
Metadata metadata,
Visibility visibility)
Sets or updates a property value.
|
ElementMutation<T> |
ExistingElementMutationImpl.setProperty(String name,
Value value,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.setProperty(String name,
Value value,
Visibility visibility)
Sets or updates a property value.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.setPropertyMetadata(Property property,
String metadataName,
Value newValue,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.setPropertyMetadata(Property property,
String metadataName,
Value newValue,
Visibility visibility)
Sets a property metadata value on a property.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.setPropertyMetadata(String propertyKey,
String propertyName,
String metadataName,
Value newValue,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.setPropertyMetadata(String propertyKey,
String propertyName,
String metadataName,
Value newValue,
Visibility visibility)
Sets a property metadata value on a property.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.setPropertyMetadata(String propertyName,
String metadataName,
Value newValue,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.setPropertyMetadata(String propertyName,
String metadataName,
Value newValue,
Visibility visibility)
Sets a property metadata value on a property.
|
| Constructor and Description |
|---|
ExtendedDataMutation(String tableName,
String row,
String columnName,
String key,
Value value,
Long timestamp,
Visibility visibility) |
SetPropertyMetadata(String propertyKey,
String propertyName,
Visibility propertyVisibility,
String metadataName,
Value newValue,
Visibility metadataVisibility) |
| Modifier and Type | Method and Description |
|---|---|
Value |
MutablePropertyImpl.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutablePropertyImpl.setValue(Value value) |
abstract void |
MutableProperty.setValue(Value value) |
| Constructor and Description |
|---|
MutablePropertyImpl(String key,
String name,
Value value,
Metadata metadata,
Long timestamp,
Set<Visibility> hiddenVisibilities,
Visibility visibility,
FetchHints fetchHints) |
| Modifier and Type | Field and Description |
|---|---|
Value |
QueryBase.HasValueContainer.value |
| Modifier and Type | Method and Description |
|---|---|
<T extends Value> |
QueryBase.has(Class<T> dataType) |
<T extends Value> |
Query.has(Class<T> dataType)
Adds a has filter to the query.
|
<T extends Value> |
EmptyResultsGraphQuery.has(Class<T> dataType) |
<T extends Value,K extends Value> |
QueryBase.has(Class<T> dataType,
Predicate predicate,
K value) |
<T extends Value,K extends Value> |
QueryBase.has(Class<T> dataType,
Predicate predicate,
K value) |
<T extends Value,K extends Value> |
Query.has(Class<T> dataType,
Predicate predicate,
K value)
Adds a filter to the query.
|
<T extends Value,K extends Value> |
Query.has(Class<T> dataType,
Predicate predicate,
K value)
Adds a filter to the query.
|
<T extends Value,K extends Value> |
EmptyResultsGraphQuery.has(Class<T> dataType,
Predicate predicate,
K value) |
<T extends Value,K extends Value> |
EmptyResultsGraphQuery.has(Class<T> dataType,
Predicate predicate,
K value) |
<T extends Value> |
QueryBase.has(Iterable<String> propertyNames,
Predicate predicate,
T value) |
<T extends Value> |
Query.has(Iterable<String> propertyNames,
Predicate predicate,
T value)
Adds a filter to the query.
|
<T extends Value> |
EmptyResultsGraphQuery.has(Iterable<String> propertyNames,
Predicate predicate,
T value) |
<T extends Value> |
QueryBase.has(String propertyName,
Predicate predicate,
Conjunction conjunction,
T value) |
<T extends Value> |
Query.has(String propertyName,
Predicate predicate,
Conjunction conjunction,
T value)
Adds a filter to the query.
|
<T extends Value> |
EmptyResultsGraphQuery.has(String propertyName,
Predicate predicate,
Conjunction conjunction,
T value) |
<T extends Value> |
QueryBase.has(String propertyName,
Predicate predicate,
T value) |
<T extends Value> |
Query.has(String propertyName,
Predicate predicate,
T value)
Adds a filter to the query.
|
<T extends Value> |
EmptyResultsGraphQuery.has(String propertyName,
Predicate predicate,
T value) |
<T extends Value> |
QueryBase.has(String propertyName,
T value) |
<T extends Value> |
Query.has(String propertyName,
T value)
Adds an
Compare.EQUAL filter to the query. |
<T extends Value> |
EmptyResultsGraphQuery.has(String propertyName,
T value) |
<T extends Value> |
QueryBase.hasNot(Class<T> dataType) |
<T extends Value> |
Query.hasNot(Class<T> dataType)
Adds a hasNot filter to the query.
|
<T extends Value> |
QueryBase.hasNot(String propertyName,
T value) |
<T extends Value> |
Query.hasNot(String propertyName,
T value)
Adds an
Contains.NOT_IN filter to the query. |
<T extends Value> |
EmptyResultsGraphQuery.hasNot(String propertyName,
T value) |
<T extends Value> |
QueryBase.range(String propertyName,
T startValue,
boolean inclusiveStartValue,
T endValue,
boolean inclusiveEndValue) |
<T extends Value> |
Query.range(String propertyName,
T startValue,
boolean inclusiveStartValue,
T endValue,
boolean inclusiveEndValue)
Queries for properties in the given range.
|
<T extends Value> |
EmptyResultsGraphQuery.range(String propertyName,
T startValue,
boolean inclusiveStartValue,
T endValue,
boolean inclusiveEndValue) |
<T extends Value> |
QueryBase.range(String propertyName,
T startValue,
T endValue) |
<T extends Value> |
Query.range(String propertyName,
T startValue,
T endValue)
Queries for properties in the given range.
|
<T extends Value> |
EmptyResultsGraphQuery.range(String propertyName,
T startValue,
T endValue) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
QueryBase.HasContainer.isPropertyOfType(PropertyDefinition propertyDefinition,
Class<? extends Value> dataType) |
| Constructor and Description |
|---|
HasValueContainer(Conjunction conjunction,
Class<? extends Value> dataType,
Predicate predicate,
Value value,
Collection<PropertyDefinition> propertyDefinitions) |
HasValueContainer(Conjunction conjunction,
Iterable<String> keys,
Predicate predicate,
Value value,
Collection<PropertyDefinition> propertyDefinitions) |
HasValueContainer(Conjunction conjunction,
String key,
Predicate predicate,
Value value,
Collection<PropertyDefinition> propertyDefinitions) |
| Constructor and Description |
|---|
HasNotPropertyContainer(Conjunction conjunction,
Class<? extends Value> dataType,
Collection<PropertyDefinition> propertyDefinitions) |
HasPropertyContainer(Conjunction conjunction,
Class<? extends Value> dataType,
Collection<PropertyDefinition> propertyDefinitions) |
HasValueContainer(Conjunction conjunction,
Class<? extends Value> dataType,
Predicate predicate,
Value value,
Collection<PropertyDefinition> propertyDefinitions) |
| Modifier and Type | Class and Description |
|---|---|
static class |
HistogramAggregation.ExtendedBounds<T extends Value> |
| Modifier and Type | Method and Description |
|---|---|
Value |
RangeAggregation.Range.getFrom() |
Value |
HistogramAggregation.getMissingValue() |
Value |
RangeAggregation.Range.getTo() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Value> |
HistogramAggregation.ExtendedBounds.getMinMaxType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeAggregation.addRange(String key,
Value from,
Value to) |
void |
RangeAggregation.addRange(Value from,
Value to) |
void |
RangeAggregation.addUnboundedFrom(String key,
Value from) |
void |
RangeAggregation.addUnboundedFrom(Value from) |
void |
RangeAggregation.addUnboundedTo(String key,
Value to) |
void |
RangeAggregation.addUnboundedTo(Value to) |
void |
HistogramAggregation.setMissingValue(Value missingValue) |
| Constructor and Description |
|---|
Range(String key,
Value from,
Value to) |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingPropertyValueFileRef |
static class |
StreamingPropertyValueFileRef.StreamingPropertyValueFile |
| Modifier and Type | Method and Description |
|---|---|
Value |
StorableElement.getPropertyValue(String name,
int index) |
Value |
StorableElement.getPropertyValue(String key,
String name,
int index) |
Value |
StorableExtendedDataRow.StorableExtendedDataRowProperty.getValue() |
| Constructor and Description |
|---|
StorableExtendedDataRowProperty(String propertyName,
String propertyKey,
Value propertyValue,
FetchHints fetchHints,
long timestamp,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
Value |
LazyMutableProperty.getValue() |
Value |
MetadataEntry.getValue(GeSerializer geSerializer) |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
LazyPropertyMetadata.add(String key,
Value value,
Visibility visibility) |
void |
LazyMutableProperty.setValue(Value value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayValue
Array of one of the storable primitives
|
class |
BooleanArray |
class |
BooleanValue
This does not extend AbstractProperty since the JVM can take advantage of the 4 byte initial field alignment if
we don't extend a class that has fields.
|
class |
ByteArray |
class |
ByteValue
This does not extend AbstractProperty since the JVM can take advantage of the 4 byte initial field alignment if
we don't extend a class that has fields.
|
class |
CharArray |
class |
CharValue |
class |
DateArray |
class |
DateTimeArray |
class |
DateTimeValue |
class |
DateValue |
class |
DefaultStreamingPropertyValue |
class |
DoubleArray |
class |
DoubleValue |
class |
DurationArray |
class |
DurationValue
|
class |
EdgeVertexIds |
class |
FloatArray |
class |
FloatingPointArray |
class |
FloatingPointValue |
class |
FloatValue |
class |
GeoCircleValue |
class |
GeoCollectionValue |
class |
GeoHashValue |
class |
GeoLineValue |
class |
GeoPointValue |
class |
GeoPolygonValue |
class |
GeoRectValue |
class |
GeoShapeValue |
class |
IntArray |
class |
IntegralArray |
class |
IntegralValue |
class |
IntValue |
class |
LocalDateTimeArray |
class |
LocalDateTimeValue |
class |
LocalTimeArray |
class |
LocalTimeValue |
class |
LongArray |
class |
LongValue |
class |
NonPrimitiveArray<T extends Comparable<? super T>> |
class |
NoValue
Not a value.
|
class |
NumberArray |
class |
NumberValue |
class |
ShortArray |
class |
ShortValue
This does not extend AbstractProperty since the JVM can take advantage of the 4 byte initial field alignment if
we don't extend a class that has fields.
|
class |
StreamingPropertyValue |
class |
StreamingPropertyValueBase |
class |
StreamingPropertyValueRef<T extends Graph> |
class |
StringArray |
class |
StringValue |
class |
TemporalArray<T extends Temporal & Comparable<? super T>,V extends TemporalValue<T,V>> |
class |
TemporalValue<T extends Temporal,V extends TemporalValue<T,V>> |
class |
TextArray |
class |
TextValue |
class |
TimeArray |
class |
TimeValue |
class |
UTF8StringValue |
| Modifier and Type | Field and Description |
|---|---|
static Value |
Values.MAX_NUMBER |
static Value |
Values.MAX_STRING |
static Value |
Values.MIN_NUMBER |
static Value |
Values.MIN_STRING |
static Value |
Values.NO_VALUE |
static Value |
Values.ZERO_FLOAT |
| Modifier and Type | Method and Description |
|---|---|
Value |
GeoPointValue.get(String fieldName)
For accessors from cypher.
|
Value |
ValueTuple.getOnlyValue() |
Value[] |
ValueTuple.getValues()
WARNING: this method does not create a defensive copy.
|
static Value |
Values.maxValue(ValueGroup valueGroup,
Value value) |
static Value |
Values.minValue(ValueGroup valueGroup,
Value value) |
static Value |
Values.of(Object value)
Generic value factory method.
|
static Value |
Values.of(Object value,
boolean allowNull) |
static Value |
Values.stringOrNoValue(String value) |
static Value |
Values.temporalRangeValue(Range range) |
static Value |
Values.temporalValue(Temporal value) |
static Value |
Values.unsafeOf(Object value,
boolean allowNull) |
Value |
ValueTuple.valueAt(int offset) |
static Value[] |
Values.values(Object... objects)
Generic value factory method.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Value> |
StreamingPropertyValueRef.getValueType() |
Class<? extends Value> |
StreamingPropertyValue.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
Values.asObject(Value value)
Deprecated.
|
static Object[] |
Values.asObjects(Value[] propertyValues) |
static double |
Values.coerceToDouble(Value value) |
int |
ValueComparator.compare(Value v1,
Value v2) |
boolean |
DateArray.equals(Value other) |
boolean |
GeoShapeValue.equals(Value other) |
boolean |
LocalTimeValue.equals(Value other) |
boolean |
LongArray.equals(Value other) |
boolean |
DateValue.equals(Value other) |
boolean |
DoubleArray.equals(Value other) |
boolean |
FloatArray.equals(Value other) |
boolean |
FloatingPointValue.equals(Value other) |
boolean |
ShortArray.equals(Value other) |
boolean |
DateTimeValue.equals(Value other) |
boolean |
DateTimeArray.equals(Value other) |
boolean |
LocalTimeArray.equals(Value other) |
boolean |
TimeArray.equals(Value other) |
boolean |
ByteArray.equals(Value other) |
boolean |
CharValue.equals(Value other) |
boolean |
BooleanArray.equals(Value other) |
boolean |
StringValue.equals(Value value) |
boolean |
IntArray.equals(Value other) |
boolean |
LocalDateTimeValue.equals(Value other) |
boolean |
TimeValue.equals(Value other) |
boolean |
IntegralValue.equals(Value other) |
boolean |
StringArray.equals(Value other) |
boolean |
NoValue.equals(Value other) |
boolean |
DurationValue.equals(Value other) |
boolean |
StreamingPropertyValueBase.equals(Value other) |
boolean |
LocalDateTimeArray.equals(Value other) |
boolean |
DurationArray.equals(Value other) |
abstract boolean |
Value.equals(Value other) |
boolean |
UTF8StringValue.equals(Value value) |
boolean |
CharArray.equals(Value other) |
static boolean |
Values.isArrayValue(Value value) |
static boolean |
Values.isTemporalArray(Value value) |
static boolean |
Values.isTemporalValue(Value value) |
static Value |
Values.maxValue(ValueGroup valueGroup,
Value value) |
static Value |
Values.minValue(ValueGroup valueGroup,
Value value) |
static ValueTuple |
ValueTuple.of(Value... values) |
Comparison |
ValueComparator.ternaryCompare(Value v1,
Value v2) |
| Modifier and Type | Method and Description |
|---|---|
static StreamingPropertyValue |
StreamingPropertyValue.create(InputStream inputStream,
Class<? extends Value> type) |
static StreamingPropertyValue |
StreamingPropertyValue.create(InputStream inputStream,
Class<? extends Value> type,
Long length) |
| Constructor and Description |
|---|
ValueTuple(Value[] values) |
| Constructor and Description |
|---|
DefaultStreamingPropertyValue(InputStream inputStream,
Class<? extends Value> valueType) |
DefaultStreamingPropertyValue(InputStream inputStream,
Class<? extends Value> valueType,
Long length) |
StreamingPropertyValue(Class<? extends Value> valueType) |
| Modifier and Type | Field and Description |
|---|---|
Class<? extends Value> |
ValueType.valueClass |
| Modifier and Type | Method and Description |
|---|---|
Value[] |
ValueType.extremeValues() |
Value |
RandomValues.nextTemporalValue()
Returns a randomly selected temporal value spread uniformly over the supported types.
|
Value |
RandomValues.nextValue()
Returns the next
Value, distributed uniformly among the supported Value types. |
Value |
RandomValues.nextValueOfType(ValueType type)
Returns the next
Value of provided type. |
Value |
RandomValues.nextValueOfTypes(ValueType... types)
Returns the next
Value, distributed uniformly among the provided value types. |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.