| Package | Description |
|---|---|
| de.saxsys.synchronizefx.core.metamodel.executors.lists |
Like the package de.saxsys.synchronizefx.core.metamodel.executors but especially for list properties.
|
| Modifier and Type | Method and Description |
|---|---|
AddToList |
AddToListRepairer.repairCommand(AddToList toRepair,
RemoveFromList repairAgainst)
Repairs an
AddToList in relation to a RemoveFromList command. |
AddToList |
AddToListRepairer.repairCommand(AddToList toRepair,
ReplaceInList repairAgainst)
Repairs a
AddToList in relation to a ReplaceInList command. |
AddToList |
AddToListRepairer.repairLocalCommand(AddToList toRepair,
AddToList repairAgainst)
|
AddToList |
AddToListRepairer.repairRemoteCommand(AddToList toRepair,
AddToList repairAgainst)
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleListPropertyCommandExecutor.execute(AddToList command) |
void |
ListPropertyCommandFilter.execute(AddToList command)
Filters the passed command and passes it to the executor when it is approved.
|
void |
ListPropertyCommandExecutor.execute(AddToList command)
Executes an command that was received from an other peer if appropriate.
|
void |
ReparingListPropertyCommandExecutor.execute(AddToList command) |
AddToList |
AddToListRepairer.repairCommand(AddToList toRepair,
RemoveFromList repairAgainst)
Repairs an
AddToList in relation to a RemoveFromList command. |
AddToList |
AddToListRepairer.repairCommand(AddToList toRepair,
ReplaceInList repairAgainst)
Repairs a
AddToList in relation to a ReplaceInList command. |
List<RemoveFromList> |
RemoveFromListRepairer.repairCommand(RemoveFromList toRepair,
AddToList repairAgainst)
Repairs a
RemoveFromList in relation to an AddToList command. |
ReplaceInList |
ReplaceInListRepairer.repairCommand(ReplaceInList toRepair,
AddToList repairAgainst)
Repairs a
ReplaceInList in relation to an AddToList command. |
AddToList |
AddToListRepairer.repairLocalCommand(AddToList toRepair,
AddToList repairAgainst)
|
AddToList |
AddToListRepairer.repairRemoteCommand(AddToList toRepair,
AddToList repairAgainst)
|
Copyright © 2016 Saxonia Systems AG. All Rights Reserved.