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, String featureId, 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, String featureId) Methods in org.tailormap.api.geotools.featuresources with parameters of type AttachmentMetadataModifier and TypeMethodDescriptionstatic AttachmentMetadataAttachmentsHelper.insertAttachment(TMFeatureType featureType, AttachmentMetadata attachment, String featureId, 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)