| Package | Description |
|---|---|
| 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 |
|---|---|
ListCommand.ListVersionChange |
ListCommand.getListVersionChange()
The version the list had before this change and the version the list will have after this change.
|
| Constructor and Description |
|---|
AddToList(UUID listId,
ListCommand.ListVersionChange listVersionChange,
Value value,
int position)
Initializes an instance.
|
ListCommand(UUID listId,
ListCommand.ListVersionChange listVersionChange)
Initializes the command with all values that all list commands have in common.
|
RemoveFromList(UUID listId,
ListCommand.ListVersionChange listVersionChange,
int startPosition,
int removeCount)
Initializes an instance.
|
ReplaceInList(UUID listId,
ListCommand.ListVersionChange listVersionChange,
Value value,
int position)
Initializes an instance.
|
Copyright © 2015 Saxonia Systems AG. All Rights Reserved.