Package de.aristaflow.adept2.model.datamanagement
package de.aristaflow.adept2.model.datamanagement
-
ClassDescriptionThis class provides a lightweight implementation for a user-defined data type (UDT).Provides a method to convert values of one ADEPT2 data type to another where possible.This class represents a data container (usually an instance data container) to be archived.This exceptions is thrown when the conversion of a value is not possible.This interface encapsulates the data context of an application as provided by the execution manager for the runtime manager, that is, the values of the input and output parameters of an application.A
FileUDTValueextends aUDTValueby file support.Represents a file by its name as well as an optional charset which is used to decode the bytes read from the file.AnIndexedAccessDataContainerextends the read-only access to input parameter fromInputDataContainerby indexed access to input parameter as well as output parameters.This interface encapsulates the data context of an application for read-only accessing the values of input parameters of an application.An instance data container extends a normalDataContainerand allows to conveniently set the input parameters and retrieve the output parameters of a process instance.AnInvalidDataContainerExceptionindicates the non-conformance of an expected data container with the actual data container.AnInvalidDataTypeExceptionindicates the non-conformance of an expected data type with the actual data type.AnInvalidListValuedDataContainerExceptionindicates that a designated data container does not provide the necessary data of the right type for indexed access.AnInvalidDataTypeExceptionfor incompatible user-defined data types.A User Defined Type for JSON data.AMandatoryParameterValueNotSetExceptionindicates that a mandatory output parameter has not been provided a value.This exception type may be thrown by methods to indicate that the passed parameter(s)/parameterID(s) to work on do not exist in the given context.This interface represents placeholder for data values.Abstract class providing the basic methods for aPlaceholderValue, for instancePlaceholderValue.AbstractPlaceholderValue.equals(Object)andPlaceholderValue.AbstractPlaceholderValue.hashCode().This class implements thePlaceholderValuefor a value ofProcessConstants.AdeptDataType.STRING.This class implements thePlaceholderValuefor a value ofProcessConstants.AdeptDataType.USERDEFINEDtype.This interface resembles aUDTValuebut does not provide all data at once but as requested, that is, the value of this UDTValue will not be provided as a whole but incrementally as requested.AUDFExceptionindicates that the execution of a user-defined function (UDF) has failed.AUDFNotRegisteredExceptionindicates that the requested user-defined function (UDF) is not available for the designated user-defined data type (UDT).This interface encapsulates the value of a user-defined data type (UDT).User-defined functions (UDF) represent the only way for the ADEPT2-engine to interpret a user-defined data type (UDT).AValidationFailedExceptionindicates that the validation of written values in the data manager has failed.