@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, toString
equals, getCategories, getContextVariables, getDeprecationDescription, getDescription, getDocumentationLink, getIcon, getId, getName, getParameter, getParameters, getSource, hashCode, isDeprecated, setDeprecated, setSource
public 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 InvocableComponent
parameters
- parameterscontextMap
- Variables context from activityCopyright © 2023 Suncode. All rights reserved.