Class DataChooser
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.datachooser.DataChooser
DataChooser.
- Author:
- RafaĆ Nowacki 7 lip 2016
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataChooser
(DataChooserDefinition definition, Method method, Object instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getMapping
(String id) void
invoke
(Parameters parameters, ActivityContextMap activityContextMap, ContextVariables contextVariables) Invokes this component 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
-
DATA_METHOD_NAME
- See Also:
-
-
Constructor Details
-
DataChooser
-
-
Method Details
-
getMappings
-
getMapping
- Throws:
UnknownParameterException
-
areCustomMappingsEnabled
public boolean areCustomMappingsEnabled() -
invoke
public void invoke(Parameters parameters, ActivityContextMap activityContextMap, ContextVariables contextVariables) Description copied from class:InvocableComponent
Invokes this component with given parameters.- Specified by:
invoke
in classInvocableComponent
- Parameters:
parameters
- parametersactivityContextMap
- Variables context from activity
-