Uses of Class
org.tailormap.api.viewer.model.AttachmentMetadata
Packages that use AttachmentMetadata
Package
Description
-
Uses of AttachmentMetadata in org.tailormap.api.controller
Methods in org.tailormap.api.controller that return types with arguments of type AttachmentMetadataModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<AttachmentMetadata>> AttachmentsController.listAttachments(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, String featureId) List attachments for a feature.Methods in org.tailormap.api.controller with parameters of type AttachmentMetadataModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Serializable> AttachmentsController.addAttachment(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, String featureId, AttachmentMetadata attachment, byte[] fileData) Add an attachment to a feature -
Uses of AttachmentMetadata in org.tailormap.api.geotools.featuresources
Methods in org.tailormap.api.geotools.featuresources that return AttachmentMetadataModifier and TypeMethodDescription@NotNull AttachmentMetadataAttachmentsHelper.AttachmentWithBinary.attachmentMetadata()Returns the value of theattachmentMetadatarecord component.static AttachmentMetadataAttachmentsHelper.insertAttachment(TMFeatureType featureType, AttachmentMetadata attachment, Object primaryKey, byte[] fileData) Methods in org.tailormap.api.geotools.featuresources that return types with arguments of type AttachmentMetadataModifier and TypeMethodDescriptionstatic List<AttachmentMetadata> AttachmentsHelper.listAttachmentsForFeature(TMFeatureType featureType, Object primaryKey) static Map<String, List<AttachmentMetadata>> AttachmentsHelper.listAttachmentsForFeaturesByFeatureId(TMFeatureType featureType, List<Object> featurePKs) List attachments for multiple features grouped by their FIDs.Methods in org.tailormap.api.geotools.featuresources with parameters of type AttachmentMetadataModifier and TypeMethodDescriptionstatic AttachmentMetadataAttachmentsHelper.insertAttachment(TMFeatureType featureType, AttachmentMetadata attachment, Object primaryKey, byte[] fileData) Constructors in org.tailormap.api.geotools.featuresources with parameters of type AttachmentMetadataModifierConstructorDescriptionAttachmentWithBinary(@NotNull AttachmentMetadata attachmentMetadata, @NotNull ByteBuffer attachment) Creates an instance of aAttachmentWithBinaryrecord class. -
Uses of AttachmentMetadata in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return AttachmentMetadataModifier and TypeMethodDescriptionAttachmentMetadata.attachmentId(UUID attachmentId) AttachmentMetadata.attachmentSize(Long attachmentSize) AttachmentMetadata.attributeName(String attributeName) AttachmentMetadata.createdAt(OffsetDateTime createdAt) AttachmentMetadata.description(String description) Methods in org.tailormap.api.viewer.model that return types with arguments of type AttachmentMetadataModifier and TypeMethodDescription@Valid @Size(min=0) List<@Valid AttachmentMetadata> Feature.getAttachments()Metadata of feature attachments, only when supported by the layer or the service.Methods in org.tailormap.api.viewer.model with parameters of type AttachmentMetadataMethod parameters in org.tailormap.api.viewer.model with type arguments of type AttachmentMetadataModifier and TypeMethodDescriptionFeature.attachments(List<@Valid AttachmentMetadata> attachments) voidFeature.setAttachments(List<@Valid AttachmentMetadata> attachments)