public class AddFlowVariableProcessor extends AbstractAddVariablePropertyProcessor<Object>
ReactiveProcessor.ProcessingTypemuleContext| Constructor and Description |
|---|
AddFlowVariableProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
addProperty(Event event,
String propertyName,
Object value,
org.mule.runtime.api.metadata.DataType dataType)
Adds the property with its value and dataType to a property or variables scope.
|
protected Event |
removeProperty(Event event,
String propertyName)
Removes the property from a property or variables scope.
|
getReturnDataType, initialise, process, resolveEncoding, setIdentifier, setReturnDataType, setValuesetMuleContextgetAnnotation, getAnnotations, getLocation, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTypeprotected Event addProperty(Event event, String propertyName, Object value, org.mule.runtime.api.metadata.DataType dataType)
AbstractAddVariablePropertyProcessoraddProperty in class AbstractAddVariablePropertyProcessor<Object>event - event to which property is to be addedpropertyName - name of the property or variable to addvalue - value of the property or variable to adddataType - data type of the property or variable to addprotected Event removeProperty(Event event, String propertyName)
AbstractAddVariablePropertyProcessorremoveProperty in class AbstractAddVariablePropertyProcessor<Object>event - event to which property is to be removedpropertyName - name of the property or variable to removeCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.