Added: websites/staging/airavata/trunk/content/documentation/api-docs/0.16/workflow_data_model.html ============================================================================== --- websites/staging/airavata/trunk/content/documentation/api-docs/0.16/workflow_data_model.html (added) +++ websites/staging/airavata/trunk/content/documentation/api-docs/0.16/workflow_data_model.html Tue Feb 2 18:57:53 2016 @@ -0,0 +1,26 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +<link href="style.css" rel="stylesheet" type="text/css"/> +<title>Thrift module: workflow_data_model</title></head><body> +<div class="container-fluid"> +<h1>Thrift module: workflow_data_model</h1> +<table class="table-bordered table-striped table-condensed"><thead><th>Module</th><th>Services</th><th>Data types</th><th>Constants</th></thead> +<tr> +<td>workflow_data_model</td><td></td> +<td><a href="#Struct_Workflow">Workflow</a><br/> +</td> +<td></code></td> +</tr></table> +<hr/><h2 id="Structs">Data structures</h2> +<div class="definition"><h3 id="Struct_Workflow">Struct: Workflow</h3> +<table class="table-bordered table-striped table-condensed"><thead><th>Key</th><th>Field</th><th>Type</th><th>Description</th><th>Requiredness</th><th>Default value</th></thead> +<tr><td>1</td><td>templateId</td><td><code>string</code></td><td></td><td>required</td><td><code>"DO_NOT_SET_AT_CLIENTS"</code></td></tr> +<tr><td>2</td><td>name</td><td><code>string</code></td><td></td><td>required</td><td></td></tr> +<tr><td>3</td><td>graph</td><td><code>string</code></td><td></td><td>optional</td><td></td></tr> +<tr><td>4</td><td>image</td><td><code>binary</code></td><td></td><td>optional</td><td></td></tr> +<tr><td>5</td><td>workflowInputs</td><td><code>list<<code><a href="application_io_models.html#Struct_InputDataObjectType">application_io_models.InputDataObjectType</a></code>></code></td><td></td><td>optional</td><td></td></tr> +<tr><td>6</td><td>workflowOutputs</td><td><code>list<<code><a href="application_io_models.html#Struct_OutputDataObjectType">application_io_models.OutputDataObjectType</a></code>></code></td><td></td><td>optional</td><td></td></tr> +</table><br/></div></div></body></html>
Added: websites/staging/airavata/trunk/content/documentation/api-docs/0.16/workspace_model.html ============================================================================== --- websites/staging/airavata/trunk/content/documentation/api-docs/0.16/workspace_model.html (added) +++ websites/staging/airavata/trunk/content/documentation/api-docs/0.16/workspace_model.html Tue Feb 2 18:57:53 2016 @@ -0,0 +1,44 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +<link href="style.css" rel="stylesheet" type="text/css"/> +<title>Thrift module: workspace_model</title></head><body> +<div class="container-fluid"> +<h1>Thrift module: workspace_model</h1> +<table class="table-bordered table-striped table-condensed"><thead><th>Module</th><th>Services</th><th>Data types</th><th>Constants</th></thead> +<tr> +<td>workspace_model</td><td></td> +<td><a href="#Struct_Gateway">Gateway</a><br/> +<a href="#Struct_Group">Group</a><br/> +<a href="#Struct_Project">Project</a><br/> +<a href="#Struct_User">User</a><br/> +</td> +<td></code></td> +</tr></table> +<hr/><h2 id="Structs">Data structures</h2> +<div class="definition"><h3 id="Struct_Group">Struct: Group</h3> +<table class="table-bordered table-striped table-condensed"><thead><th>Key</th><th>Field</th><th>Type</th><th>Description</th><th>Requiredness</th><th>Default value</th></thead> +<tr><td>1</td><td>groupName</td><td><code>string</code></td><td></td><td>required</td><td></td></tr> +<tr><td>2</td><td>description</td><td><code>string</code></td><td></td><td>optional</td><td></td></tr> +</table><br/></div><div class="definition"><h3 id="Struct_Project">Struct: Project</h3> +<table class="table-bordered table-striped table-condensed"><thead><th>Key</th><th>Field</th><th>Type</th><th>Description</th><th>Requiredness</th><th>Default value</th></thead> +<tr><td>1</td><td>projectID</td><td><code>string</code></td><td></td><td>required</td><td><code>"DO_NOT_SET_AT_CLIENTS"</code></td></tr> +<tr><td>2</td><td>owner</td><td><code>string</code></td><td></td><td>required</td><td></td></tr> +<tr><td>3</td><td>name</td><td><code>string</code></td><td></td><td>required</td><td></td></tr> +<tr><td>4</td><td>description</td><td><code>string</code></td><td></td><td>optional</td><td></td></tr> +<tr><td>5</td><td>creationTime</td><td><code>i64</code></td><td></td><td>optional</td><td></td></tr> +<tr><td>6</td><td>sharedUsers</td><td><code>list<<code>string</code>></code></td><td></td><td>optional</td><td></td></tr> +<tr><td>7</td><td>sharedGroups</td><td><code>list<<code>string</code>></code></td><td></td><td>optional</td><td></td></tr> +</table><br/></div><div class="definition"><h3 id="Struct_User">Struct: User</h3> +<table class="table-bordered table-striped table-condensed"><thead><th>Key</th><th>Field</th><th>Type</th><th>Description</th><th>Requiredness</th><th>Default value</th></thead> +<tr><td>1</td><td>userName</td><td><code>string</code></td><td></td><td>required</td><td></td></tr> +<tr><td>2</td><td>groupList</td><td><code>list<<code><a href="#Struct_Group">Group</a></code>></code></td><td></td><td>optional</td><td></td></tr> +</table><br/></div><div class="definition"><h3 id="Struct_Gateway">Struct: Gateway</h3> +<table class="table-bordered table-striped table-condensed"><thead><th>Key</th><th>Field</th><th>Type</th><th>Description</th><th>Requiredness</th><th>Default value</th></thead> +<tr><td>1</td><td>gatewayId</td><td><code>string</code></td><td></td><td>required</td><td></td></tr> +<tr><td>2</td><td>gatewayName</td><td><code>string</code></td><td></td><td>optional</td><td></td></tr> +<tr><td>3</td><td>domain</td><td><code>string</code></td><td></td><td>optional</td><td></td></tr> +<tr><td>4</td><td>emailAddress</td><td><code>string</code></td><td></td><td>optional</td><td></td></tr> +</table><br/></div></div></body></html>
