Package de.espirit.firstspirit.common
Interface GidAgent.GidAdaptationResult
- Enclosing interface:
- GidAgent
public static interface GidAgent.GidAdaptationResult
Adaptation result object. The result key value pairs. Where the key is always the changed entity if any. And the value is a pair of newUUID<->oldUUID.
- Since:
- 5.0.509
-
Method Details
-
changes
The result key value pairs. Where the key is always the changed entity if any. And the value is a pair of newUUID ↔ oldUUI.- Returns:
- map of Entity<Pair<newUUID, oldUUID>>
- Since:
- 5.0.509
-
change
The changes result pairs.A pair of newUUID ↔ oldUUI for a given entity.- Returns:
- map of Entity<Pair<newUUID, oldUUID>>
- Since:
- 5.0.509
-
isEmpty
boolean isEmpty()Returnstrue
if this result contains no elements.- Returns:
true
on empty otherwisefalse
- Since:
- 5.0.509
-
size
int size()The result size. How many entities were changed.- Returns:
- the size of the changed entities
- Since:
- 5.0.509
-