Uses of Class
de.aristaflow.adept2.model.datamanagement.ConversionException
-
Packages that use ConversionException Package Description de.aristaflow.adept2.extensions.filerodatasource de.aristaflow.adept2.model.datamanagement -
-
Uses of ConversionException in de.aristaflow.adept2.extensions.filerodatasource
Methods in de.aristaflow.adept2.extensions.filerodatasource that throw ConversionException Modifier and Type Method Description static SerializableFileroValueConversion. toAdeptDateValue(Object fileroValue, ZoneId zoneId)Converts the designated local date/time value from aFILERO attributeto a value of the specified targetProcessConstants.AdeptDataType.DATEusing the designated time zone to interpret the local date/time from FILERO.static SerializableFileroValueConversion. toAdeptValue(Object fileroValue, ProcessConstants.AdeptDataType targetDataType)Converts the designated value from aFILERO attributeto a value of the specified targetProcessConstants.AdeptDataType(a simple type, notProcessConstants.AdeptDataType.USERDEFINED).static SerializableFileroValueConversion. toAdeptValue(Object fileroValue, ProcessConstants.AdeptDataType targetDataType, String targetUdtName)Converts the designated value from aFILERO attributeto a value of the specified targetProcessConstants.AdeptDataType.static SerializableFileroValueConversion. toAdeptValue(Object fileroValue, ProcessConstants.AdeptDataType targetDataType, String targetUdtName, ZoneId zoneId)Converts the designated value from aFILERO attributeto a value of the specified targetProcessConstants.AdeptDataType. -
Uses of ConversionException in de.aristaflow.adept2.model.datamanagement
Methods in de.aristaflow.adept2.model.datamanagement that throw ConversionException Modifier and Type Method Description static SerializableAdeptDataConversion. convert(Serializable value, ProcessConstants.AdeptDataType targetDataType)Converts the given value to the specified target data type and returns it.
-