| Interface | Description |
|---|---|
| Any |
Interface for metadata objects.
|
| AnyMap |
Interface for a map with Any objects.
|
| AnySeq |
Interface for a sequence of Any objects.
|
| Attachment |
Interface of record attachments.
|
| DataFactory |
Interface for creation of data objects.
|
| Record |
SMILA record interface.
|
| Value |
Interface for a value object, used if the any object is of type string, double, boolean, long, date or date time.
|
| Class | Description |
|---|---|
| DataFactoryCreator |
Helper class to decouple Any and Record interfaces better from default implementation.
|
| InMemoryAttachment |
default in-memory implementation of Attachments.
|
| StoredAttachment |
Placeholder for an attachment where the content is stored in some storage service instead of in-memory.
|
| ValueFormatHelper |
helper class for formatting and parsing Values. all methods synchronize on the used local formatter object, so you
can use the shared instance.
|
| Enum | Description |
|---|---|
| Any.ValueType |
Enumeration with the possible value types.
|
| Exception | Description |
|---|---|
| AnyConvertException |
Used by AnyUtil to denote errors in conversion between records and Corba Any structures.
|
| AttachmentException |
Exception thrown by Attachment access methods in error conditions.
|
| InvalidValueTypeException |
A runtime exception that will be thrown if the value types of the Any objects do not match the expected types.
|