paperap package
Subpackages
- paperap.models package
BaseModel
BaseModel._meta
BaseModel._save_lock
BaseModel._pending_save
BaseModel._save_executor
BaseModel._status
BaseModel._original_data
BaseModel._saved_data
BaseModel._resource
BaseModel.Meta
BaseModel.Meta.model
BaseModel.Meta.name
BaseModel.Meta.read_only_fields
BaseModel.Meta.filtering_disabled
BaseModel.Meta.filtering_fields
BaseModel.Meta.supported_filtering_params
BaseModel.Meta.blacklist_filtering_params
BaseModel.Meta.filtering_strategies
BaseModel.Meta.field_map
BaseModel.Meta.save_on_write
BaseModel.Meta.save_timeout
BaseModel.Meta.__init__()
BaseModel.Meta.blacklist_filtering_params
BaseModel.Meta.field_map
BaseModel.Meta.filter_allowed()
BaseModel.Meta.filtering_disabled
BaseModel.Meta.filtering_fields
BaseModel.Meta.filtering_strategies
BaseModel.Meta.read_only_fields
BaseModel.Meta.save_on_write
BaseModel.Meta.save_timeout
BaseModel.Meta.supported_filtering_params
BaseModel.Meta.model
BaseModel.Meta.name
BaseModel.__init__()
BaseModel.__init_subclass__()
BaseModel.__str__()
BaseModel.cleanup()
BaseModel.create()
BaseModel.delete()
BaseModel.dirty_fields()
BaseModel.disable_save_on_write()
BaseModel.enable_save_on_write()
BaseModel.from_dict()
BaseModel.is_dirty()
BaseModel.is_new()
BaseModel.matches_dict()
BaseModel.model_config
BaseModel.model_post_init()
BaseModel.resource
BaseModel.save_executor
BaseModel.should_save_on_write()
BaseModel.to_dict()
BaseModel.update()
BaseModel.update_locally()
StandardModel
StandardModel.id
StandardModel._resource
StandardModel.Meta
StandardModel.Meta.read_only_fields
StandardModel.Meta.supported_filtering_params
StandardModel.Meta.blacklist_filtering_params
StandardModel.Meta.field_map
StandardModel.Meta.filtering_disabled
StandardModel.Meta.filtering_fields
StandardModel.Meta.read_only_fields
StandardModel.Meta.supported_filtering_params
StandardModel.__setattr__()
StandardModel.__str__()
StandardModel.is_new()
StandardModel.model_config
StandardModel.model_post_init()
StandardModel.refresh()
StandardModel.resource
StandardModel.save()
StandardModel.save_async()
StandardModel.save_sync()
StandardModel.update()
StandardModel.id
DocumentNote
DocumentNote.deleted_at
DocumentNote.restored_at
DocumentNote.transaction_id
DocumentNote.note
DocumentNote.created
DocumentNote.document
DocumentNote.user
DocumentNote.Meta
DocumentNote.get_document()
DocumentNote.get_user()
DocumentNote.model_config
DocumentNote.model_post_init()
DocumentNote.serialize_datetime()
DocumentNote.deleted_at
DocumentNote.restored_at
DocumentNote.transaction_id
DocumentNote.note
DocumentNote.created
DocumentNote.document
DocumentNote.user
Document
Document.added
Document.archive_checksum
Document.archive_filename
Document.archive_serial_number
Document.archived_file_name
Document.checksum
Document.content
Document.correspondent_id
Document.created
Document.created_date
Document.custom_field_dicts
Document.deleted_at
Document.document_type_id
Document.filename
Document.is_shared_by_requester
Document.notes
Document.original_filename
Document.owner
Document.page_count
Document.storage_path_id
Document.storage_type
Document.tag_ids
Document.title
Document.user_can_change
Document.Meta
Document.add_tag()
Document.append_content()
Document.correspondent
Document.custom_field_ids
Document.custom_field_value()
Document.custom_field_values
Document.custom_fields
Document.document_type
Document.download()
Document.get_metadata()
Document.get_suggestions()
Document.has_search_hit
Document.model_config
Document.model_post_init()
Document.preview()
Document.remove_tag()
Document.search_hit
Document.serialize_datetime()
Document.serialize_notes()
Document.storage_path
Document.tag_names
Document.tags
Document.thumbnail()
Document.update_locally()
Document.validate_custom_fields()
Document.validate_is_shared_by_requester()
Document.validate_notes()
Document.validate_tags()
Document.validate_text()
Document.added
Document.archive_checksum
Document.archive_filename
Document.archive_serial_number
Document.archived_file_name
Document.checksum
Document.content
Document.correspondent_id
Document.created
Document.created_date
Document.custom_field_dicts
Document.deleted_at
Document.document_type_id
Document.filename
Document.is_shared_by_requester
Document.notes
Document.original_filename
Document.owner
Document.page_count
Document.storage_path_id
Document.storage_type
Document.tag_ids
Document.title
Document.user_can_change
Correspondent
Correspondent.slug
Correspondent.name
Correspondent.document_count
Correspondent.owner
Correspondent.user_can_change
Correspondent.Meta
Correspondent.Meta.read_only_fields
Correspondent.Meta.queryset
Correspondent.Meta.blacklist_filtering_params
Correspondent.Meta.field_map
Correspondent.Meta.filtering_disabled
Correspondent.Meta.filtering_fields
Correspondent.Meta.queryset
Correspondent.Meta.read_only_fields
Correspondent.Meta.supported_filtering_params
Correspondent.documents
Correspondent.model_config
Correspondent.model_post_init()
Correspondent.slug
Correspondent.name
Correspondent.document_count
Correspondent.owner
Correspondent.user_can_change
Tag
DocumentType
DocumentType.name
DocumentType.slug
DocumentType.match
DocumentType.matching_algorithm
DocumentType.is_insensitive
DocumentType.document_count
DocumentType.owner
DocumentType.user_can_change
DocumentType.Meta
DocumentType.documents
DocumentType.model_config
DocumentType.model_post_init()
DocumentType.name
DocumentType.slug
DocumentType.document_count
DocumentType.owner
DocumentType.user_can_change
StoragePath
StoragePath.name
StoragePath.slug
StoragePath.path
StoragePath.document_count
StoragePath.owner
StoragePath.user_can_change
StoragePath.Meta
StoragePath.Meta.read_only_fields
StoragePath.Meta.queryset
StoragePath.Meta.blacklist_filtering_params
StoragePath.Meta.field_map
StoragePath.Meta.filtering_disabled
StoragePath.Meta.filtering_fields
StoragePath.Meta.queryset
StoragePath.Meta.read_only_fields
StoragePath.Meta.supported_filtering_params
StoragePath.documents
StoragePath.model_config
StoragePath.model_post_init()
StoragePath.name
StoragePath.slug
StoragePath.path
StoragePath.document_count
StoragePath.owner
StoragePath.user_can_change
CustomField
CustomField.name
CustomField.data_type
CustomField.extra_data
CustomField.document_count
CustomField.Meta
CustomField.documents
CustomField.model_config
CustomField.model_post_init()
CustomField.validate_data_type()
CustomField.name
CustomField.data_type
CustomField.extra_data
CustomField.document_count
User
User.username
User.email
User.password
User.first_name
User.last_name
User.date_joined
User.is_staff
User.is_active
User.is_superuser
User.groups
User.user_permissions
User.inherited_permissions
User.Meta
User.get_groups()
User.model_config
User.model_post_init()
User.username
User.email
User.password
User.first_name
User.last_name
User.date_joined
User.is_staff
User.is_active
User.is_superuser
User.groups
User.user_permissions
User.inherited_permissions
Group
Task
Task.task_id
Task.task_file_name
Task.task_name
Task.date_created
Task.date_started
Task.date_done
Task.type
Task.status
Task.result
Task.acknowledged
Task.related_document
Task.Meta
Task.model_config
Task.model_post_init()
Task.task_id
Task.task_file_name
Task.task_name
Task.date_created
Task.date_started
Task.date_done
Task.type
Task.status
Task.result
Task.acknowledged
Task.related_document
SavedView
SavedView.name
SavedView.show_on_dashboard
SavedView.show_in_sidebar
SavedView.sort_field
SavedView.sort_reverse
SavedView.filter_rules
SavedView.page_size
SavedView.display_mode
SavedView.display_fields
SavedView.owner
SavedView.user_can_change
SavedView.Meta
SavedView.model_config
SavedView.model_post_init()
SavedView.name
SavedView.show_on_dashboard
SavedView.show_in_sidebar
SavedView.sort_field
SavedView.sort_reverse
SavedView.filter_rules
SavedView.page_size
SavedView.display_mode
SavedView.display_fields
SavedView.owner
SavedView.user_can_change
UISettings
Workflow
WorkflowTrigger
WorkflowTrigger.sources
WorkflowTrigger.type
WorkflowTrigger.filter_path
WorkflowTrigger.filter_filename
WorkflowTrigger.filter_mailrule
WorkflowTrigger.filter_has_tags
WorkflowTrigger.filter_has_correspondent
WorkflowTrigger.filter_has_document_type
WorkflowTrigger.schedule_date_field
WorkflowTrigger.schedule_date_custom_field
WorkflowTrigger.schedule_offset_days
WorkflowTrigger.schedule_is_recurring
WorkflowTrigger.schedule_recurring_interval_days
WorkflowTrigger.Meta
WorkflowTrigger.model_config
WorkflowTrigger.model_post_init()
WorkflowTrigger.sources
WorkflowTrigger.type
WorkflowTrigger.filter_path
WorkflowTrigger.filter_filename
WorkflowTrigger.filter_mailrule
WorkflowTrigger.filter_has_tags
WorkflowTrigger.filter_has_correspondent
WorkflowTrigger.filter_has_document_type
WorkflowTrigger.schedule_date_field
WorkflowTrigger.schedule_date_custom_field
WorkflowTrigger.schedule_offset_days
WorkflowTrigger.schedule_is_recurring
WorkflowTrigger.schedule_recurring_interval_days
WorkflowAction
WorkflowAction.type
WorkflowAction.assign_title
WorkflowAction.assign_tags
WorkflowAction.assign_correspondent
WorkflowAction.assign_document_type
WorkflowAction.assign_storage_path
WorkflowAction.assign_owner
WorkflowAction.assign_view_users
WorkflowAction.assign_view_groups
WorkflowAction.assign_change_users
WorkflowAction.assign_change_groups
WorkflowAction.assign_custom_fields
WorkflowAction.assign_custom_fields_values
WorkflowAction.remove_all_tags
WorkflowAction.remove_tags
WorkflowAction.remove_all_correspondents
WorkflowAction.remove_correspondents
WorkflowAction.remove_all_document_types
WorkflowAction.remove_document_types
WorkflowAction.remove_all_storage_paths
WorkflowAction.remove_storage_paths
WorkflowAction.remove_custom_fields
WorkflowAction.remove_all_custom_fields
WorkflowAction.remove_all_owners
WorkflowAction.remove_owners
WorkflowAction.remove_all_permissions
WorkflowAction.remove_view_users
WorkflowAction.remove_view_groups
WorkflowAction.remove_change_users
WorkflowAction.remove_change_groups
WorkflowAction.email
WorkflowAction.webhook
WorkflowAction.Meta
WorkflowAction.model_config
WorkflowAction.model_post_init()
WorkflowAction.type
WorkflowAction.assign_title
WorkflowAction.assign_tags
WorkflowAction.assign_correspondent
WorkflowAction.assign_document_type
WorkflowAction.assign_storage_path
WorkflowAction.assign_owner
WorkflowAction.assign_view_users
WorkflowAction.assign_view_groups
WorkflowAction.assign_change_users
WorkflowAction.assign_change_groups
WorkflowAction.assign_custom_fields
WorkflowAction.assign_custom_fields_values
WorkflowAction.remove_all_tags
WorkflowAction.remove_tags
WorkflowAction.remove_all_correspondents
WorkflowAction.remove_correspondents
WorkflowAction.remove_all_document_types
WorkflowAction.remove_document_types
WorkflowAction.remove_all_storage_paths
WorkflowAction.remove_storage_paths
WorkflowAction.remove_custom_fields
WorkflowAction.remove_all_custom_fields
WorkflowAction.remove_all_owners
WorkflowAction.remove_owners
WorkflowAction.remove_all_permissions
WorkflowAction.remove_view_users
WorkflowAction.remove_view_groups
WorkflowAction.remove_change_users
WorkflowAction.remove_change_groups
WorkflowAction.email
WorkflowAction.webhook
Profile
Profile.email
Profile.password
Profile.first_name
Profile.last_name
Profile.auth_token
Profile.social_accounts
Profile.has_usable_password
Profile.Meta
Profile.model_config
Profile.model_post_init()
Profile.email
Profile.password
Profile.first_name
Profile.last_name
Profile.auth_token
Profile.social_accounts
Profile.has_usable_password
ShareLinks
ShareLinks.expiration
ShareLinks.slug
ShareLinks.document
ShareLinks.created
ShareLinks.file_version
ShareLinks.owner
ShareLinks.Meta
ShareLinks.get_document()
ShareLinks.model_config
ShareLinks.model_post_init()
ShareLinks.serialize_datetime()
ShareLinks.expiration
ShareLinks.slug
ShareLinks.document
ShareLinks.created
ShareLinks.file_version
ShareLinks.owner
BaseQuerySet
BaseQuerySet.resource
BaseQuerySet.filters
BaseQuerySet._last_response
BaseQuerySet._result_cache
BaseQuerySet._fetch_all
BaseQuerySet._next_url
BaseQuerySet._urls_fetched
BaseQuerySet._iter
BaseQuerySet.__bool__()
BaseQuerySet.__contains__()
BaseQuerySet.__getitem__()
BaseQuerySet.__init__()
BaseQuerySet.__iter__()
BaseQuerySet.__len__()
BaseQuerySet.all()
BaseQuerySet.count()
BaseQuerySet.count_this_page()
BaseQuerySet.exclude()
BaseQuerySet.exists()
BaseQuerySet.filter()
BaseQuerySet.filter_field_by_str()
BaseQuerySet.first()
BaseQuerySet.get()
BaseQuerySet.last()
BaseQuerySet.none()
BaseQuerySet.order_by()
BaseQuerySet.resource
BaseQuerySet.filters
StandardQuerySet
DocumentQuerySet
DocumentQuerySet.add_tag()
DocumentQuerySet.added_after()
DocumentQuerySet.added_before()
DocumentQuerySet.asn()
DocumentQuerySet.content()
DocumentQuerySet.correspondent()
DocumentQuerySet.correspondent_id()
DocumentQuerySet.correspondent_name()
DocumentQuerySet.correspondent_slug()
DocumentQuerySet.created_after()
DocumentQuerySet.created_before()
DocumentQuerySet.created_between()
DocumentQuerySet.custom_field()
DocumentQuerySet.custom_field_contains()
DocumentQuerySet.custom_field_exact()
DocumentQuerySet.custom_field_exists()
DocumentQuerySet.custom_field_fullsearch()
DocumentQuerySet.custom_field_in()
DocumentQuerySet.custom_field_isnull()
DocumentQuerySet.custom_field_query()
DocumentQuerySet.custom_field_range()
DocumentQuerySet.delete()
DocumentQuerySet.document_type()
DocumentQuerySet.document_type_id()
DocumentQuerySet.document_type_name()
DocumentQuerySet.has_custom_field_id()
DocumentQuerySet.has_custom_fields()
DocumentQuerySet.merge()
DocumentQuerySet.modify_custom_fields()
DocumentQuerySet.modify_tags()
DocumentQuerySet.more_like()
DocumentQuerySet.no_custom_fields()
DocumentQuerySet.notes()
DocumentQuerySet.original_filename()
DocumentQuerySet.remove_tag()
DocumentQuerySet.reprocess()
DocumentQuerySet.rotate()
DocumentQuerySet.search()
DocumentQuerySet.set_permissions()
DocumentQuerySet.storage_path()
DocumentQuerySet.storage_path_id()
DocumentQuerySet.storage_path_name()
DocumentQuerySet.tag_id()
DocumentQuerySet.tag_name()
DocumentQuerySet.title()
DocumentQuerySet.update()
DocumentQuerySet.user_can_change()
DocumentQuerySet.resource
CorrespondentQuerySet
TagQuerySet
DocumentTypeQuerySet
StoragePathQuerySet
CustomFieldQuerySet
UserQuerySet
GroupQuerySet
TaskQuerySet
SavedViewQuerySet
SavedViewQuerySet.display_mode()
SavedViewQuerySet.name()
SavedViewQuerySet.page_size()
SavedViewQuerySet.page_size_between()
SavedViewQuerySet.page_size_over()
SavedViewQuerySet.page_size_under()
SavedViewQuerySet.show_in_sidebar()
SavedViewQuerySet.show_on_dashboard()
SavedViewQuerySet.sort_field()
SavedViewQuerySet.sort_reverse()
SavedViewQuerySet.user_can_change()
UISettingsQuerySet
WorkflowQuerySet
WorkflowTriggerQuerySet
WorkflowActionQuerySet
ProfileQuerySet
ShareLinksQuerySet
- Subpackages
- paperap.models.abstract package
- paperap.models.config package
- paperap.models.correspondent package
- paperap.models.custom_field package
- paperap.models.document package
- paperap.models.document_type package
- paperap.models.mixins package
- paperap.models.profile package
- paperap.models.responses package
- paperap.models.saved_view package
- paperap.models.share_links package
- paperap.models.storage_path package
- paperap.models.tag package
- paperap.models.task package
- paperap.models.ui_settings package
- paperap.models.user package
- paperap.models.workflow package
- paperap.plugins package
- paperap.resources package
- Submodules
- paperap.resources.base module
- paperap.resources.configs module
- paperap.resources.correspondents module
- paperap.resources.custom_fields module
- paperap.resources.document_download module
- paperap.resources.document_metadata module
- paperap.resources.document_notes module
- paperap.resources.document_suggestions module
- paperap.resources.document_types module
- paperap.resources.documents module
- paperap.resources.downloaded_documents module
- paperap.resources.groups module
- paperap.resources.profile module
- paperap.resources.profiles module
- paperap.resources.saved_views module
- paperap.resources.share_links module
- paperap.resources.storage_paths module
- paperap.resources.tags module
- paperap.resources.tasks module
- paperap.resources.ui_settings module
- paperap.resources.users module
- paperap.resources.workflow_actions module
- paperap.resources.workflow_triggers module
- paperap.resources.workflows module
- Submodules
- paperap.scripts package
Submodules
- paperap.auth module
- paperap.client module
- paperap.const module
StrEnumWithUnknown
IntEnumWithUnknown
ConstModel
URLS
URLS.index
URLS.token
URLS.list
URLS.detail
URLS.create
URLS.update
URLS.delete
URLS.meta
URLS.next_asn
URLS.notes
URLS.post
URLS.single
URLS.suggestions
URLS.preview
URLS.thumbnail
URLS.download
URLS.index
URLS.token
URLS.list
URLS.detail
URLS.create
URLS.update
URLS.delete
URLS.meta
URLS.next_asn
URLS.notes
URLS.post
URLS.single
URLS.suggestions
URLS.preview
URLS.thumbnail
URLS.download
CommonEndpoints
Endpoints
FilteringStrategies
ModelStatus
CustomFieldTypes
CustomFieldTypes.STRING
CustomFieldTypes.BOOLEAN
CustomFieldTypes.INTEGER
CustomFieldTypes.FLOAT
CustomFieldTypes.MONETARY
CustomFieldTypes.DATE
CustomFieldTypes.URL
CustomFieldTypes.DOCUMENT_LINK
CustomFieldTypes.UNKNOWN
CustomFieldTypes.STRING
CustomFieldTypes.BOOLEAN
CustomFieldTypes.INTEGER
CustomFieldTypes.FLOAT
CustomFieldTypes.MONETARY
CustomFieldTypes.DATE
CustomFieldTypes.URL
CustomFieldTypes.DOCUMENT_LINK
CustomFieldTypes.UNKNOWN
CustomFieldValues
CustomFieldTypedDict
DocumentMetadataType
DocumentSearchHitType
MatchingAlgorithmType
MatchingAlgorithmType.NONE
MatchingAlgorithmType.ANY
MatchingAlgorithmType.ALL
MatchingAlgorithmType.LITERAL
MatchingAlgorithmType.REGEX
MatchingAlgorithmType.FUZZY
MatchingAlgorithmType.AUTO
MatchingAlgorithmType.UNKNOWN
MatchingAlgorithmType.NONE
MatchingAlgorithmType.ANY
MatchingAlgorithmType.ALL
MatchingAlgorithmType.LITERAL
MatchingAlgorithmType.REGEX
MatchingAlgorithmType.FUZZY
MatchingAlgorithmType.AUTO
MatchingAlgorithmType.UNKNOWN
PermissionSetType
PermissionTableType
RetrieveFileMode
SavedViewFilterRuleType
ShareLinkFileVersionType
StatusType
StatusDatabaseMigrationStatusType
StatusDatabaseType
StatusStorageType
StatusTasksType
StatusTasksType.redis_url
StatusTasksType.redis_status
StatusTasksType.redis_error
StatusTasksType.celery_status
StatusTasksType.index_status
StatusTasksType.index_last_modified
StatusTasksType.index_error
StatusTasksType.classifier_status
StatusTasksType.classifier_last_trained
StatusTasksType.classifier_error
StatusTasksType.redis_url
StatusTasksType.redis_status
StatusTasksType.redis_error
StatusTasksType.celery_status
StatusTasksType.index_status
StatusTasksType.index_last_modified
StatusTasksType.index_error
StatusTasksType.classifier_status
StatusTasksType.classifier_last_trained
StatusTasksType.classifier_error
StatusTasksType.model_config
TaskStatusType
TaskTypeType
WorkflowActionType
WorkflowTriggerType
WorkflowTriggerSourceType
WorkflowTriggerMatchingType
WorkflowTriggerMatchingType.NONE
WorkflowTriggerMatchingType.ANY
WorkflowTriggerMatchingType.ALL
WorkflowTriggerMatchingType.LITERAL
WorkflowTriggerMatchingType.REGEX
WorkflowTriggerMatchingType.FUZZY
WorkflowTriggerMatchingType.UNKNOWN
WorkflowTriggerMatchingType.NONE
WorkflowTriggerMatchingType.ANY
WorkflowTriggerMatchingType.ALL
WorkflowTriggerMatchingType.LITERAL
WorkflowTriggerMatchingType.REGEX
WorkflowTriggerMatchingType.FUZZY
WorkflowTriggerMatchingType.UNKNOWN
ScheduleDateFieldType
ScheduleDateFieldType.ADDED
ScheduleDateFieldType.CREATED
ScheduleDateFieldType.MODIFIED
ScheduleDateFieldType.CUSTOM_FIELD
ScheduleDateFieldType.UNKNOWN
ScheduleDateFieldType.ADDED
ScheduleDateFieldType.CREATED
ScheduleDateFieldType.MODIFIED
ScheduleDateFieldType.CUSTOM_FIELD
ScheduleDateFieldType.UNKNOWN
WorkflowTriggerScheduleDateFieldType
WorkflowTriggerScheduleDateFieldType.ADDED
WorkflowTriggerScheduleDateFieldType.CREATED
WorkflowTriggerScheduleDateFieldType.MODIFIED
WorkflowTriggerScheduleDateFieldType.CUSTOM_FIELD
WorkflowTriggerScheduleDateFieldType.UNKNOWN
WorkflowTriggerScheduleDateFieldType.ADDED
WorkflowTriggerScheduleDateFieldType.CREATED
WorkflowTriggerScheduleDateFieldType.MODIFIED
WorkflowTriggerScheduleDateFieldType.CUSTOM_FIELD
WorkflowTriggerScheduleDateFieldType.UNKNOWN
SavedViewDisplayModeType
SavedViewDisplayFieldType
SavedViewDisplayFieldType.TITLE
SavedViewDisplayFieldType.CREATED
SavedViewDisplayFieldType.ADDED
SavedViewDisplayFieldType.TAGS
SavedViewDisplayFieldType.CORRESPONDENT
SavedViewDisplayFieldType.DOCUMENT_TYPE
SavedViewDisplayFieldType.STORAGE_PATH
SavedViewDisplayFieldType.NOTES
SavedViewDisplayFieldType.OWNER
SavedViewDisplayFieldType.SHARED
SavedViewDisplayFieldType.ASN
SavedViewDisplayFieldType.PAGE_COUNT
SavedViewDisplayFieldType.CUSTOM_FIELD
SavedViewDisplayFieldType.UNKNOWN
SavedViewDisplayFieldType.TITLE
SavedViewDisplayFieldType.CREATED
SavedViewDisplayFieldType.ADDED
SavedViewDisplayFieldType.TAGS
SavedViewDisplayFieldType.CORRESPONDENT
SavedViewDisplayFieldType.DOCUMENT_TYPE
SavedViewDisplayFieldType.STORAGE_PATH
SavedViewDisplayFieldType.NOTES
SavedViewDisplayFieldType.OWNER
SavedViewDisplayFieldType.SHARED
SavedViewDisplayFieldType.ASN
SavedViewDisplayFieldType.PAGE_COUNT
SavedViewDisplayFieldType.CUSTOM_FIELD
SavedViewDisplayFieldType.UNKNOWN
DocumentStorageType
TaskNameType
- paperap.exceptions module
PaperapError
ModelValidationError
ReadOnlyFieldError
ConfigurationError
PaperlessError
APIError
AuthenticationError
InsufficientPermissionError
FeatureNotAvailableError
FilterDisabledError
RequestError
BadResponseError
ResponseParsingError
ResourceNotFoundError
RelationshipNotFoundError
ObjectNotFoundError
MultipleObjectsFoundError
DocumentError
NoImagesError
DocumentParsingError
- paperap.settings module
- paperap.signals module
QueueType
SignalPriority
SignalParams
Signal
SignalRegistry
SignalRegistry._instance
SignalRegistry._signals
SignalRegistry._queue
SignalRegistry.__init__()
SignalRegistry.__new__()
SignalRegistry.get_instance()
SignalRegistry.register()
SignalRegistry.queue_action()
SignalRegistry.get()
SignalRegistry.list_signals()
SignalRegistry.create()
SignalRegistry.emit()
SignalRegistry.connect()
SignalRegistry.disconnect()
SignalRegistry.disable()
SignalRegistry.enable()
SignalRegistry.is_queued()
- paperap.utils module