Skip to end of banner
Go to start of banner

Record Trees

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Introduction

By defining properties on Record Typessuch as the allowed children, the record types are organised into a tree of record types. By enforcing those rules when creating records, the records are organised into a tree of records.

Record Trees

Our applications MediaHaven and DigiHaven each have their own trees

Use Cases provide some hypothetical record trees that could be configured

Rules

  • A record can have at most 1 parent

  • No loops are allowed within the tree

  • Examples of records with no parent are the records at the top of the tree such as the Series or Classification

  • Because no loops are allowed within the tree

    • A record cannot be a parent or child of itself

    • A record cannot be adopted by one of its (grand)children or (grand)parents

  • No labels