Uses of Class
org.gcube.application.geoportalcommon.ProjectDVBuilder
-
Packages that use ProjectDVBuilder Package Description org.gcube.application.geoportalcommon -
-
Uses of ProjectDVBuilder in org.gcube.application.geoportalcommon
Methods in org.gcube.application.geoportalcommon that return ProjectDVBuilder Modifier and Type Method Description ProjectDVBuilderProjectDVBuilder. fullDocumentMap(boolean includeFullDocumentMap)ProjectDVBuilderProjectDVBuilder. lifecycleInformation(boolean lifecycleInformation)ProjectDVBuilderProjectDVBuilder. listDocumentKeys(List<String> listDocumentKeys)static ProjectDVBuilderProjectDVBuilder. newBuilder()ProjectDVBuilderProjectDVBuilder. relationships(boolean includeRelationships)ProjectDVBuilderProjectDVBuilder. spatialReference(boolean includeSpatialReference)ProjectDVBuilderProjectDVBuilder. temporalReference(boolean includeTemporalReference)Methods in org.gcube.application.geoportalcommon with parameters of type ProjectDVBuilder Modifier and Type Method Description static List<ProjectDV>ConvertToDataValueObjectModel. toListProject(Iterator<org.gcube.application.geoportal.common.model.document.Project> projects, ProjectDVBuilder projectBuilder)To list project.static ProjectDVConvertToDataValueObjectModel. toProjectDV(org.gcube.application.geoportal.common.model.document.Project project, ProjectDVBuilder projectReader)To project DV.
-