Uses of Class
org.wso2.carbon.event.builder.admin.internal.EventInputPropertyConfigurationDto

Packages that use EventInputPropertyConfigurationDto
org.wso2.carbon.event.builder.admin.internal   
org.wso2.carbon.event.builder.admin.internal.util.dto.converter   
 

Uses of EventInputPropertyConfigurationDto in org.wso2.carbon.event.builder.admin.internal
 

Methods in org.wso2.carbon.event.builder.admin.internal that return EventInputPropertyConfigurationDto
 EventInputPropertyConfigurationDto[] EventBuilderConfigurationDto.getCorrelationEventBuilderProperties()
           
 EventInputPropertyConfigurationDto[] EventBuilderConfigurationDto.getMetaEventBuilderProperties()
           
 EventInputPropertyConfigurationDto[] EventBuilderConfigurationDto.getPayloadEventBuilderProperties()
           
 EventInputPropertyConfigurationDto[] EventBuilderConfigurationDto.getXpathDefinitions()
           
 

Methods in org.wso2.carbon.event.builder.admin.internal with parameters of type EventInputPropertyConfigurationDto
 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.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.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 EventBuilderConfigurationDto.setCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto[] correlationEventBuilderProperties)
           
 void EventBuilderConfigurationDto.setMetaEventBuilderProperties(EventInputPropertyConfigurationDto[] eventBuilderProperties)
           
 void EventBuilderConfigurationDto.setPayloadEventBuilderProperties(EventInputPropertyConfigurationDto[] payloadEventBuilderProperties)
           
 void EventBuilderConfigurationDto.setXpathDefinitions(EventInputPropertyConfigurationDto[] xpathDefinitions)
           
 

Uses of EventInputPropertyConfigurationDto in org.wso2.carbon.event.builder.admin.internal.util.dto.converter
 

Methods in org.wso2.carbon.event.builder.admin.internal.util.dto.converter with parameters of type EventInputPropertyConfigurationDto
 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 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 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)
           
 



Copyright © 2015 WSO2. All rights reserved.