@Submodule(prefix="0538")
See: Description
Interface | Description |
---|---|
UESCallable<V> |
Callable - Instances of this interface allow to execute some task by another component.
|
UESStreamSource |
Extension of
DataSource providing information about data size. |
Class | Description |
---|---|
JsonMapAdapter |
Adapter class for marshaling instance of Map into Json.
|
UESBasicPagingCriteria | Deprecated |
UESByteSource |
This DataSource can be used in two independent use cases.
|
UESFileHandler |
This data-structure should be used to transfer streamed
files between UESCommand services.
|
UESFileSource |
Implementation of
UESStreamSource for File . |
UESLimitedInputStream |
Filter for an input stream.
|
UESLimitedOutputStream |
Filter for an output stream.
|
UESPagingCriteria |
The basic implementation that could be
extended by DTOs used as UESCommand arguments.
|
UESResultList<E,C extends UESPagingCriteria> |
This data-structure should be used for paging large result-set.
|
UESStreamBuffer |
Implementation of
OutputStream used as pipe between OutputStream
and InputStream . |
UESStreamBufferSource |
Implementation of
UESStreamSource for UESStreamBuffer . |
UESStreamHandler |
This data-structure should be used to transfer binary data
between UESCommand services.
|
UESStringSource |
This DataSource can be used in two independent use cases.
|
UTF8Utils |
Utility class used for working with strings in UTF8 encoding.
|
Enum | Description |
---|---|
UESIORTException.E05210 |
Error codes of UESIORTException.
|
Exception | Description |
---|---|
UESIORTException |
UESIORTException.
|