| Package | Description |
|---|---|
| de.saxsys.synchronizefx.core.metamodel |
The classes in this package build up a meta model around the users domain model.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
WeakObjectRegistry.getByIdOrFail(UUID id)
Returns the object that is identified by an id.
|
UUID |
WeakObjectRegistry.getIdOrFail(Object object)
Returns the id for an object.
|
ListPropertyMetaDataStore.ListPropertyMetaData |
ListPropertyMetaDataStore.getMetaDataOrFail(UUID listId)
Returns the meta data for a
List with a given id. |
Value |
ValueMapper.map(Object value,
boolean isObservable)
Maps observable or simple objects to
Value messages. |
Object |
ValueMapper.map(Value message)
|
void |
ListPropertyMetaDataStore.storeMetaDataOrFail(List<?> list,
ListPropertyMetaDataStore.ListPropertyMetaData metaData)
Stores meta data for a new
List. |
Copyright © 2016 Saxonia Systems AG. All Rights Reserved.