Uses of Class
overit.geocallapp.wfm.projects.rs1.activity.DTOProjectActivity
Packages that use DTOProjectActivity
-
Uses of DTOProjectActivity in overit.geocallapp.wfm.projects.rs1.activity
Methods in overit.geocallapp.wfm.projects.rs1.activity that return types with arguments of type DTOProjectActivityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectActivity> ProjectsActivitiesService.get(Long projectId, Long projectActivityId, String language, Collection<String> fields) Retrieves the required project activity by calling theProjectActivityLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivity>> ProjectsActivitiesService.getCollection(Long projectId, @Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityFilter filter) Returns the collection of all the project activity by calling theProjectActivitySearchEvent.