Uses of Class
org.somda.sdc.biceps.common.MdibDescriptionModification
-
Packages that use MdibDescriptionModification Package Description org.somda.sdc.biceps.common Any classes that are shared between BICEPS provider and consumer.org.somda.sdc.biceps.common.preprocessing Preprocessing actions shared between the MDIB provider and consumer sides.org.somda.sdc.biceps.common.storage MDIB storage implementation for BICEPS.org.somda.sdc.biceps.provider.preprocessing Preprocessing actions for LocalMdibAccess. -
-
Uses of MdibDescriptionModification in org.somda.sdc.biceps.common
Methods in org.somda.sdc.biceps.common that return types with arguments of type MdibDescriptionModification Modifier and Type Method Description List<MdibDescriptionModification>MdibDescriptionModifications. getModifications()Function to get all changes as unmodifiable list. -
Uses of MdibDescriptionModification in org.somda.sdc.biceps.common.preprocessing
Methods in org.somda.sdc.biceps.common.preprocessing with parameters of type MdibDescriptionModification Modifier and Type Method Description voidDescriptorChildRemover. process(MdibDescriptionModifications allModifications, MdibDescriptionModification currentModification, MdibStorage storage) -
Uses of MdibDescriptionModification in org.somda.sdc.biceps.common.storage
Methods in org.somda.sdc.biceps.common.storage with parameters of type MdibDescriptionModification Modifier and Type Method Description voidDescriptionPreprocessingSegment. process(MdibDescriptionModifications allModifications, MdibDescriptionModification currentModification, MdibStorage storage)In a sequence of modifications this function processes one modification. -
Uses of MdibDescriptionModification in org.somda.sdc.biceps.provider.preprocessing
Methods in org.somda.sdc.biceps.provider.preprocessing with parameters of type MdibDescriptionModification Modifier and Type Method Description voidCardinalityChecker. process(MdibDescriptionModifications allModifications, MdibDescriptionModification currentModification, MdibStorage storage)voidDuplicateChecker. process(MdibDescriptionModifications allModifications, MdibDescriptionModification currentModification, MdibStorage storage)voidHandleReferenceHandler. process(MdibDescriptionModifications allModifications, MdibDescriptionModification currentModification, MdibStorage storage)voidTypeConsistencyChecker. process(MdibDescriptionModifications allModifications, MdibDescriptionModification currentModification, MdibStorage storage)voidVersionHandler. process(MdibDescriptionModifications modifications, MdibDescriptionModification modification, MdibStorage storage)
-