caselawclient.models.parser_logs
1from __future__ import annotations 2 3from .documents import Document 4 5 6class ParserLog(Document): 7 """ 8 A fundamentally different type of Document that is not part of the akomaNtoso spec 9 """ 10 11 document_noun = "parser log" 12 document_noun_plural = "parser logs" 13 type_collection_name = "parser-log" 14 _default_reparse_document_type = "parserLog"
7class ParserLog(Document): 8 """ 9 A fundamentally different type of Document that is not part of the akomaNtoso spec 10 """ 11 12 document_noun = "parser log" 13 document_noun_plural = "parser logs" 14 type_collection_name = "parser-log" 15 _default_reparse_document_type = "parserLog"
A fundamentally different type of Document that is not part of the akomaNtoso spec
Inherited Members
- caselawclient.models.documents.Document
- Document
- attributes_to_validate
- uri
- api_client
- body
- document_exists
- docx_exists
- best_human_identifier
- public_uri
- slug
- is_published
- is_held
- is_locked
- checkout_message
- source_name
- source_email
- consignment_reference
- docx_url
- pdf_url
- assigned_to
- versions
- versions_as_documents
- version_number
- is_version
- is_failure
- is_parked
- has_name
- has_valid_court
- is_publishable
- first_published_datetime
- first_published_datetime_display
- has_ever_been_published
- validation_failure_messages
- annotation
- structured_annotation
- has_unique_content_hash
- has_only_clean_assets
- version_created_datetime
- status
- force_enrich
- enrich
- enriched_recently
- validates_against_schema
- assign_fclid_if_missing
- publish
- unpublish
- hold
- unhold
- safe_to_delete
- delete
- move
- force_reparse
- reparse
- can_reparse
- can_enrich
- validate_identifiers
- save_identifiers
- linked_document_resolutions
- linked_documents
- content_as_html
- xml_with_correct_frbr
- compare_to