Package com.example.provider1
Class RetrievabilityModification
java.lang.Object
com.example.provider1.RetrievabilityModification
- All Implemented Interfaces:
DescriptionPreprocessingSegment
Adds the retrievability extension to all descriptors in the mdib.
Descriptors will be assigned RetrievabilityMethod.GET and RetrievabilityMethod.EP retrievability,
except for RealTimeSampleArrayMetricDescriptor elements, which
are set to RetrievabilityMethod.GET and RetrievabilityMethod.STRM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterLastModification(MdibDescriptionModifications modifications, MdibStorage mdibStorage) voidbeforeFirstModification(MdibDescriptionModifications modifications, MdibStorage mdibStorage) voidprocess(MdibDescriptionModifications allModifications, MdibDescriptionModification currentModification, MdibStorage storage)
-
Constructor Details
-
RetrievabilityModification
public RetrievabilityModification()
-
-
Method Details
-
beforeFirstModification
public void beforeFirstModification(MdibDescriptionModifications modifications, MdibStorage mdibStorage) - Specified by:
beforeFirstModificationin interfaceDescriptionPreprocessingSegment
-
afterLastModification
public void afterLastModification(MdibDescriptionModifications modifications, MdibStorage mdibStorage) - Specified by:
afterLastModificationin interfaceDescriptionPreprocessingSegment
-
process
public void process(MdibDescriptionModifications allModifications, MdibDescriptionModification currentModification, MdibStorage storage) throws Exception - Specified by:
processin interfaceDescriptionPreprocessingSegment- Throws:
Exception
-