AttachmentsController class
- Implemented types
Constructors
Properties
- commandSet ↔ AttachmentsCommandSet
-
read / write
- dependencyResolver ↔ DependencyResolver
-
read / write
- persistence ↔ IAttachmentsPersistence
-
read / write
- 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. [...]
override
-
configure(
ConfigParams config ) → void - Configures component by passing configuration parameters. [...]
-
deleteAttachmentById(
String correlationId, String attachmentId ) → Future< BlobAttachmentV1> -
Deletes an attachment by it's unique id. [...]
override
-
getAttachmentById(
String correlationId, String attachmentId ) → Future< BlobAttachmentV1> -
Gets an attachment by its unique id. [...]
override
-
getCommandSet(
) → CommandSet - Gets a command set. [...]
-
removeAttachments(
String correlationId, ReferenceV1 reference, List< String> ids) → Future< List< BlobAttachmentV1> > -
Removes reference in attachments by their ids and return list of these attachments. [...]
override
-
setReferences(
IReferences references ) → void - Set references to component. [...]
-
updateAttachments(
String correlationId, ReferenceV1 reference, List< String> oldIds,List< String> newIds) → Future< List< BlobAttachmentV1> > -
Updates reference in all attachments by their ids. [...]
override
-
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