Uses of Class
overit.geocallapp.wfm.datacollection.rs1.template.globalvalidation.DTODataCollectionGlobalExpression
Packages that use DTODataCollectionGlobalExpression
-
Uses of DTODataCollectionGlobalExpression in overit.geocallapp.wfm.datacollection.rs1.template
Methods in overit.geocallapp.wfm.datacollection.rs1.template that return types with arguments of type DTODataCollectionGlobalExpressionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTODataCollectionGlobalExpression>> DataCollectionTemplateService.getReleaseGlobalExpressions(Long templateId, Long releaseId, String language) Retrieves the global expressions associated with a specific release of the data collection template.org.springframework.http.ResponseEntity<List<DTODataCollectionGlobalExpression>> DataCollectionTemplateService.getWorkingCopyGlobalExpressions(Long templateId, String language) Retrieves the global expressions associated with the working copy of the data collection template.Method parameters in overit.geocallapp.wfm.datacollection.rs1.template with type arguments of type DTODataCollectionGlobalExpressionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patchWorkingCopyGlobalExpressions(Long templateId, @Valid List<DTODataCollectionGlobalExpression> input) Updates the global expressions associated with the working copy of the data collection template.