Uses of Class
overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules.DTODataCollectionTemplateOutcomeRule
Packages that use DTODataCollectionTemplateOutcomeRule
-
Uses of DTODataCollectionTemplateOutcomeRule in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules
Methods in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules that return types with arguments of type DTODataCollectionTemplateOutcomeRuleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionTemplateOutcomeRule> DataCollectionTemplateOutcomeRuleService.get(Long templateId, Long outcomeRuleId, Collection<String> fields) Gets a single outcome rule for a template working copy.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateOutcomeRule>> DataCollectionTemplateOutcomeRuleService.getCollection(Long templateId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateOutcomeRuleFilter filter) Gets the collection of outcome rules for a template working copy.org.springframework.http.ResponseEntity<DTODataCollectionTemplateOutcomeRule> DataCollectionTemplateOutcomeRuleService.getFromRelease(Long templateId, Long releaseId, Long outcomeRuleId, Collection<String> fields) Gets a single outcome rule for a template release.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateOutcomeRule>> DataCollectionTemplateOutcomeRuleService.getFromReleaseCollection(Long templateId, Long releaseId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateOutcomeRuleFilter filter) Gets the collection of outcome rules for a template release.