Class InputObject
java.lang.Object
com.aquima.interactions.framework.service.connectivity.InputObject
This class parses and holds all the input values that should be used by a connectivity service.
- Since:
- 6.4
- Author:
- J. van Leuven, O. Kerpershoek
-
Constructor Summary
ConstructorsConstructorDescriptionInputObject
(IExpressionParser parser, InferenceContext profile, InputMapping inputMapping, IValueFormatter formatter) Construct an input object. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns an array containing all the input values that should be used.This method returns the value formatter that should be used.
-
Constructor Details
-
InputObject
public InputObject(IExpressionParser parser, InferenceContext profile, InputMapping inputMapping, IValueFormatter formatter) Construct an input object.- Parameters:
parser
- The parser used for expression parsing.profile
- Profile used for value retrievalinputMapping
- Input mapping definitionsformatter
- Formatter Used for formatting of values.- Throws:
AppException
- Is thrown when the object could not be constructed.
-
-
Method Details