Uses of Class
de.aristaflow.adept2.model.datamanagement.UDFException
Packages that use UDFException
-
Uses of UDFException in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that throw UDFExceptionModifier and TypeMethodDescriptionbooleanUDFExecution.executeBooleanFunction(SessionToken session, UDTValue proxy, String functionName) Executes the designated user-defined function for the designated value of a UDT and returns the resulting boolean value.doubleUDFExecution.executeFloatFunction(SessionToken session, UDTValue proxy, String functionName) Executes the designated user-defined function for the designated value of a UDT and returns the resulting double value.longUDFExecution.executeIntegerFunction(SessionToken session, UDTValue proxy, String functionName) Executes the designated user-defined function for the designated value of a UDT and returns the resulting long value.UDFExecution.executeStringFunction(SessionToken session, UDTValue proxy, String functionName) Executes the designated user-defined function for the designated value of a UDT and returns the resulting string.UDFExecution.executeUDTFunction(SessionToken session, UDTValue proxy, String functionName) Executes the designated user-defined function for the designated value of a UDT and returns the resulting UDT-value.UDFExecution.executeUDTFunctionIncrementally(SessionToken session, UDTValue proxy, String functionName) Executes the designated user-defined function for the designated value of a UDT and returns the resulting UDT-value asServerUDTInputStream.UDFExecution.executeURIFunction(SessionToken session, UDTValue proxy, String functionName) Executes the designated user-defined function for the designated value of a UDT and returns the resulting reference.voidUDFExecution.executeVoidFunction(SessionToken session, UDTValue proxy, String functionName) Executes the designated user-defined function for the designated value of a UDT.