🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "ownership"

Found 50 matching component(s)

  • class FixedProjectVictoriaGenerator

    Fixed Project Victoria Disclosure Generator that properly handles all warranty sections.

    File: /tf/active/vicechatdev/fixed_project_victoria_generator.py

    class fixedprojectvictoriagenerator
  • function search_documents

    Searches for documents in a Neo4j graph database based on multiple optional filter criteria including text query, document type, department, status, and owner.

    File: /tf/active/vicechatdev/document_controller_backup.py

    search documents neo4j cypher database-query
  • function update_document

    Updates properties of a controlled document including title, description, status, owner, and metadata, with special handling for status transitions that require format conversions or publishing workflows.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management update controlled-document status-transition audit-trail
  • function create_document_v3

    Creates a new controlled document in a document management system with specified properties, type, department, and status.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management controlled-documents document-creation CDocs workflow
  • class ContractDataExtractor

    Extract structured data from legal contracts using LLM analysis

    File: /tf/active/vicechatdev/contract_validity_analyzer/extractor.py

    class contractdataextractor
  • function api_update_document

    Flask API endpoint that updates document metadata (title and custom metadata fields) for a specific document, with authentication and authorization checks.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    api rest flask document-management update
  • function api_delete_document

    REST API endpoint that deletes a document from the application state after verifying the user's ownership and authentication.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    flask rest-api delete-endpoint document-management authentication
  • function api_update_section

    REST API endpoint that updates an existing section within a document, allowing modification of title, content, type, and level properties with authentication and authorization checks.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    api rest flask document-management section-update
  • function api_move_section

    Flask API endpoint that moves a document section up or down in the section order, with authentication and authorization checks.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    api flask rest-api document-management section-reordering
  • function api_get_chat_session

    Flask API endpoint that retrieves a specific chat session by ID, verifying user access permissions before returning the session data.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    flask api rest-endpoint chat-session authentication
  • function api_replace_section_content

    API endpoint that replaces the content of a specific section within a document, storing the old content for potential undo operations and updating the section's timestamp.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    api rest flask document-management content-replacement
  • function api_export_document

    Flask API endpoint that exports a document in either DOCX or PDF format, with authentication and authorization checks.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    api export document pdf docx
  • function api_task_status_v1

    Flask API endpoint that retrieves and returns the status of a background task, with user authorization checks.

    File: /tf/active/vicechatdev/vice_ai/app.py

    api flask background-tasks task-status authentication
  • function api_cancel_task

    Flask API endpoint that cancels a background task if it belongs to the authenticated user and is currently processing.

    File: /tf/active/vicechatdev/vice_ai/app.py

    api flask rest-endpoint task-management cancellation
  • function get_text_section

    Flask API endpoint that retrieves a specific text section by ID with optional version history and usage information, enforcing ownership-based access control.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api rest endpoint text-section
  • function update_text_section

    Flask API endpoint that updates either the title or content of a text section, with ownership verification and version tracking.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api rest update text-section
  • function delete_text_section

    Flask API endpoint that deletes a text section after verifying user ownership and authentication.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api delete rest-api authentication
  • function get_text_section_versions

    Flask API endpoint that retrieves all historical versions of a specific text section, with ownership verification and authentication required.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api rest-endpoint versioning version-control
  • function revert_text_section

    Flask API endpoint that reverts a text section to a specific previous version, verifying user ownership before performing the revert operation.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint versioning revert text-section
  • function chat_with_text_section

    Flask API endpoint that enables AI-powered chat conversations about a specific text section, with support for multiple LLM models and document context.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint chat ai-assistant llm
  • function clear_text_section_chat

    Flask API endpoint that clears the chat history for a specific text section after verifying user ownership.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint delete-operation chat-management authentication
  • function init_text_section_chat

    Flask API endpoint that initializes a chat session for a standalone text section, creating a mock chat session object for frontend compatibility after verifying user ownership.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint chat initialization authentication
  • function create_document_v5

    Flask API endpoint that creates a new document or duplicates an existing document with options to copy or reference sections.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint document-management create duplicate
  • function get_document_v4

    Flask API endpoint that retrieves a specific document with its text and data sections, including optional sharing information, for authenticated users.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    api flask document-management rest-endpoint authentication
  • function update_document_v2

    Flask API endpoint that updates a document's title and/or description after verifying user ownership and authentication.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api rest document-management update
  • function delete_document_v1

    Flask API endpoint that deletes a document after verifying ownership and authentication.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api rest delete document-management
  • function create_document_v7

    Flask API endpoint that creates a new version of an existing document with an optional change summary, verifying document ownership before creation.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint document-management version-control authentication
  • function get_document_v3

    Flask API endpoint that retrieves all versions of a specific document, verifying user ownership before returning the version history.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint document-management version-control authentication
  • function revert_document_to_version

    Flask API endpoint that reverts a document to a specific previous version after verifying user ownership and authentication.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint document-management version-control authentication
  • function get_document_text_sections

    Flask API endpoint that retrieves all text and data sections for a specific document, verifying user ownership and returning sections sorted by position.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api rest-endpoint document-management authentication
  • function create_text_section_for_document

    Flask API endpoint that creates or adds text sections to a document with three action modes: creating new sections, adding existing sections, or duplicating existing sections.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint document-management text-sections crud-operations
  • function add_existing_section_to_document

    Flask API endpoint that adds an existing text section to a document with advanced positioning options, copy creation, and access control validation.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint document-management text-section authentication
  • function add_existing_data_section_to_document

    Flask API endpoint that adds an existing data section to a document after verifying ownership and access permissions for both the document and data section.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint document-management data-section authentication
  • function export_document

    Flask route handler that exports a document in either DOCX or PDF format, verifying user ownership and document access before generating the export file.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask export document pdf docx
  • function move_section

    Flask API endpoint that moves a section (text or data) up or down within a document's section order, with authentication and ownership verification.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint document-management section-reordering authentication
  • function get_section_chat_history

    Flask API endpoint that retrieves chat history for a specific text section, verifying user ownership before returning messages.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api rest-endpoint chat-history authentication
  • function duplicate_text_section

    Flask API endpoint that creates a duplicate of an existing text section with ownership verification and optional custom title.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint text-section duplicate copy
  • function get_text_section_usage

    Flask API endpoint that retrieves usage information for a specific text section, showing which documents reference it. Requires authentication and verifies section ownership before returning usage data.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint rest-api authentication authorization
  • function get_available_sections_for_document

    Flask API endpoint that retrieves text sections available to add to a specific document by filtering out sections already included in that document.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint document-management authorization filtering
  • function create_data_section

    Flask API endpoint that creates a new data section for authenticated users, accepting title and description from JSON request body.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api rest-endpoint data-section create
  • function get_data_section

    Flask API endpoint that retrieves a specific data section by ID, ensuring the requesting user is the owner of the section.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api rest-endpoint authentication authorization
  • function update_data_section

    Flask API endpoint that updates an existing data section's metadata and content fields for authenticated users with ownership verification.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint rest-api update data-section
  • function delete_data_section

    Flask API endpoint that deletes a data section after verifying ownership by the authenticated user.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api rest delete data-section
  • function update_data_section_conclusions

    Flask API endpoint that updates the conclusions/interpretations field for a specific data section, with authentication and ownership validation.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint data-section conclusions update
  • function update_data_section_content

    Flask API endpoint that updates the content of a data section, setting both current_content and analysis_conclusions fields to the provided content value.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api rest data-section update
  • function create_data_section_analysis_session

    Flask API endpoint that creates or retrieves an analysis session for a specific data section, ensuring user ownership and linking the session to the data section.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint rest-api data-analysis session-management
  • function upload_data_section_dataset

    Flask API endpoint that handles CSV file uploads for data section analysis, processes the file, extracts metadata, and stores it in the data section for persistence.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    file-upload csv-processing data-analysis authentication api-endpoint
  • function data_section_analysis_chat

    Async Flask route handler that processes chat messages for data section analysis, managing conversation history and integrating with a statistical analysis service.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint async chat data-analysis
  • function save_data_section_analysis

    Flask API endpoint that saves analysis results (plots, conclusions, and analysis data) from a data analysis session to a data section in the database.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint data-analysis persistence authentication
  • function smartstat_upload_data

    Flask route handler that uploads CSV or Excel data files to a SmartStat analysis session, with support for multi-sheet Excel files and session recovery.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask file-upload csv excel data-analysis

Search Examples