🔍 Code Extractor

Search Components

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

Search Results for "schema"

Found 42 matching component(s)

  • function create_document

    Creates a new controlled document in a document management system with versioning, audit trails, and optional initial content.

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

    document-management controlled-documents document-creation versioning audit-trail
  • 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
  • class DocumentDetail_v1

    Document detail view component

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

    class documentdetail
  • class ExtensiveSearchManager

    Manages extensive search functionality including full document retrieval, summarization, and enhanced context gathering.

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

    class extensivesearchmanager
  • function generate_neo4j_schema_report

    Generates a comprehensive schema report of a Neo4j graph database, including node labels, relationships, properties, constraints, indexes, and sample data, outputting multiple report formats (JSON, HTML, Python snippets, Cypher examples).

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

    neo4j graph-database schema-analysis database-introspection documentation-generation
  • function generate_diagram_data

    Transforms Neo4j schema information into a structured format suitable for graph visualization, creating separate node and edge data structures.

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

    graph-visualization schema-processing neo4j data-transformation diagram-generation
  • function generate_html_report

    Generate HTML report from schema info

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

    function generate_html_report
  • function generate_python_snippets

    Generates a Python file containing code snippets and helper functions for interacting with a Neo4j graph database based on the provided schema information.

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

    code-generation neo4j graph-database cypher schema
  • function generate_cypher_examples

    Generates a comprehensive Cypher query examples file for interacting with a Neo4j graph database based on the provided schema information.

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

    neo4j cypher graph-database code-generation documentation
  • class ControlledDocApp

    A standalone Panel web application class that provides a complete controlled document management system with user authentication, navigation, and document lifecycle management features.

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

    panel web-application document-management authentication navigation
  • class GraphClient

    GraphClient is a client class for interacting with Microsoft Graph API, providing authentication and access to various Microsoft 365 services including users, groups, drives, teams, and more.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/graph_client.py

    microsoft-graph azure-ad authentication oauth2 microsoft-365
  • class OnenoteEntitySchemaObjectModel

    A base class for OneNote entity objects that provides schema-based property access with a focus on creation datetime tracking.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/entity_schema_object_model.py

    onenote entity schema base-model datetime
  • class Extension

    An abstract class representing an OData v4 open type extension (openTypeExtension), inheriting from Entity to support extensible data models.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/extensions/extension.py

    odata extension office365 entity open-type
  • class ExtensionProperty

    Represents a directory extension property that adds custom properties to Microsoft Graph directory objects (User, Group, Organization, Device, Application) without requiring an external data store.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/extensions/extension_property.py

    microsoft-graph directory extension-property custom-attributes schema-extension
  • class OpenTypeExtension

    Represents an OpenType extension for Microsoft Graph resources, providing a way to add untyped properties to resources through open type data extensions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/extensions/open_type.py

    microsoft-graph extension open-type office365 data-extension
  • class ExtensionSchemaProperty

    A data class representing a property definition within a Microsoft Graph API schema extension, containing a property name and its data type.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/extensions/schema_property.py

    microsoft-graph schema-extension property-definition data-model office365
  • class SchemaExtension

    SchemaExtension is a class representing Microsoft Graph schema extensions that allow adding strongly-typed custom data to resource types.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/extensions/schema.py

    microsoft-graph schema-extension entity custom-data graph-api
  • class IdentityUserFlowAttribute

    Represents user flow attributes in Azure Active Directory (Azure AD) tenant for collecting user information during sign-up processes.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/identities/userflows/attribute.py

    azure-ad identity user-flow attributes sign-up
  • class SynchronizationJob

    Manages Microsoft 365 directory synchronization jobs that periodically poll for changes in one directory and push them to another directory, specific to an application instance in a tenant.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/synchronization/job.py

    synchronization directory microsoft-365 graph-api background-job
  • class SynchronizationTemplate

    A class representing pre-configured synchronization settings for applications, providing default configurations for synchronization jobs including schema definitions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/synchronization/template.py

    synchronization template schema configuration office365
  • class DirectoryDefinition

    A class representing a directory definition in a synchronization engine, providing metadata about directory objects (like users and groups), their attributes, and types for synchronization operations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/synchronization/directory_definition.py

    directory synchronization schema office365 identity-management
  • class SynchronizationSchema

    A class representing a synchronization schema that defines what objects will be synchronized and how they will be synchronized between systems.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/synchronization/schema.py

    synchronization office365 schema directory entity
  • class ODataReader

    OData reader

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/runtime/odata/reader.py

    class odatareader
  • class ODataModel

    A container class for managing OData type schemas, providing a registry to store and retrieve type definitions by their names.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/runtime/odata/model.py

    odata schema type-registry metadata data-model
  • class ODataType

    A class named ODataType

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/runtime/odata/type.py

    class odatatype
  • class ODataV3Reader

    ODataV3Reader is a specialized reader class for parsing OData v3 metadata documents, extending the base ODataReader with v3-specific XML namespace configurations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/runtime/odata/v3/metadata_reader.py

    odata odata-v3 metadata xml-parser edm
  • class ListItem

    An individual entry within a SharePoint list. Each list item has a schema that maps to fields in the list that contains the item, depending on the content type of the item.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/listitems/listitem.py

    class listitem
  • class CamlQuery

    A class named CamlQuery

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/listitems/caml/query.py

    class camlquery
  • class ContentType

    Represents a SharePoint content type, which is a named collection of settings and fields that store metadata for items in a SharePoint list.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/contenttypes/content_type.py

    sharepoint content-type metadata list-management fields
  • class TaxonomyField

    Represents a SharePoint taxonomy field that allows tagging content with terms from a managed metadata term set, supporting both single and multiple value selections.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/taxonomy/field.py

    sharepoint taxonomy metadata managed-metadata term-store
  • class TaxonomyFieldCreateXmlParameters

    A parameter class that generates XML schema configuration for creating SharePoint taxonomy (metadata) fields, supporting both single and multiple value selections.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/taxonomy/create_xml_parameters.py

    sharepoint taxonomy metadata field-creation xml-generation
  • class Web

    Represents a SharePoint site. A site is a type of SecurableObject. A group of related webpages that is hosted by a server on the World Wide Web or an intranet. Each website has its own entry points, metadata, administration settings, and workflows. Also referred to as web site.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/webs/web.py

    class web
  • class PermissionKind

    Specifies permissions that are used to define user roles.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/permissions/kind.py

    class permissionkind
  • class WebPart

    A class representing a SharePoint Web Part, which is a reusable component that contains or generates web-based content (XML, HTML, scripting) and displays it in a cohesive unit on a webpage.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/webparts/webpart.py

    sharepoint webpart cms web-content entity
  • class ListTemplate

    Represents a SharePoint list definition or list template that defines the fields and views for a list, providing access to list schema and metadata.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/template.py

    sharepoint list-template schema office365 entity
  • class ListCreationInformation

    Represents metadata about list creation.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/creation_information.py

    class listcreationinformation
  • class List

    Represents a list on a SharePoint Web site. A container within a SharePoint site that stores list items. A list has a customizable schema that is composed of one or more fields.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/list.py

    class list
  • class Field

    A SharePoint Field class that represents metadata containers within SharePoint lists and list items, providing methods to manage field properties, indexing, and form visibility.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/fields/field.py

    sharepoint field metadata list-column office365
  • class XmlSchemaFieldCreationInformation

    A data class that encapsulates metadata information required for creating XML schema-based fields in SharePoint, inheriting from ClientValue for serialization support.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/fields/xmlSchemaFieldCreationInformation.py

    sharepoint field-creation xml-schema metadata data-transfer-object
  • class FieldCollection

    A collection class for managing SharePoint Field resources, providing methods to create, retrieve, and manipulate various types of fields (columns) in SharePoint lists and libraries.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/fields/collection.py

    sharepoint fields columns collection metadata
  • class View

    Represents a SharePoint List View entity that provides access to view properties, configuration, and operations for retrieving and rendering list items according to view specifications.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/views/view.py

    sharepoint list-view caml-query entity data-retrieval
  • class ViewFieldCollection

    Represents a collection of Field resources.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/views/field_collection.py

    class viewfieldcollection

Search Examples