Variable MetadataContructorConst

MetadataContructor: {
    action: any;
    application_component: any;
    attachement: typeof _attachementMetadata;
    contact: typeof _contactMetadata;
    deliverable: typeof _deliverableMetadata;
    descision: any;
    entity: any;
    file: typeof _fileMetadata;
    functional: any;
    group: typeof _groupMetadata;
    invoice: any;
    list: typeof _listMetadata;
    list_child: any;
    material: typeof _materialMetadata;
    object: typeof _objectMetadata;
    order: typeof _orderMetadata;
    process: any;
    product: any;
    project: typeof _projectMetadata;
    register: typeof _registerMetadata;
    requirement: typeof _requirementMetadata;
    right: any;
    risk: any;
    role: typeof _roleMetadata;
    structure: typeof _structureMetadata;
    structure_child: any;
    system: typeof _systemMetadata;
    test: typeof _testMetadata;
    test_build: typeof _testBuildMetadata;
    test_case: typeof _testCaseMetadata;
    test_case_execution: typeof _testCaseExecutionMetadata;
    test_plan: typeof _testPlanMetadata;
    test_project: typeof _testProjectMetadata;
    test_suite: typeof _testSuiteMetadata;
    user: typeof _userMetadata;
    work: typeof _workMetadata;
    worklog: typeof _workMetadata;
} = ...

La constante « MetadataContructor » est un objet qui mappe les types de nœuds à leurs constructeurs de métadonnées correspondants. Chaque clé de l'objet représente un type de nœud et la valeur représente la fonction de constructeur de métadonnées pour ce type de nœud.