@Api public class VariableSetter extends InvocableComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
SETTER_METHOD_NAME |
| Constructor and Description |
|---|
VariableSetter(ComponentDefinition definition,
Method setterMethod,
Object instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(Parameters parameters,
ActivityContextMap contextMap,
ContextVariables contextVariables)
Invokes this setter with given parameters.
|
getDeclaringClass, getInvocableMethod, invoke, invokeWithResult, toStringequals, getCategories, getContextVariables, getDeprecationDescription, getDescription, getDocumentationLink, getIcon, getId, getName, getParameter, getParameters, getSource, hashCode, isDeprecated, setDeprecated, setSourcepublic static final String SETTER_METHOD_NAME
public VariableSetter(ComponentDefinition definition, Method setterMethod, Object instance)
public void invoke(Parameters parameters, ActivityContextMap contextMap, ContextVariables contextVariables)
invoke in class InvocableComponentparameters - parameterscontextMap - Variables context from activityCopyright © 2023 Suncode. All rights reserved.