Uses of Class
overit.geocallapp.wfm.core.datacollection.rs2.node.DTODataCollectionNode
Packages that use DTODataCollectionNode
Package
Description
-
Uses of DTODataCollectionNode in overit.geocallapp.wfm.core.datacollection.rs2.sheet
Methods in overit.geocallapp.wfm.core.datacollection.rs2.sheet that return types with arguments of type DTODataCollectionNodeModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Retrieve the required model. -
Uses of DTODataCollectionNode in overit.geocallapp.wfm.core.datacollection.rs2.template
Methods in overit.geocallapp.wfm.core.datacollection.rs2.template that return types with arguments of type DTODataCollectionNodeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getCurrentReleaseModel(Long id, String language) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the current release model associated to the required template.org.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getReleaseModel(Long id, Long releaseId, String language) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required release model.org.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getWorkingCopyModel(Long id, String language) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required working copy model.Method parameters in overit.geocallapp.wfm.core.datacollection.rs2.template with type arguments of type DTODataCollectionNodeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patchWorkingCopyModel(Long id, @Valid TreeModel<DTODataCollectionNode> input) Deprecated, for removal: This API element is subject to removal in a future version.Modify the required working copy model.