| 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 |
An
IndexedAccessDataContainer extends the read-only access to
input parameter from InputDataContainer 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 normal
DataContainer 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 | 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 |
A
FileUDTValue extends a UDTValue 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.
|
| ServerUDTInputStream |
This interface resembles a
UDTValue 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 | Description |
|---|---|
| ConversionException |
This exceptions is thrown when the conversion of a value is not possible.
|
| InvalidDataContainerException |
An
InvalidDataContainerException indicates the non-conformance
of an expected data container with the actual data container. |
| InvalidDataTypeException |
An
InvalidDataTypeException indicates the non-conformance of
an expected data type with the actual data type. |
| InvalidListValuedDataContainerException |
An
InvalidListValuedDataContainerException indicates that a
designated data container does not provide the necessary data of the right
type for indexed access. |
| InvalidUDTException |
An
InvalidDataTypeException for incompatible user-defined data
types. |
| MandatoryParameterValueNotSetException |
A
MandatoryParameterValueNotSetException 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 |
A
UDFException indicates that the execution of a user-defined
function (UDF) has failed. |
| UDFNotRegisteredException |
A
UDFNotRegisteredException indicates that the requested
user-defined function (UDF) is not available for the designated user-defined
data type (UDT). |
| ValidationFailedException |
A
ValidationFailedException indicates that the validation of
written values in the data manager has failed. |