| 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.executors.lists |
Like the package de.saxsys.synchronizefx.core.metamodel.executors but especially for list properties.
|
| Constructor and Description |
|---|
CommandListExecutor(MetaModel parent,
WeakObjectRegistry objectRegistry,
de.saxsys.synchronizefx.core.metamodel.Listeners listeners,
SilentChangeExecutor changeExecutor,
ValueMapper valueMapper,
ListPropertyMetaDataStore listPropertyMetaDataStore,
SingleValuePropertyCommandExecutor singleValuePropertyExecutor,
ListPropertyCommandExecutor listPropertyExecutor)
Initializes the executor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListPropertyCommandFilter
Filters out commands from the command that are meant to be executed on other versions of a list property.
|
class |
ReparingListPropertyCommandExecutor
Manages the repairing and executing respectively re-sending of local and remote commands.
|
class |
SimpleListPropertyCommandExecutor
Executes all incoming
ListCommands regardless of whether they are executable or not. |
| Constructor and Description |
|---|
ListPropertyCommandFilter(ListPropertyCommandExecutor executor,
TemporaryReferenceKeeper referenceKeeper,
ListPropertyMetaDataStore listVersions,
WeakObjectRegistry objectRegistry,
boolean useLocalVerision)
Initializes an instance with all its dependencies.
|
Copyright © 2016 Saxonia Systems AG. All Rights Reserved.