Expand description
File sharing and collaboration module
This module contains handlers for sharing files and managing collaborations:
- Bundle creation and management (share links)
- Bundle recipients and notifications
- File requests
- Inbox uploads and recipients
Re-exports§
pub use bundle_actions::BundleActionHandler;pub use bundle_downloads::BundleDownloadHandler;pub use bundle_notifications::BundleNotificationHandler;pub use bundle_recipients::BundleRecipientHandler;pub use bundle_registrations::BundleRegistrationHandler;pub use bundles::BundleHandler;pub use form_field_sets::FormFieldSetHandler;pub use inbox_recipients::InboxRecipientHandler;pub use inbox_registrations::InboxRegistrationHandler2;pub use inbox_uploads::InboxUploadHandler;pub use requests::RequestHandler;pub use bundle_actions::BundleActionEntity;pub use bundle_downloads::BundleDownloadEntity;pub use bundle_notifications::BundleNotificationEntity;pub use bundle_recipients::BundleRecipientEntity;pub use bundle_registrations::BundleRegistrationEntity;pub use bundles::BundleEntity;pub use bundles::BundlePermission;pub use form_field_sets::FormFieldSetEntity;pub use inbox_recipients::InboxRecipientEntity;pub use inbox_registrations::InboxRegistrationEntity2;pub use inbox_uploads::InboxRegistrationEntity;pub use inbox_uploads::InboxUploadEntity;pub use requests::RequestEntity;
Modules§
- bundle_
actions - bundle_
downloads - bundle_
notifications - Bundle notification configuration
- bundle_
recipients - bundle_
registrations - bundles
- Bundle (Share Link) operations
- form_
field_ sets - Form field set management
- inbox_
recipients - inbox_
registrations - inbox_
uploads - Inbox Upload operations
- requests
- Request (File Request) operations
- share_
groups - Share group management