SMILA 1.0 API documentation

Package org.eclipse.smila.datamodel

Interface Summary
Any Interface for object used instead of MObject.
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 Summary
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.
 

Enum Summary
Any.ValueType Enumeration with the possible value types.
 

Exception Summary
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.
 


SMILA 1.0 API documentation