| Package | Description |
|---|---|
| com.mware.core.model.properties | |
| com.mware.core.model.properties.types | |
| com.mware.core.model.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
DetectedObjectProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanBcProperty |
class |
ByteArrayBcProperty |
class |
ClientApiBcProperty<TClientApi> |
class |
DateBcProperty
A BcProperty that converts Dates to an appropriate value for
storage in Ge.
|
class |
DoubleBcProperty |
class |
GeoPointBcProperty |
class |
GeoShapeBcProperty |
class |
IntegerBcProperty |
class |
JsonArrayBcProperty |
class |
JsonBcProperty |
class |
LocalDateBcProperty
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 Ge.
|
class |
LongBcProperty |
class |
StreamingBcProperty
An IdentityBcProperty for StreamingPropertyValues.
|
class |
StringBcProperty |
class |
VideoTranscriptProperty |
| Constructor and Description |
|---|
BcPropertyUpdate(BcProperty property,
String propertyKey) |
BcPropertyUpdateRemove(BcProperty property,
String propertyKey,
long beforeDeleteTimestamp,
boolean isDeleted,
boolean isHidden) |
BcPropertyUpdateUnhide(BcProperty property,
String propertyKey) |
| Modifier and Type | Method and Description |
|---|---|
default <T extends BcProperty> |
SchemaRepository.getPropertyByIntent(String intent,
Class<T> propertyType) |
<T extends BcProperty> |
SchemaRepository.getPropertyByIntent(String intent,
Class<T> propertyType,
String namespace) |
<T extends BcProperty> |
SchemaRepositoryBase.getPropertyByIntent(String intent,
Class<T> propertyType,
String namespace) |
default <T extends BcProperty> |
SchemaRepository.getRequiredPropertyByIntent(String intent,
Class<T> propertyType) |
<T extends BcProperty> |
SchemaRepository.getRequiredPropertyByIntent(String intent,
Class<T> propertyType,
String namespace) |
<T extends BcProperty> |
SchemaRepositoryBase.getRequiredPropertyByIntent(String intent,
Class<T> propertyType,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
BcProperty |
SchemaProperty.geBcProperty() |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.