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 TypeMethodDescriptionvoidinvoke(Parameters parameters, ActivityContextMap contextMap, ContextVariables contextVariables) Invokes this setter with given parameters.Methods inherited from class InvocableComponent
getDeclaringClass, getInvocableMethod, invoke, invokeWithResult, toStringMethods inherited from class 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:
invokein classInvocableComponent- Parameters:
parameters- parameterscontextMap- Variables context from activity
-