| Methods in org.wso2.carbon.event.builder.admin.internal with parameters of type PropertyDto |
void |
EventBuilderAdminService.deployJsonEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] jsonPathExpressions,
PropertyDto[] inputPropertyConfiguration,
boolean mappingEnabled)
|
void |
EventBuilderAdminService.deployMapEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] mappingProperties,
PropertyDto[] inputPropertyConfiguration,
boolean mappingEnabled)
|
void |
EventBuilderAdminService.deployTextEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] textMappingAttributes,
PropertyDto[] inputPropertyConfiguration,
boolean mappingEnabled)
|
void |
EventBuilderAdminService.deployWso2EventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] metaData,
EventInputPropertyConfigurationDto[] correlationData,
EventInputPropertyConfigurationDto[] payloadData,
PropertyDto[] inputPropertyConfiguration,
boolean mappingEnabled)
Deploys an event builder with mapping type of Wso2Event |
void |
EventBuilderAdminService.deployXmlEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] xpathExpressions,
PropertyDto[] inputPropertyConfiguration,
PropertyDto[] xpathDefinitions,
String parentSelectorXpath,
boolean mappingEnabled)
|
void |
EventBuilderAdminService.deployXmlEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] xpathExpressions,
PropertyDto[] inputPropertyConfiguration,
PropertyDto[] xpathDefinitions,
String parentSelectorXpath,
boolean mappingEnabled)
|
| Methods in org.wso2.carbon.event.builder.admin.internal.util.dto.converter with parameters of type PropertyDto |
org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration |
Wso2EventDtoConverter.toEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] metaData,
EventInputPropertyConfigurationDto[] correlationData,
EventInputPropertyConfigurationDto[] payloadData,
PropertyDto[] inputPropertyConfiguration,
boolean mappingEnabled)
|
org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration |
TextDtoConverter.toEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] textMappingAttributes,
PropertyDto[] inputPropertyConfiguration,
boolean mappingEnabled)
|
org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration |
MapDtoConverter.toEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] mapMappings,
PropertyDto[] inputPropertyConfiguration,
boolean mappingEnabled)
|
org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration |
JsonDtoConverter.toEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] jsonPathExpressions,
PropertyDto[] inputPropertyConfiguration,
boolean mappingEnabled)
|
org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration |
XmlDtoConverter.toEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] xpathExpressions,
PropertyDto[] inputPropertyConfiguration,
PropertyDto[] xpathDefinitions,
String parentSelectorXpath,
boolean mappingEnabled)
|
org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration |
XmlDtoConverter.toEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] xpathExpressions,
PropertyDto[] inputPropertyConfiguration,
PropertyDto[] xpathDefinitions,
String parentSelectorXpath,
boolean mappingEnabled)
|