Class ConvertToDataServiceModel
- java.lang.Object
-
- org.gcube.application.geoportalcommon.ConvertToDataServiceModel
-
public class ConvertToDataServiceModel extends Object
The Class ConvertToDataServiceModel.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Feb 3, 2023
-
-
Constructor Summary
Constructors Constructor Description ConvertToDataServiceModel()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.gcube.application.geoportal.common.model.document.access.AccessgetAccessFromDocumentSection(String theJSONDocument, String sectionJSONPath)Gets the access from document section.
-
-
-
Method Detail
-
getAccessFromDocumentSection
public static org.gcube.application.geoportal.common.model.document.access.Access getAccessFromDocumentSection(String theJSONDocument, String sectionJSONPath)
Gets the access from document section.- Parameters:
theJSONDocument- the the JSON documentsectionJSONPath- the section JSON path- Returns:
- the access from document section
-
-