Uses of Class
overit.geocallapp.wfm.bundler.rs1.operation.DTOBundleOperation
Packages that use DTOBundleOperation
-
Uses of DTOBundleOperation in overit.geocallapp.wfm.bundler.rs1.operation
Methods in overit.geocallapp.wfm.bundler.rs1.operation that return types with arguments of type DTOBundleOperationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleOperation> BundleOperationService.get(Long bundleId, Long operationId, Collection<String> fields) Retrieves the required bundle operation by calling theBundleOperationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOBundleOperation>> BundleOperationService.getCollection(Long bundleId, @Valid Page page, Collection<String> fields, String order, @Valid DTOBundleOperationFilter filter) Returns the collection of all the stored bundles operations by calling theBundleOperationSearchEvent.