Uses of Package
de.aristaflow.adept2.model.datamanagement
-
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.core.datamanager Class Description 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.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.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.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.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).UDTValue This interface encapsulates the value of a user-defined data type (UDT).ValidationFailedException AValidationFailedException
indicates that the validation of written values in the data manager has failed. -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.core.eventmanager Class Description 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.InvalidDataContainerException AnInvalidDataContainerException
indicates the non-conformance of an expected data container with the actual data container. -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.core.eventmanager.common Class Description 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.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.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. -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.core.eventmanager.fileevents Class Description 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.InvalidDataTypeException AnInvalidDataTypeException
indicates the non-conformance of an expected data type with the actual data type.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.UDTValue This interface encapsulates the value of a user-defined data type (UDT). -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.core.eventmanager.mailevents Class Description 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.InvalidDataTypeException AnInvalidDataTypeException
indicates the non-conformance of an expected data type with the actual data type.InvalidUDTException AnInvalidDataTypeException
for incompatible user-defined data types.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.UDTValue This interface encapsulates the value of a user-defined data type (UDT). -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.core.executionmanager Class Description 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.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.InvalidDataContainerException AnInvalidDataContainerException
indicates the non-conformance of an expected data container with the actual data container. -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.core.inittab Class Description 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. -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.core.processrepository Class Description UserDefinedFunction User-defined functions (UDF) represent the only way for the ADEPT2-engine to interpret a user-defined data type (UDT). -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.extensions.datatypes Class Description UDTValue This interface encapsulates the value of a user-defined data type (UDT). -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.model.datamanagement Class Description ADEPT2UDTValue This class provides a lightweight implementation for a user-defined data type (UDT).ConversionException This exceptions is thrown when the conversion of a value is not possible.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.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.InputDataContainer This interface encapsulates the data context of an application for read-only accessing the values of input parameters of an application.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.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.UDTValue This interface encapsulates the value of a user-defined data type (UDT).ValidationFailedException AValidationFailedException
indicates that the validation of written values in the data manager has failed. -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.model.execution Class Description 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.InvalidDataTypeException AnInvalidDataTypeException
indicates the non-conformance of an expected data type with the actual data type.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.UDTValue This interface encapsulates the value of a user-defined data type (UDT). -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.model.mail Class Description UDTValue This interface encapsulates the value of a user-defined data type (UDT). -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.model.runtimeenvironment Class Description 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.InvalidDataTypeException AnInvalidDataTypeException
indicates the non-conformance of an expected data type with the actual data type.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.UDTValue This interface encapsulates the value of a user-defined data type (UDT). -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.adept2.ui.swtgui Class Description UDTValue This interface encapsulates the value of a user-defined data type (UDT). -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.ilm.core.executionmanager Class Description 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. -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.ilm.model.datamanagement Class Description 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.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.InvalidDataContainerException AnInvalidDataContainerException
indicates the non-conformance of an expected data container with the actual data container.UDTValue This interface encapsulates the value of a user-defined data type (UDT). -
Classes in de.aristaflow.adept2.model.datamanagement used by de.aristaflow.ilm.model.resourcemodel Class Description UDTValue This interface encapsulates the value of a user-defined data type (UDT).