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 TypeMethodDescriptionbooleangetMapping(String id) voidinvoke(Parameters parameters, ActivityContextMap activityContextMap, ContextVariables contextVariables) Invokes this component 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
-
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:InvocableComponentInvokes this component with given parameters.- Specified by:
invokein classInvocableComponent- Parameters:
parameters- parametersactivityContextMap- Variables context from activity
-