Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment.DTOAssetAttachment
Packages that use DTOAssetAttachment
-
Uses of DTOAssetAttachment in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment that return types with arguments of type DTOAssetAttachmentModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetAttachment> OrchestratorAssetAttachmentByAssetService.get(Long assetId, Long attachmentId, Collection<String> fields) Retrieves the requiredDTOAssetAttachmentby calling theAttachmentLoadEvent, considering only attachments related to an asset.org.springframework.http.ResponseEntity<DTOAssetAttachment> OrchestratorAssetAttachmentsService.get(Long attachmentId, Collection<String> fields) Retrieves the requiredDTOAssetAttachmentby calling theAttachmentLoadEvent, considering only attachments related to a asset.org.springframework.http.ResponseEntity<PageResponse<DTOAssetAttachment>> OrchestratorAssetAttachmentByAssetService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetAttachmentFilter filter) Retrieves the requiredDTOAssetAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<PageResponse<DTOAssetAttachment>> OrchestratorAssetAttachmentsService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetAttachmentFilter filter) Retrieves the requiredDTOAssetAttachmentby calling theAttachmentSearchEventwith the right clause.