Skip to content
This repository was archived by the owner on Mar 31, 2019. It is now read-only.

DomainPath

Zsolt Kovács edited this page Nov 14, 2016 · 4 revisions

DomainPath represents the user, a.k.a domain, defined name of Items.

An Item must have one or more entries in the domain directory to be able to be located and accessed. A single path in this directory is called a Domain Path. Each path contains the full path from the directory root to the Item, and the last component should correspond to the Item's property 'Name'.

There are some structures in the domain tree which hard-coded by the kernel and populated during boot. They are:

Path Contents
/desc / The root of Description Items
/desc/ActivityDesc Activity and CompositeActivity description Items
/desc/OutcomeDesc XMLSchema Items
/desc/Script Script Items
/desc/Query Query Items
/desc/StateMachine StateMachine Items
/desc/modules Module Items, created to represent each registered module in the server
/servers [[Server Items

Clone this wiki locally