| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<T> |
Optional.empty()
Creates an
Optional that has no value. |
Optional<Object> |
WeakObjectRegistry.getById(UUID id)
Returns the object that is identified by an id.
|
Optional<UUID> |
WeakObjectRegistry.getId(Object object)
Returns the id for an object.
|
static <T> Optional<T> |
Optional.of(T value)
Creates an
Optional that wraps a given non-null value. |
static <T> Optional<T> |
Optional.ofNullable(T value)
Creates an
Optional that wraps a given non-null value or null. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ReplaceInList> |
ReplaceInListRepairer.repairLocalCommand(ReplaceInList toRepair,
ReplaceInList repairAgainst)
Repairs a local
ReplaceInList in relation to a remote ReplaceInList command. |
Copyright © 2016 Saxonia Systems AG. All Rights Reserved.