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><job_id></em></td><td>GET</td><td>Get a
specific job
definition</td><td>N/A</td><td>{"job":<em><job_object_></em>}
<strong>OR</strong> { } <strong>OR</strong>
{"error":<em><error_text></em>}</td></tr>
<tr><td>jobs/<em><job_id></em></td><td>PUT</td><td>Save a
job definition</td><td>{"job":<em><job_object></em>}</td><td>{ }
<strong>OR</strong> {"error":<em><error_text></em>}</td></tr>
<tr><td>jobs/<em><job_id></em></td><td>DELETE</td><td>Delete
a job definition</td><td>N/A</td><td>{ } <strong>OR</strong>
{"error":<em><error_text></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><list_of_job_status_objects></em>]}
<strong>OR</strong> {"error":<em><error_text></em>}</td></tr>
-
<tr><td>jobstatuses/<em><job_id></em></td><td>GET</td><td>Get a specific
job's
status</td><td>N/A</td><td>{"jobstatus":<em><job_status_object></em>}
<strong>OR</strong> { } <strong>OR</strong>
{"error":<em><error_text></em>} </td></tr>
+ <tr><td>jobstatuses</td><td>GET</td><td>List all jobs and their
status</td><td>maxcount=<maximum_documents_to_count></td><td>{"jobstatus":[<em><list_of_job_status_objects></em>]}
<strong>OR</strong> {"error":<em><error_text></em>}</td></tr>
+
<tr><td>jobstatuses/<em><job_id></em></td><td>GET</td><td>Get a specific
job's
status</td><td>maxcount=<maximum_documents_to_count></td><td>{"jobstatus":<em><job_status_object></em>}
<strong>OR</strong> { } <strong>OR</strong>
{"error":<em><error_text></em>} </td></tr>
+
<tr><td>jobstatusesnocounts<em><job_id></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><list_of_job_status_objects></em>]}
<strong>OR</strong> { } <strong>OR</strong>
{"error":<em><error_text></em>} </td></tr>
<tr><td>jobstatusesnocounts/<em><job_id></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><job_status_object></em>}
<strong>OR</strong> { } <strong>OR</strong>
{"error":<em><error_text></em>} </td></tr>
<tr><td>start/<em><job_id></em></td><td>PUT</td><td>Start a
specified job manually</td><td>N/A</td><td>{ } <strong>OR</strong>
{"error":<em><error_text></em>}</td></tr>
<tr><td>startminimal/<em><job_id></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><error_text></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>