| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.type |
| Modifier and Type | Method and Description |
|---|---|
RecordType |
EngineOperations.getEventType(String eventTypeName)
Returns an event type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RecordType> |
EngineOperations.getEventTypes()
Returns all registered event types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EngineOperations.addEventType(String eventTypeName,
RecordType dataType)
Registers an event type as a record.
|
| Modifier and Type | Method and Description |
|---|---|
RecordType |
SpongeEngine.getEventType(String eventTypeName)
Returns an event type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RecordType> |
SpongeEngine.getEventTypes()
Returns all registered event types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpongeEngine.addEventType(String eventTypeName,
RecordType dataType)
Registers an event type as a record.
|
| Modifier and Type | Method and Description |
|---|---|
RecordType |
RecordType.clone() |
RecordType |
RecordType.getBaseType() |
RecordType |
RecordType.withAnnotated() |
RecordType |
RecordType.withAnnotated(boolean annotated) |
RecordType |
RecordType.withBaseType(RecordType baseType)
Sets a base record type for this type.
|
RecordType |
RecordType.withDefaultValue(Map<String,Object> value) |
RecordType |
RecordType.withDescription(String description) |
RecordType |
RecordType.withFeature(String name,
Object value) |
RecordType |
RecordType.withFeatures(Map<String,Object> features) |
RecordType |
RecordType.withFields(List<DataType> fields)
Adds new fields.
|
RecordType |
RecordType.withFormat(String format) |
RecordType |
RecordType.withLabel(String label) |
RecordType |
RecordType.withName(String name) |
RecordType |
RecordType.withNullable() |
RecordType |
RecordType.withNullable(boolean nullable) |
RecordType |
RecordType.withOptional() |
RecordType |
RecordType.withProvided(ProvidedMeta provided) |
RecordType |
RecordType.withReadOnly() |
RecordType |
RecordType.withReadOnly(boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordType.setBaseType(RecordType baseType) |
RecordType |
RecordType.withBaseType(RecordType baseType)
Sets a base record type for this type.
|
Copyright © 2016–2021 Softelnet. All rights reserved.