Package com.evolveum.midpoint.prism
Interface Recomputable
-
- All Known Implementing Classes:
PolyString
public interface Recomputable
- Author:
- semancik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkConsistence()
boolean
equalsOriginalValue(Recomputable other)
-
-
-
Method Detail
-
equalsOriginalValue
boolean equalsOriginalValue(Recomputable other)
-
checkConsistence
void checkConsistence()
- Throws:
IllegalStateException
-
-