<?xml version="1.0" encoding="Windows-1255" ?><Class name="GkbFoldersProvider" id="core.env:GkbFoldersProvider" sort="21" urn="core.env:classes.GkbFoldersProvider.gs" toc="\Classes"><Summary>A tree provider class that can be used for navigating through a folders/models hierarchy.</Summary><Copyright>(c) SAP AG 2003-2006. All rights reserved.</Copyright>
<Topics>
<Constructor sortGroup="true" scope="public" name="Constructor" id="core.env:GkbFoldersProvider!Constructor" sort="31" group="Constructor" seq="0000"><Summary>Creates a new GkbFoldersProvider object.</Summary><Parameters signature="constructor:: new &lt;b&gt;GkbFoldersProvider&lt;/b&gt;(&lt;i&gt;channel&lt;/i&gt;, &lt;i&gt;scope&lt;/i&gt;, &lt;i&gt;exclude&lt;/i&gt;, &lt;i&gt;forceMdlExpand&lt;/i&gt;) &amp;rarr; GkbFoldersProvider"><Param name="channel" type="GkbChannel!" typeRef="&lt;q ref=&quot;core.env:GkbChannel&quot;&gt;GkbChannel&lt;/q&gt;">The channel object for connecting to the Visual Composer server.</Param><Param name="scope" default="DTR|LOCAL|MODELS|FOLDERS|SC|CHECKED_OUT_BY_ME|ALL" type="String">The type of items to enumerate.</Param><Param name="exclude" default="" type="RegExp">A regular expression that defines which model/folder urns should be excluded from view.</Param><Param name="forceMdlExpand" default="false" type="boolean">Indicates whether to force models expand. By default, models are not expanded.</Param></Parameters></Constructor>
<Method name="getChildNodes" sortGroup="true" scope="public" id="core.env:GkbFoldersProvider!getChildNodes" sort="35" group="Methods" seq="0001"><Summary>Gets the child nodes of a specified tree node.</Summary><Parameters signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;getChildNodes&lt;/b&gt;(&lt;i&gt;id&lt;/i&gt;) &amp;rarr; Object[]"><Param name="id" type="String">The Id of the tree node to get.</Param></Parameters><Return type="Object[]">The requested child nodes array.</Return></Method>
<Method name="getNode" sortGroup="true" scope="public" id="core.env:GkbFoldersProvider!getNode" sort="35" group="Methods" seq="0002"><Summary>Gets a specified tree node.</Summary><Parameters signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;getNode&lt;/b&gt;(&lt;i&gt;id&lt;/i&gt;) &amp;rarr; Object"><Param name="id" type="String">The Id of the tree node to get.</Param></Parameters><Return type="Object">The requested tree node.</Return></Method>
<Method name="getRoot" sortGroup="true" scope="public" id="core.env:GkbFoldersProvider!getRoot" sort="35" group="Methods" seq="0003"><Summary>Gets the root tree node.</Summary><Parameters signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;getRoot&lt;/b&gt;() &amp;rarr; Object"></Parameters><Return type="Object">The root node.</Return></Method>
</Topics>
</Class>