Author: rareddy
Date: 2010-11-02 11:02:36 -0400 (Tue, 02 Nov 2010)
New Revision: 2699
Modified:
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/appendix-a.xml
Log:
SOA-2456: adding usage of getAdmin() call to the FAQ
Modified:
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/appendix-a.xml
===================================================================
---
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/appendix-a.xml 2010-10-29
20:02:52 UTC (rev 2698)
+++
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/appendix-a.xml 2010-11-02
15:02:36 UTC (rev 2699)
@@ -37,6 +37,17 @@
<para>The connectAsAdmin methods create a contextual connection to the
AdminAPI of the Teiid Server. The connect methods return an extension of the Groovy Sql
object to be used for Sql calls to the Teiid Server.</para>
</answer>
</qandaentry>
+
+ <qandaentry>
+ <question>
+ <para>What does "getAdmin()" call do? Why do I need
it?</para>
+ </question>
+ <answer>
+ <para>"getAdmin()" returns this contextual connection object
created when you executed "connectAsAdmin()" method.
+ This object implements the interface "org.teiid.adminapi.Admin" and
AdminShell commands provided are
+ wrappers around this API. Advanced users can use this API directly if the
provided wrapper commands do not meet their needs.</para>
+ </answer>
+ </qandaentry>
<qandaentry>
<question>
Show replies by date