@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, setNextElement
destroy, destroyElement, getAdditionalProperties, getBeanName, getEntityId, getErrorHandler, getFlowId, getMetricsEngine, getProject, getProjectId, getProjectVersion, getResource, getServerConfig, getStatus, init, processMessage, setBeanName, setErrorHandler, setFlowId, setProject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cast
protected void initElement(org.springframework.context.ApplicationContext context)
initElement
in class AbstractProcessingElement
public ExecutionResult sequencedProcess(XMessageContext messageContext)
sequencedProcess
in class AbstractSequencedProcessingElement
public 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.