Uses of Class
de.aristaflow.adept2.model.datamanagement.ConversionException
Packages that use ConversionException
Package
Description
-
Uses of ConversionException in de.aristaflow.adept2.extensions.filerodatasource
Methods in de.aristaflow.adept2.extensions.filerodatasource that throw ConversionExceptionModifier and TypeMethodDescriptionstatic 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 ConversionExceptionModifier and TypeMethodDescriptionstatic SerializableAdeptDataConversion.convert(Serializable value, ProcessConstants.AdeptDataType targetDataType) Converts the given value to the specified target data type and returns it.