org.wso2.carbon.event.builder.admin.internal
Class EventBuilderConfigurationDto
java.lang.Object
org.wso2.carbon.event.builder.admin.internal.EventBuilderConfigurationDto
public class EventBuilderConfigurationDto
- extends Object
Event Builder Configuration Details are stored in this class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventBuilderConfigurationDto
public EventBuilderConfigurationDto()
getParentSelectorXpath
public String getParentSelectorXpath()
setParentSelectorXpath
public void setParentSelectorXpath(String parentSelectorXpath)
getXpathDefinitions
public EventInputPropertyConfigurationDto[] getXpathDefinitions()
setXpathDefinitions
public void setXpathDefinitions(EventInputPropertyConfigurationDto[] xpathDefinitions)
isCustomMappingEnabled
public boolean isCustomMappingEnabled()
setCustomMappingEnabled
public void setCustomMappingEnabled(boolean customMappingEnabled)
getEventBuilderMessageProperties
public EventBuilderMessagePropertyDto[] getEventBuilderMessageProperties()
setEventBuilderMessageProperties
public void setEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] eventBuilderMessageProperties)
getCorrelationEventBuilderProperties
public EventInputPropertyConfigurationDto[] getCorrelationEventBuilderProperties()
setCorrelationEventBuilderProperties
public void setCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto[] correlationEventBuilderProperties)
getPayloadEventBuilderProperties
public EventInputPropertyConfigurationDto[] getPayloadEventBuilderProperties()
setPayloadEventBuilderProperties
public void setPayloadEventBuilderProperties(EventInputPropertyConfigurationDto[] payloadEventBuilderProperties)
isTraceEnabled
public boolean isTraceEnabled()
setTraceEnabled
public void setTraceEnabled(boolean traceEnabled)
isStatisticsEnabled
public boolean isStatisticsEnabled()
setStatisticsEnabled
public void setStatisticsEnabled(boolean statisticsEnabled)
getToStreamName
public String getToStreamName()
setToStreamName
public void setToStreamName(String toStreamName)
getToStreamVersion
public String getToStreamVersion()
setToStreamVersion
public void setToStreamVersion(String toStreamVersion)
getInputEventAdaptorType
public String getInputEventAdaptorType()
setInputEventAdaptorType
public void setInputEventAdaptorType(String InputEventAdaptorType)
getInputEventAdaptorName
public String getInputEventAdaptorName()
setInputEventAdaptorName
public void setInputEventAdaptorName(String InputEventAdaptorName)
getInputMappingType
public String getInputMappingType()
setInputMappingType
public void setInputMappingType(String inputMappingType)
getEventBuilderConfigName
public String getEventBuilderConfigName()
setEventBuilderConfigName
public void setEventBuilderConfigName(String eventBuilderConfigName)
getMetaEventBuilderProperties
public EventInputPropertyConfigurationDto[] getMetaEventBuilderProperties()
setMetaEventBuilderProperties
public void setMetaEventBuilderProperties(EventInputPropertyConfigurationDto[] eventBuilderProperties)
Copyright © 2015 WSO2. All rights reserved.