There is one root object in each repository. The root object is the starting point for navigating to other objects in the repository. The root object is also the starting point for two kinds of data navigation: type data navigation and instance data navigation.
When you create an information model, the corresponding repository type library is attached to the root object through the ReposTypeLibs collection. This collection can be used to enumerate all of the information models that are contained in a repository database.
After an information model is installed, a repository database can be populated with object instance data. This instance data consists of objects and relationships that conform to the classes and relationship types of the information model.
Because the objects are connected through relationships, you can navigate through this data. However, to enable general-purpose repository browsers to navigate this data, the first navigational step must be from the root object of the repository through a root relationship collection to the primary objects of your information model. Primary objects are objects that make a good starting point for navigating to other objects of your information model.
Because this root relationship collection is different for each information model, the information model must define it. There are two options for attaching this relationship collection to the root object:
To facilitate navigation, the root object in all repositories always has the same object identifier. The symbolic name for this object identifier is OBJID_ReposRootObj.
A ReposRoot object is also a RepositoryObject and a RepositoryObjectVersion object. In addition to the members described here, you can access members that are defined for those objects. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.
Use the ReposRoot object to:
Method | Description |
---|---|
CreateTypeLib | Creates an empty repository type library that you can use to define a new information model |
Collection | Description |
---|---|
ReposTypeLibs | The collection of repository type libraries that are currently stored in the repository |
Properties | The collection of all persistent properties that are attached to the ReposRoot object |
Workspaces | The collection of all workspaces present in the repository |