Uses of Class
org.wso2.carbon.mediator.publishevent.ui.Property
-
-
Uses of Property in org.wso2.carbon.mediator.publishevent.ui
Methods in org.wso2.carbon.mediator.publishevent.ui that return types with arguments of type Property Modifier and Type Method Description List<Property>
PublishEventMediator. getArbitraryProperties()
List<Property>
PublishEventMediator. getCorrelationProperties()
List<Property>
PublishEventMediator. getMetaProperties()
List<Property>
PublishEventMediator. getPayloadProperties()
Method parameters in org.wso2.carbon.mediator.publishevent.ui with type arguments of type Property Modifier and Type Method Description void
PublishEventMediator. setArbitraryProperties(List<Property> arbitraryProperties)
void
PublishEventMediator. setCorrelationProperties(List<Property> correlationProperties)
void
PublishEventMediator. setMetaProperties(List<Property> metaProperties)
void
PublishEventMediator. setPayloadProperties(List<Property> payloadProperties)
-