| Methods in org.wso2.carbon.event.builder.admin.internal.util.dto.converter that throw EventBuilderAdminServiceException |
EventBuilderConfigurationDto |
GenericDtoConverter.fromEventBuilderConfiguration(org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration eventBuilderConfiguration)
|
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)
|