Uses of Interface
org.somda.sdc.biceps.common.storage.DescriptionPreprocessingSegment
-
Packages that use DescriptionPreprocessingSegment Package Description org.somda.sdc.biceps.common.preprocessing Preprocessing actions shared between the MDIB provider and consumer sides.org.somda.sdc.biceps.common.storage.factory Factories for storage classes.org.somda.sdc.biceps.provider.preprocessing Preprocessing actions for LocalMdibAccess. -
-
Uses of DescriptionPreprocessingSegment in org.somda.sdc.biceps.common.preprocessing
Classes in org.somda.sdc.biceps.common.preprocessing that implement DescriptionPreprocessingSegment Modifier and Type Class Description classDescriptorChildRemoverRemoves children from descriptors in order to avoid redundant information in the MDIB storage. -
Uses of DescriptionPreprocessingSegment in org.somda.sdc.biceps.common.storage.factory
Method parameters in org.somda.sdc.biceps.common.storage.factory with type arguments of type DescriptionPreprocessingSegment Modifier and Type Method Description MdibStoragePreprocessingChainMdibStoragePreprocessingChainFactory. createMdibStoragePreprocessingChain(MdibStorage mdibStorage, List<DescriptionPreprocessingSegment> descriptionChainSegments, List<StatePreprocessingSegment> stateChainSegments)Creates a new MdibStoragePreprocessingChain instance. -
Uses of DescriptionPreprocessingSegment in org.somda.sdc.biceps.provider.preprocessing
Classes in org.somda.sdc.biceps.provider.preprocessing that implement DescriptionPreprocessingSegment Modifier and Type Class Description classCardinalityCheckerPreprocessing segment that verifies correctness of child cardinality.classDuplicateCheckerPreprocessing segment that checks for handle duplicates on inserted entities during description modifications.classHandleReferenceHandlerPreprocessing segment that appends descriptor references to states.classTypeConsistencyCheckerPreprocessing segment that ensures correctness of child-parent type relationships.classVersionHandlerPreprocessing segment that manages BICEPS versioning.
-