Author: kwright
Date: Wed Oct 23 17:03:00 2013
New Revision: 1535074

URL: http://svn.apache.org/r1535074
Log:
Update site to include authdomain field

Modified:
    
manifoldcf/branches/CONNECTORS-792/site/src/documentation/content/xdocs/en_US/programmatic-operation.xml
    
manifoldcf/branches/CONNECTORS-792/site/src/documentation/content/xdocs/ja_JP/programmatic-operation.xml

Modified: 
manifoldcf/branches/CONNECTORS-792/site/src/documentation/content/xdocs/en_US/programmatic-operation.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-792/site/src/documentation/content/xdocs/en_US/programmatic-operation.xml?rev=1535074&r1=1535073&r2=1535074&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-792/site/src/documentation/content/xdocs/en_US/programmatic-operation.xml
 (original)
+++ 
manifoldcf/branches/CONNECTORS-792/site/src/documentation/content/xdocs/en_US/programmatic-operation.xml
 Wed Oct 23 17:03:00 2013
@@ -310,6 +310,7 @@
             <tr><td>"max_connections"</td><td>The total number of outstanding 
connections allowed to exist at a time</td></tr>
             <tr><td>"configuration"</td><td>The configuration object for the 
connection, which is specific to the connection class</td></tr>
             <tr><td>"prerequisite"</td><td>The mapping connection 
prerequisite, if any</td></tr>
+            <tr><td>"authdomain"</td><td>The authorization domain for the 
authority connection, if any</td></tr>
           </table>
           <p></p>
         </section>

Modified: 
manifoldcf/branches/CONNECTORS-792/site/src/documentation/content/xdocs/ja_JP/programmatic-operation.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-792/site/src/documentation/content/xdocs/ja_JP/programmatic-operation.xml?rev=1535074&r1=1535073&r2=1535074&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-792/site/src/documentation/content/xdocs/ja_JP/programmatic-operation.xml
 (original)
+++ 
manifoldcf/branches/CONNECTORS-792/site/src/documentation/content/xdocs/ja_JP/programmatic-operation.xml
 Wed Oct 23 17:03:00 2013
@@ -111,8 +111,9 @@
             <tr><td>jobs/<em>&lt;job_id&gt;</em></td><td>GET</td><td>Get a 
specific job 
definition</td><td>N/A</td><td>{"job":<em>&lt;job_object_&gt;</em>} 
<strong>OR</strong> { } <strong>OR</strong> 
{"error":<em>&lt;error_text&gt;</em>}</td></tr>
             <tr><td>jobs/<em>&lt;job_id&gt;</em></td><td>PUT</td><td>Save a 
job definition</td><td>{"job":<em>&lt;job_object&gt;</em>}</td><td>{ } 
<strong>OR</strong> {"error":<em>&lt;error_text&gt;</em>}</td></tr>
             <tr><td>jobs/<em>&lt;job_id&gt;</em></td><td>DELETE</td><td>Delete 
a job definition</td><td>N/A</td><td>{ } <strong>OR</strong> 
{"error":<em>&lt;error_text&gt;</em>}</td></tr>
-            <tr><td>jobstatuses</td><td>GET</td><td>List all jobs and their 
status</td><td>N/A</td><td>{"jobstatus":[<em>&lt;list_of_job_status_objects&gt;</em>]}
 <strong>OR</strong> {"error":<em>&lt;error_text&gt;</em>}</td></tr>
-            
<tr><td>jobstatuses/<em>&lt;job_id&gt;</em></td><td>GET</td><td>Get a specific 
job's 
status</td><td>N/A</td><td>{"jobstatus":<em>&lt;job_status_object&gt;</em>} 
<strong>OR</strong> { } <strong>OR</strong> 
{"error":<em>&lt;error_text&gt;</em>} </td></tr>
+            <tr><td>jobstatuses</td><td>GET</td><td>List all jobs and their 
status</td><td>maxcount=&lt;maximum_documents_to_count&gt;</td><td>{"jobstatus":[<em>&lt;list_of_job_status_objects&gt;</em>]}
 <strong>OR</strong> {"error":<em>&lt;error_text&gt;</em>}</td></tr>
+            
<tr><td>jobstatuses/<em>&lt;job_id&gt;</em></td><td>GET</td><td>Get a specific 
job's 
status</td><td>maxcount=&lt;maximum_documents_to_count&gt;</td><td>{"jobstatus":<em>&lt;job_status_object&gt;</em>}
 <strong>OR</strong> { } <strong>OR</strong> 
{"error":<em>&lt;error_text&gt;</em>} </td></tr>
+            
<tr><td>jobstatusesnocounts<em>&lt;job_id&gt;</em></td><td>GET</td><td>List all 
jobs and their status, returning '0' for all 
counts</td><td>N/A</td><td>{"jobstatus":[<em>&lt;list_of_job_status_objects&gt;</em>]}
 <strong>OR</strong> { } <strong>OR</strong> 
{"error":<em>&lt;error_text&gt;</em>} </td></tr>
             
<tr><td>jobstatusesnocounts/<em>&lt;job_id&gt;</em></td><td>GET</td><td>Get a 
specific job's status, returning '0' for all 
counts</td><td>N/A</td><td>{"jobstatus":<em>&lt;job_status_object&gt;</em>} 
<strong>OR</strong> { } <strong>OR</strong> 
{"error":<em>&lt;error_text&gt;</em>} </td></tr>
             <tr><td>start/<em>&lt;job_id&gt;</em></td><td>PUT</td><td>Start a 
specified job manually</td><td>N/A</td><td>{ } <strong>OR</strong> 
{"error":<em>&lt;error_text&gt;</em>}</td></tr>
             
<tr><td>startminimal/<em>&lt;job_id&gt;</em></td><td>PUT</td><td>Start a 
specified job manually, minimal run requested</td><td>N/A</td><td>{ } 
<strong>OR</strong> {"error":<em>&lt;error_text&gt;</em>}</td></tr>
@@ -309,6 +310,7 @@
             <tr><td>"max_connections"</td><td>The total number of outstanding 
connections allowed to exist at a time</td></tr>
             <tr><td>"configuration"</td><td>The configuration object for the 
connection, which is specific to the connection class</td></tr>
             <tr><td>"prerequisite"</td><td>The mapping connection 
prerequisite, if any</td></tr>
+            <tr><td>"authdomain"</td><td>The authorization domain for the 
authority connection, if any</td></tr>
           </table>
           <p></p>
         </section>


Reply via email to