org.wso2.carbon.event.builder.admin.internal
Class EventBuilderConfigurationDto

java.lang.Object
  extended by org.wso2.carbon.event.builder.admin.internal.EventBuilderConfigurationDto

public class EventBuilderConfigurationDto
extends Object

Event Builder Configuration Details are stored in this class


Constructor Summary
EventBuilderConfigurationDto()
           
 
Method Summary
 EventInputPropertyConfigurationDto[] getCorrelationEventBuilderProperties()
           
 String getEventBuilderConfigName()
           
 EventBuilderMessagePropertyDto[] getEventBuilderMessageProperties()
           
 String getInputEventAdaptorName()
           
 String getInputEventAdaptorType()
           
 String getInputMappingType()
           
 EventInputPropertyConfigurationDto[] getMetaEventBuilderProperties()
           
 String getParentSelectorXpath()
           
 EventInputPropertyConfigurationDto[] getPayloadEventBuilderProperties()
           
 String getToStreamName()
           
 String getToStreamVersion()
           
 EventInputPropertyConfigurationDto[] getXpathDefinitions()
           
 boolean isCustomMappingEnabled()
           
 boolean isStatisticsEnabled()
           
 boolean isTraceEnabled()
           
 void setCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto[] correlationEventBuilderProperties)
           
 void setCustomMappingEnabled(boolean customMappingEnabled)
           
 void setEventBuilderConfigName(String eventBuilderConfigName)
           
 void setEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] eventBuilderMessageProperties)
           
 void setInputEventAdaptorName(String InputEventAdaptorName)
           
 void setInputEventAdaptorType(String InputEventAdaptorType)
           
 void setInputMappingType(String inputMappingType)
           
 void setMetaEventBuilderProperties(EventInputPropertyConfigurationDto[] eventBuilderProperties)
           
 void setParentSelectorXpath(String parentSelectorXpath)
           
 void setPayloadEventBuilderProperties(EventInputPropertyConfigurationDto[] payloadEventBuilderProperties)
           
 void setStatisticsEnabled(boolean statisticsEnabled)
           
 void setToStreamName(String toStreamName)
           
 void setToStreamVersion(String toStreamVersion)
           
 void setTraceEnabled(boolean traceEnabled)
           
 void setXpathDefinitions(EventInputPropertyConfigurationDto[] xpathDefinitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBuilderConfigurationDto

public EventBuilderConfigurationDto()
Method Detail

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.