| Package | Description |
|---|---|
| org.streampipes.model.output | |
| org.streampipes.model.schema | |
| org.streampipes.model.util |
| Modifier and Type | Method and Description |
|---|---|
List<EventProperty> |
AppendOutputStrategy.getEventProperties() |
List<EventProperty> |
FixedOutputStrategy.getEventProperties() |
List<EventProperty> |
CustomTransformOutputStrategy.getEventProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppendOutputStrategy.setEventProperties(List<EventProperty> eventProperties) |
void |
FixedOutputStrategy.setEventProperties(List<EventProperty> eventProperties) |
void |
CustomTransformOutputStrategy.setEventProperties(List<EventProperty> eventProperties) |
| Constructor and Description |
|---|
AppendOutputStrategy(List<EventProperty> eventProperties) |
FixedOutputStrategy(List<EventProperty> eventProperties) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventPropertyList |
class |
EventPropertyNested |
class |
EventPropertyPrimitive |
| Modifier and Type | Method and Description |
|---|---|
EventProperty |
EventPropertyList.getEventProperty() |
| Modifier and Type | Method and Description |
|---|---|
List<EventProperty> |
EventPropertyNested.getEventProperties() |
List<EventProperty> |
EventSchema.getEventProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventSchema.addEventProperty(EventProperty p) |
void |
EventPropertyList.setEventProperty(EventProperty eventProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventPropertyNested.setEventProperties(List<EventProperty> eventProperties) |
void |
EventSchema.setEventProperties(List<EventProperty> eventProperties) |
| Constructor and Description |
|---|
EventProperty(EventProperty other) |
EventPropertyList(EventProperty listProperty) |
EventPropertyList(String propertyName,
EventProperty listProperty) |
EventPropertyList(String propertyName,
EventProperty eventProperty,
List<URI> domainProperties) |
| Constructor and Description |
|---|
EventPropertyNested(String propertyName,
List<EventProperty> eventProperties) |
EventSchema(List<EventProperty> eventProperties) |
| Modifier and Type | Method and Description |
|---|---|
EventProperty |
Cloner.property(EventProperty o) |
| Modifier and Type | Method and Description |
|---|---|
List<EventProperty> |
Cloner.properties(List<EventProperty> eventProperties) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PropertyUtils.getFullPropertyName(EventProperty ep,
String prefix) |
static Map<String,Object> |
PropertyUtils.getRuntimeFormat(EventProperty eventProperty) |
static Map<String,Object> |
PropertyUtils.getUntypedRuntimeFormat(EventProperty ep) |
EventProperty |
Cloner.property(EventProperty o) |
| Modifier and Type | Method and Description |
|---|---|
List<EventProperty> |
Cloner.properties(List<EventProperty> eventProperties) |
static List<String> |
SchemaUtils.toPropertyList(List<EventProperty> eps) |
static Map<String,Object> |
SchemaUtils.toRuntimeMap(List<EventProperty> eps) |
static Map<String,Object> |
SchemaUtils.toUntypedRuntimeMap(List<EventProperty> eps) |
Copyright © 2019. All rights reserved.