Class VariableSetter
java.lang.Object
com.suncode.pwfl.component.ComponentDefinition
com.suncode.pwfl.workflow.component.WorkflowComponent
com.suncode.pwfl.workflow.component.InvocableComponent
com.suncode.pwfl.workflow.form.variablesetter.VariableSetter
Variable setter.
- Author:
- RafaĆ Nowacki 6 cze 2016
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVariableSetter
(ComponentDefinition definition, Method setterMethod, Object instance) -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(Parameters parameters, ActivityContextMap contextMap, ContextVariables contextVariables) Invokes this setter with given parameters.Methods inherited from class com.suncode.pwfl.workflow.component.InvocableComponent
getDeclaringClass, getInvocableMethod, invoke, invokeWithResult, toString
Methods inherited from class com.suncode.pwfl.component.ComponentDefinition
equals, getCategories, getContextVariables, getDeprecationDescription, getDescription, getDocumentationLink, getIcon, getId, getName, getParameter, getParameters, getSource, hashCode, isDeprecated, setDeprecated, setSource
-
Field Details
-
SETTER_METHOD_NAME
- See Also:
-
-
Constructor Details
-
VariableSetter
-
-
Method Details
-
invoke
public void invoke(Parameters parameters, ActivityContextMap contextMap, ContextVariables contextVariables) Invokes this setter with given parameters.- Specified by:
invoke
in classInvocableComponent
- Parameters:
parameters
- parameterscontextMap
- Variables context from activity
-