Package org.dlese.dpc.schemedit.ndr
Class NDRSync
java.lang.Object
org.dlese.dpc.schemedit.ndr.NDRSync
NOW Obsolete??
- Author:
- Jonathan Ostwald
-
Constructor Summary
ConstructorsConstructorDescriptionNDRSync(String collectionKey, String sessionUserName, ServletContext servletContext) Constructor for the NDRSync object -
Method Summary
Modifier and TypeMethodDescriptionsync()Sync a collection with the NDR by first updating collection-level (metadataProvider, aggregator) information in the NDR and then updating outOfSync metadata with the NDR.voidwriteCollectionInfo(DcsSetInfo setInfo) Write collection-level info (metadataProvider and Aggregator) for the specified collection (set) to the NDR.
-
Constructor Details
-
NDRSync
public NDRSync(String collectionKey, String sessionUserName, ServletContext servletContext) throws Exception Constructor for the NDRSync object- Parameters:
collectionKey- NOT YET DOCUMENTEDsessionUserName- NOT YET DOCUMENTEDservletContext- NOT YET DOCUMENTED- Throws:
Exception- NOT YET DOCUMENTED
-
-
Method Details
-
writeCollectionInfo
Write collection-level info (metadataProvider and Aggregator) for the specified collection (set) to the NDR.- Parameters:
setInfo- Data structure holding collection information- Returns:
- NOT YET DOCUMENTED
- Throws:
Exception- NOT YET DOCUMENTED
-
sync
Sync a collection with the NDR by first updating collection-level (metadataProvider, aggregator) information in the NDR and then updating outOfSync metadata with the NDR.- Returns:
- NOT YET DOCUMENTED
- Throws:
Exception- NOT YET DOCUMENTED
-
syncItems
- Throws:
Exception
-