@ParametersAreNonnullByDefault
Package org.somda.sdc.biceps.provider.preprocessing
Preprocessing actions for LocalMdibAccess.
-
Class Summary Class Description CardinalityChecker Preprocessing segment that verifies correctness of child cardinality.DuplicateChecker Preprocessing segment that checks for handle duplicates on inserted entities during description modifications.HandleReferenceHandler Preprocessing segment that appends descriptor references to states.TypeConsistencyChecker Preprocessing segment that ensures correctness of child-parent type relationships.VersionHandler Preprocessing segment that manages BICEPS versioning. -
Exception Summary Exception Description CardinalityException Exception that is thrown if the cardinality rules of BICEPS are violated during preprocessing.HandleDuplicatedException Exception that can be thrown if a handle is duplicated during preprocessing.TypeConsistencyException Exception that is thrown during preprocessing of TypeConsistencyChecker.VersioningException Exception that is thrown if the versioning rules of BICEPS could not be applied during preprocessing.