Class BooleanRestVariableConverter
java.lang.Object
org.flowable.common.rest.variable.BooleanRestVariableConverter
- All Implemented Interfaces:
RestVariableConverter
- Author:
- Frederik Heremans
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertVariableValue(Object variableValue, EngineRestVariable result) Converts the given value and sets the converted value in the givenEngineRestVariable.Simple type-name used by this converter.Class<?>Type of variables this converter is able to convert.getVariableValue(EngineRestVariable result) Extract the variable value to be used in the engine from the givenEngineRestVariable.
-
Constructor Details
-
BooleanRestVariableConverter
public BooleanRestVariableConverter()
-
-
Method Details
-
getRestTypeName
Description copied from interface:RestVariableConverterSimple type-name used by this converter.- Specified by:
getRestTypeNamein interfaceRestVariableConverter
-
getVariableType
Description copied from interface:RestVariableConverterType of variables this converter is able to convert.- Specified by:
getVariableTypein interfaceRestVariableConverter
-
getVariableValue
Description copied from interface:RestVariableConverterExtract the variable value to be used in the engine from the givenEngineRestVariable.- Specified by:
getVariableValuein interfaceRestVariableConverter
-
convertVariableValue
Description copied from interface:RestVariableConverterConverts the given value and sets the converted value in the givenEngineRestVariable.- Specified by:
convertVariableValuein interfaceRestVariableConverter
-