IAttachmentsController class
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
addAttachments(
String correlationId, ReferenceV1 reference, List< String> ids) → Future< List< BlobAttachmentV1> > - Adds reference to attachments by ids and return list of these attachments. [...]
-
deleteAttachmentById(
String correlationId, String attachmentId ) → Future< BlobAttachmentV1> - Deletes an attachment by it's unique id. [...]
-
getAttachmentById(
String correlationId, String attachmentId ) → Future< BlobAttachmentV1> - Gets an attachment by its unique id. [...]
-
removeAttachments(
String correlationId, ReferenceV1 reference, List< String> ids) → Future< List< BlobAttachmentV1> > - Removes reference in attachments by their ids and return list of these attachments. [...]
-
updateAttachments(
String correlationId, ReferenceV1 reference, List< String> oldIds,List< String> newIds) → Future< List< BlobAttachmentV1> > - Updates reference in all attachments by their ids. [...]
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited