@Processor(displayName="Add Variable", type=GENERIC, requireConfiguration=true, iconFileName="add_variable", description="Add a scope variable with the given name and value (or resolved value) to the current scope of the message context", documentationURL="base/add_variable.html") public class AddVariable extends AbstractSequencedProcessingElement
| Constructor and Description |
|---|
AddVariable() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initElement(org.springframework.context.ApplicationContext context) |
ExecutionResult |
sequencedProcess(XMessageContext messageContext) |
void |
setExtractionType(ValueExtractionType extractionType) |
void |
setValue(String value) |
void |
setVarName(String varName) |
void |
setVarType(VariableType varType) |
getNextElement, process, setNextElementdestroy, destroyElement, getAdditionalProperties, getBeanName, getEntityId, getErrorHandler, getFlowId, getMetricsEngine, getProject, getProjectId, getProjectVersion, getResource, getServerConfig, getStatus, init, processMessage, setBeanName, setErrorHandler, setFlowId, setProjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcastprotected void initElement(org.springframework.context.ApplicationContext context)
initElement in class AbstractProcessingElementpublic ExecutionResult sequencedProcess(XMessageContext messageContext)
sequencedProcess in class AbstractSequencedProcessingElementpublic void setVarName(String varName)
public void setVarType(VariableType varType)
public void setValue(String value)
public void setExtractionType(ValueExtractionType extractionType)
Copyright © 2016–2019 AdroitLogic. All rights reserved.