| Modifier and Type | Method and Description |
|---|---|
boolean |
ExecutionManagerAdminService.saveStreamMapping(StreamMappingDTO[] streamMappingDTOs,
String configName,
String domainName)
When the template refers to a stream (say StreamX) which needs to be populated by a user-defined stream (say StreamY),
specify how attributes in StreamY needs to be mapped to StreamX, using the streamMappingDTO,
and invoke this service.
|
| Modifier and Type | Method and Description |
|---|---|
StreamMappingDTO[] |
ScenarioConfigurationDTO.getStreamMappingDTOs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioConfigurationDTO.setStreamMappingDTOs(StreamMappingDTO[] streamMappingDTOs) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.wso2.carbon.event.execution.manager.core.structure.configuration.StreamMapping> |
ConfigurationMapper.mapStreamMapping(StreamMappingDTO[] streamMappingDTO) |
Copyright © 2016 WSO2. All rights reserved.