| Package | Description |
|---|---|
| org.visallo.core.model.ontology | |
| org.visallo.core.model.properties.types |
| Modifier and Type | Method and Description |
|---|---|
<T extends VisalloProperty> |
OntologyRepositoryBase.getRequiredVisalloPropertyByIntent(String intent,
Class<T> visalloPropertyType) |
<T extends VisalloProperty> |
OntologyRepository.getRequiredVisalloPropertyByIntent(String intent,
Class<T> visalloPropertyType) |
<T extends VisalloProperty> |
OntologyRepositoryBase.getVisalloPropertyByIntent(String intent,
Class<T> visalloPropertyType) |
<T extends VisalloProperty> |
OntologyRepository.getVisalloPropertyByIntent(String intent,
Class<T> visalloPropertyType) |
| Modifier and Type | Method and Description |
|---|---|
VisalloProperty |
OntologyProperty.getVisalloProperty() |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanVisalloProperty |
class |
ByteArrayVisalloProperty |
class |
ClientApiVisalloProperty<TClientApi> |
class |
DateVisalloProperty
A VisalloProperty that converts Dates to an appropriate value for
storage in Vertexium.
|
class |
DetectedObjectProperty |
class |
DoubleVisalloProperty |
class |
GeoPointVisalloProperty |
class |
IdentityVisalloProperty<T>
A VisalloProperty whose raw and Vertexium types are the same.
|
class |
IntegerVisalloProperty |
class |
JsonArrayVisalloProperty |
class |
JsonVisalloProperty |
class |
LocalDateVisalloProperty
A multi-value property that converts a java.time.LocalDate object, which represents only a date without time
information, to an appropriate value for storage in Vertexium.
|
class |
LongVisalloProperty |
class |
StreamingVisalloProperty
An IdentityVisalloProperty for StreamingPropertyValues.
|
class |
StringVisalloProperty |
class |
VideoTranscriptProperty |
| Constructor and Description |
|---|
VisalloPropertyUpdate(VisalloProperty property,
String propertyKey) |
VisalloPropertyUpdateRemove(VisalloProperty property,
String propertyKey,
long beforeDeleteTimestamp,
boolean isDeleted,
boolean isHidden) |
VisalloPropertyUpdateUnhide(VisalloProperty property,
String propertyKey) |
Copyright © 2013–2016 V5 Analytics. All rights reserved.