Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><em>Livelink Node</em> is an object managed by the <a href="http://www.opentext.com/2/global/products/products-opentext-ecm-suite.htm" rel="nofollow">Livelink ECM Server</a>. A particular document, folder, e-mail, project, task, discussion that you created in Livelink are Livelink nodes. If you want to browse objects in your system you usually start in a built-in root container - Enterprise Workspace or Personal Workspace and then you go on the path of folders to your document, for example.</p> <p>Now we come to the reason for the term <em>node</em>. Livelink organizes objects in a hierarchy that can be represented as a <a href="http://en.wikipedia.org/wiki/Tree_structure" rel="nofollow">tree</a> in computer science. A <a href="http://en.wikipedia.org/wiki/Tree_structure" rel="nofollow">tree</a> consists of <a href="http://en.wikipedia.org/wiki/Node_%28computer_science%29" rel="nofollow">nodes</a>. Nodes can be <a href="http://en.wikipedia.org/wiki/Root_node#Terminology" rel="nofollow"><em>containers (branches)</em></a> and <a href="http://en.wikipedia.org/wiki/Root_node#Terminology" rel="nofollow"><em>terminals (leaves)</em></a> while the whole tree starts with a <a href="http://en.wikipedia.org/wiki/Root_node#Terminology" rel="nofollow"><em>root node</em></a>. The nodes are connected by parent child relation - just like in a file system; only Livelink has many more <em>node types</em>; not only folders and files. If you wanted to create a new node type you would see that the API publishes a class <code>LLNode</code> which you would inherit from to define features and behavior of your special nodes.</p> <p>So, a Livelink node is an existing object instance that you created in some container; what the others would call document or other object according to their business scenario. Object hierarchy managed by Livelink is called a tree of nodes often by Livelink developers and administrators.</p> <p>--- Ferda</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload