🔍 Code Extractor

Search Components

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

Search Results for "enterprise"

Found 7 matching component(s)

  • function create_document_version_v2

    Creates a new version of an existing document in a document management system, storing the file in FileCloud and tracking version metadata in Neo4j graph database.

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

    document-management version-control filecloud neo4j graph-database
  • function access_main_site_library

    Authenticates with Microsoft Graph API and attempts to locate and access the main SharePoint site library using multiple discovery approaches, displaying detailed information about sites, drives, and folder structures.

    File: /tf/active/vicechatdev/SPFCsync/find_main_library.py

    sharepoint microsoft-graph oauth2 authentication diagnostic
  • class DocumentProcessor

    A comprehensive document processing class that converts documents to PDF, adds audit trails, applies security features (watermarks, signatures, hashing), and optionally converts to PDF/A format with document protection.

    File: /tf/active/vicechatdev/document_auditor/src/document_processor.py

    document-processing pdf-generation audit-trail security watermarking
  • function create_document_legacy

    Creates a new controlled document in a document management system with versioning, audit trails, and notifications. Generates document nodes in a graph database with relationships to users and versions.

    File: /tf/active/vicechatdev/CDocs/controllers/document_controller.py

    document-management controlled-documents graph-database neo4j versioning
  • function create_document_version

    Creates a new controlled document in a document management system with versioning, audit trails, and relationship management in a Neo4j graph database.

    File: /tf/active/vicechatdev/CDocs copy/controllers/document_controller.py

    document-management controlled-documents neo4j graph-database versioning
  • function update_document_v2

    Updates properties of a controlled document including title, description, status, owner, and metadata with permission checks, validation, and audit tracking.

    File: /tf/active/vicechatdev/CDocs copy/controllers/document_controller.py

    document-management update CRUD permissions validation
  • function send_email_ms365_v1

    Sends an email through the Microsoft 365 Graph API with support for HTML content, multiple recipients, CC/BCC, and file attachments.

    File: /tf/active/vicechatdev/CDocs single class/utils/notifications.py

    email microsoft-365 graph-api ms365 oauth2

Search Examples