Uses of Class
overit.geocallapp.wfm.assets.rs1.asset.DTOAsset
Packages that use DTOAsset
-
Uses of DTOAsset in overit.geocallapp.wfm.assets.rs1.asset
Methods in overit.geocallapp.wfm.assets.rs1.asset that return types with arguments of type DTOAssetModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAsset> AssetService.get(Long assetId, Collection<String> fields) Retrieves the requiredDTOAssetby calling theAssetLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAsset>> AssetService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAssetFilter filter) Returns the collection of all the stored assets by calling theAssetSearchEvent.