Package de.aristaflow.adept2.model.datamanagement
-
Interface Summary Interface Description ArchiveDataContainer This class represents a data container (usually an instance data container) to be archived.DataContainer 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.IndexedAccessDataContainer AnIndexedAccessDataContainer
extends the read-only access to input parameter fromInputDataContainer
by indexed access to input parameter as well as output parameters.InputDataContainer This interface encapsulates the data context of an application for read-only accessing the values of input parameters of an application.InstanceDataContainer An instance data container extends a normalDataContainer
and allows to conveniently set the input parameters and retrieve the output parameters of a process instance.UDTValue This interface encapsulates the value of a user-defined data type (UDT).UserDefinedFunction User-defined functions (UDF) represent the only way for the ADEPT2-engine to interpret a user-defined data type (UDT). -
Class Summary Class Description ADEPT2UDTValue This class provides a lightweight implementation for a user-defined data type (UDT).AdeptDataConversion Provides a method to convert values of one ADEPT2 data type to another where possible.FileUDTValue AFileUDTValue
extends aUDTValue
by file support.FileUDTValue.FileDescriptor Represents a file by its name as well as an optional charset which is used to decode the bytes read from the file.JsonUdtValue A User Defined Type for JSON data.ServerUDTInputStream This interface resembles aUDTValue
but 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. -
Exception Summary Exception Description ConversionException This exceptions is thrown when the conversion of a value is not possible.InvalidDataContainerException AnInvalidDataContainerException
indicates the non-conformance of an expected data container with the actual data container.InvalidDataTypeException AnInvalidDataTypeException
indicates the non-conformance of an expected data type with the actual data type.InvalidListValuedDataContainerException AnInvalidListValuedDataContainerException
indicates that a designated data container does not provide the necessary data of the right type for indexed access.InvalidUDTException AnInvalidDataTypeException
for incompatible user-defined data types.MandatoryParameterValueNotSetException AMandatoryParameterValueNotSetException
indicates that a mandatory output parameter has not been provided a value.NoSuchParameterException 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.UDFException AUDFException
indicates that the execution of a user-defined function (UDF) has failed.UDFNotRegisteredException AUDFNotRegisteredException
indicates that the requested user-defined function (UDF) is not available for the designated user-defined data type (UDT).ValidationFailedException AValidationFailedException
indicates that the validation of written values in the data manager has failed.