Uses of Class
org.gcube.application.geoportalcommon.shared.geoportal.DocumentDV
-
-
Uses of DocumentDV in org.gcube.application.geoportalcommon
Methods in org.gcube.application.geoportalcommon with type parameters of type DocumentDV Modifier and Type Method Description static <T extends DocumentDV>
DocumentDVConvertToDataValueObjectModel. toGenericDocumentDV(String projectID, org.bson.Document document, Class<T> targetClass, List<String> listDocumentKeys, boolean getFullMap)To generic document DV.Methods in org.gcube.application.geoportalcommon that return DocumentDV Modifier and Type Method Description static <T extends DocumentDV>
DocumentDVConvertToDataValueObjectModel. toGenericDocumentDV(String projectID, org.bson.Document document, Class<T> targetClass, List<String> listDocumentKeys, boolean getFullMap)To generic document DV. -
Uses of DocumentDV in org.gcube.application.geoportalcommon.shared
Methods in org.gcube.application.geoportalcommon.shared that return types with arguments of type DocumentDV Modifier and Type Method Description List<? extends DocumentDV>ResultSetPaginatedData. getData()Gets the data. -
Uses of DocumentDV in org.gcube.application.geoportalcommon.shared.geoportal
Subclasses of DocumentDV in org.gcube.application.geoportalcommon.shared.geoportal Modifier and Type Class Description classResultDocumentDV -
Uses of DocumentDV in org.gcube.application.geoportalcommon.shared.geoportal.project
Subclasses of DocumentDV in org.gcube.application.geoportalcommon.shared.geoportal.project Modifier and Type Class Description classIdentificationReferenceDVclassTemporalReferenceDVThe Class TemporalReferenceDV.Methods in org.gcube.application.geoportalcommon.shared.geoportal.project that return DocumentDV Modifier and Type Method Description DocumentDVProjectDV. getTheDocument()Methods in org.gcube.application.geoportalcommon.shared.geoportal.project with parameters of type DocumentDV Modifier and Type Method Description voidProjectDV. setTheDocument(DocumentDV theDocument)
-