Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.6
Description
File Manager API Additions: (XmlRpcFileManager , XmlRpcFileManagerClient)
- addParentForProductType - to support parent additions to data types in Wings Data Catalog
- removeParentForProductType
removeProductType - addElementsForProductType - to support property additions to data types in Wings Data Catalog
- removeElementsForProductType
Validation Layer Changes: (To support the above API additions)
- addParentForProductType - invocation from API function above
- removeParentForProductType - invocation from API function above
Note: The attached patch only provides ValidationLayer implementations of the above functions for XmlValidationLayer, whereas only stub functions exist for DataSourceValidationLayer and ScienceDataValidationLayer.