| Package | Description |
|---|---|
| de.saxsys.synchronizefx.core.metamodel |
The classes in this package build up a meta model around the users domain model.
|
| de.saxsys.synchronizefx.core.metamodel.commands |
This package contains the commands that the meta model layer produces and evaluates.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueMapper.map(Object value,
boolean isObservable)
Maps observable or simple objects to
Value messages. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ValueMapper.map(Value message)
|
| Modifier and Type | Method and Description |
|---|---|
Value |
RemoveFromMap.getKey() |
Value |
PutToMap.getKey() |
Value |
AddToSet.getValue() |
Value |
AddToList.getValue() |
Value |
SetPropertyValue.getValue() |
Value |
ReplaceInList.getValue() |
Value |
PutToMap.getValue() |
Value |
RemoveFromSet.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveFromMap.setKey(Value key) |
void |
PutToMap.setKey(Value key) |
void |
AddToSet.setValue(Value value) |
void |
PutToMap.setValue(Value value) |
void |
RemoveFromSet.setValue(Value value) |
| Constructor and Description |
|---|
AddToList(UUID listId,
ListCommand.ListVersionChange listVersionChange,
Value value,
int position)
Initializes an instance.
|
ReplaceInList(UUID listId,
ListCommand.ListVersionChange listVersionChange,
Value value,
int position)
Initializes an instance.
|
SetPropertyValue(UUID commandId,
UUID propertyId,
Value value)
Creates an instance with a predefined command id.
|
SetPropertyValue(UUID propertyId,
Value value)
Creates an instance with an auto-generated command id.
|
Copyright © 2015 Saxonia Systems AG. All Rights Reserved.