src/build/html/pyams_workflow.zmi.html
changeset 0 d153941bb745
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/build/html/pyams_workflow.zmi.html	Sun Jan 14 11:48:51 2018 +0100
@@ -0,0 +1,422 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>pyams_workflow.zmi package &#8212; PyAMS User Guide 0.1.0 documentation</title>
+    <link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    './',
+        VERSION:     '0.1.0',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '.html',
+        HAS_SOURCE:  true,
+        SOURCELINK_SUFFIX: '.txt'
+      };
+    </script>
+    <script type="text/javascript" src="_static/jquery.js"></script>
+    <script type="text/javascript" src="_static/underscore.js"></script>
+    <script type="text/javascript" src="_static/doctools.js"></script>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
+<!--[if lte IE 6]>
+<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
+<![endif]-->
+
+  </head>
+  <body>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
+      </ul>
+    </div>  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="pyams-workflow-zmi-package">
+<h1>pyams_workflow.zmi package<a class="headerlink" href="#pyams-workflow-zmi-package" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="subpackages">
+<h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to this headline">¶</a></h2>
+<div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="pyams_workflow.zmi.viewlet.html">pyams_workflow.zmi.viewlet package</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="pyams_workflow.zmi.viewlet.html#submodules">Submodules</a></li>
+<li class="toctree-l2"><a class="reference internal" href="pyams_workflow.zmi.viewlet.html#module-pyams_workflow.zmi.viewlet.versions">pyams_workflow.zmi.viewlet.versions module</a></li>
+<li class="toctree-l2"><a class="reference internal" href="pyams_workflow.zmi.viewlet.html#module-pyams_workflow.zmi.viewlet">Module contents</a></li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<div class="section" id="submodules">
+<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section" id="module-pyams_workflow.zmi.interfaces">
+<span id="pyams-workflow-zmi-interfaces-module"></span><h2>pyams_workflow.zmi.interfaces module<a class="headerlink" href="#module-pyams_workflow.zmi.interfaces" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section" id="module-pyams_workflow.zmi.transition">
+<span id="pyams-workflow-zmi-transition-module"></span><h2>pyams_workflow.zmi.transition module<a class="headerlink" href="#module-pyams_workflow.zmi.transition" title="Permalink to this headline">¶</a></h2>
+<dl class="class">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionAJAXForm">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.transition.</code><code class="descname">WorkflowContentTransitionAJAXForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionAJAXForm" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.form.AJAXAddForm" title="pyams_form.form.AJAXAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code></a></p>
+<p>Workflow content transition AJAX form</p>
+<dl class="method">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionAJAXForm.get_ajax_output">
+<code class="descname">get_ajax_output</code><span class="sig-paren">(</span><em>changes</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionAJAXForm.get_ajax_output" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionForm">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.transition.</code><code class="descname">WorkflowContentTransitionForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionForm" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.AdminDialogAddForm" title="pyams_zmi.form.AdminDialogAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></a></p>
+<p>Workflow content transition form</p>
+<dl class="method">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionForm.createAndAdd">
+<code class="descname">createAndAdd</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionForm.createAndAdd" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionForm.edit_permission">
+<code class="descname">edit_permission</code><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionForm.edit_permission" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionForm.fields">
+<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionForm.fields" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionForm.icon_css_class">
+<code class="descname">icon_css_class</code><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionForm.legend">
+<code class="descname">legend</code><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionForm.legend" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionForm.nextURL">
+<code class="descname">nextURL</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionForm.nextURL" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionForm.transition">
+<code class="descname">transition</code><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionForm.transition" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionForm.updateActions">
+<code class="descname">updateActions</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionForm.updateActions" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_workflow.zmi.transition.WorkflowContentTransitionForm.updateWidgets">
+<code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.transition.WorkflowContentTransitionForm.updateWidgets" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+</div>
+<div class="section" id="module-pyams_workflow.zmi.versions">
+<span id="pyams-workflow-zmi-versions-module"></span><h2>pyams_workflow.zmi.versions module<a class="headerlink" href="#module-pyams_workflow.zmi.versions" title="Permalink to this headline">¶</a></h2>
+<dl class="class">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryCommentColumn">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.versions.</code><code class="descname">WorkflowVersionHistoryCommentColumn</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>table</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryCommentColumn" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.table.I18nColumn" title="pyams_skin.table.I18nColumn"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.I18nColumn</span></code></a>, <code class="xref py py-class docutils literal"><span class="pre">z3c.table.column.GetAttrColumn</span></code></p>
+<p>Workflow version history comment column</p>
+<dl class="method">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryCommentColumn.renderCell">
+<code class="descname">renderCell</code><span class="sig-paren">(</span><em>item</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryCommentColumn.renderCell" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryCommentColumn.weight">
+<code class="descname">weight</code><em class="property"> = 15</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryCommentColumn.weight" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryDateColumn">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.versions.</code><code class="descname">WorkflowVersionHistoryDateColumn</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>table</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryDateColumn" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.table.I18nColumn" title="pyams_skin.table.I18nColumn"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.I18nColumn</span></code></a>, <code class="xref py py-class docutils literal"><span class="pre">z3c.table.column.GetAttrColumn</span></code></p>
+<p>Workflow version history date column</p>
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryDateColumn.attrName">
+<code class="descname">attrName</code><em class="property"> = 'date'</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryDateColumn.attrName" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryDateColumn.cssClasses">
+<code class="descname">cssClasses</code><em class="property"> = {'td': 'nowrap'}</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryDateColumn.cssClasses" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryDateColumn.renderCell">
+<code class="descname">renderCell</code><span class="sig-paren">(</span><em>item</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryDateColumn.renderCell" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryDateColumn.weight">
+<code class="descname">weight</code><em class="property"> = 1</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryDateColumn.weight" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryMenuItem">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.versions.</code><code class="descname">WorkflowVersionHistoryMenuItem</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryMenuItem" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.viewlet.menu.html#pyams_skin.viewlet.menu.MenuItem" title="pyams_skin.viewlet.menu.MenuItem"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></a></p>
+<p>Workflow history menu item</p>
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryMenuItem.icon_class">
+<code class="descname">icon_class</code><em class="property"> = 'fa-history'</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryMenuItem.icon_class" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryMenuItem.label">
+<code class="descname">label</code><em class="property"> = 'Version history'</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryMenuItem.label" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryMenuItem.url">
+<code class="descname">url</code><em class="property"> = '#version-history.html'</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryMenuItem.url" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryPrincipalColumn">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.versions.</code><code class="descname">WorkflowVersionHistoryPrincipalColumn</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>table</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryPrincipalColumn" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.table.I18nColumn" title="pyams_skin.table.I18nColumn"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.I18nColumn</span></code></a>, <code class="xref py py-class docutils literal"><span class="pre">z3c.table.column.GetAttrColumn</span></code></p>
+<p>Workflow version history principal column</p>
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryPrincipalColumn.attrName">
+<code class="descname">attrName</code><em class="property"> = 'principal'</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryPrincipalColumn.attrName" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryPrincipalColumn.renderCell">
+<code class="descname">renderCell</code><span class="sig-paren">(</span><em>item</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryPrincipalColumn.renderCell" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryPrincipalColumn.weight">
+<code class="descname">weight</code><em class="property"> = 10</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryPrincipalColumn.weight" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryTable">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.versions.</code><code class="descname">WorkflowVersionHistoryTable</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryTable" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.table.BaseTable" title="pyams_skin.table.BaseTable"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.BaseTable</span></code></a></p>
+<p>Workflow version history table</p>
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryTable.cssClasses">
+<code class="descname">cssClasses</code><em class="property"> = {'table': 'table table-bordered table-striped table-hover table-tight datatable'}</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryTable.cssClasses" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryTable.data_attributes">
+<code class="descname">data_attributes</code><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryTable.data_attributes" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryTable.hide_body_toolbar">
+<code class="descname">hide_body_toolbar</code><em class="property"> = True</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryTable.hide_body_toolbar" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryTable.sortOn">
+<code class="descname">sortOn</code><em class="property"> = None</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryTable.sortOn" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryTable.title">
+<code class="descname">title</code><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryTable.title" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryTargetColumn">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.versions.</code><code class="descname">WorkflowVersionHistoryTargetColumn</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>table</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryTargetColumn" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.table.I18nColumn" title="pyams_skin.table.I18nColumn"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.I18nColumn</span></code></a>, <code class="xref py py-class docutils literal"><span class="pre">z3c.table.column.GetAttrColumn</span></code></p>
+<p>Workflow version history source column</p>
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryTargetColumn.attrName">
+<code class="descname">attrName</code><em class="property"> = 'target_state'</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryTargetColumn.attrName" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryTargetColumn.getValue">
+<code class="descname">getValue</code><span class="sig-paren">(</span><em>obj</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryTargetColumn.getValue" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryTargetColumn.weight">
+<code class="descname">weight</code><em class="property"> = 5</em><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryTargetColumn.weight" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryValuesAdapter">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.versions.</code><code class="descname">WorkflowVersionHistoryValuesAdapter</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryValuesAdapter" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_utils.html#pyams_utils.adapter.ContextRequestViewAdapter" title="pyams_utils.adapter.ContextRequestViewAdapter"><code class="xref py py-class docutils literal"><span class="pre">pyams_utils.adapter.ContextRequestViewAdapter</span></code></a></p>
+<p>Workflow version history values adapter</p>
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryValuesAdapter.values">
+<code class="descname">values</code><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryValuesAdapter.values" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryView">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.versions.</code><code class="descname">WorkflowVersionHistoryView</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryView" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.container.ContainerView" title="pyams_skin.container.ContainerView"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.container.ContainerView</span></code></a></p>
+<p>Workflow version history view</p>
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.versions.WorkflowVersionHistoryView.table_class">
+<code class="descname">table_class</code><a class="headerlink" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryView.table_class" title="Permalink to this definition">¶</a></dt>
+<dd><p>alias of <a class="reference internal" href="#pyams_workflow.zmi.versions.WorkflowVersionHistoryTable" title="pyams_workflow.zmi.versions.WorkflowVersionHistoryTable"><code class="xref py py-class docutils literal"><span class="pre">WorkflowVersionHistoryTable</span></code></a></p>
+</dd></dl>
+
+</dd></dl>
+
+</div>
+<div class="section" id="module-pyams_workflow.zmi.workflow">
+<span id="pyams-workflow-zmi-workflow-module"></span><h2>pyams_workflow.zmi.workflow module<a class="headerlink" href="#module-pyams_workflow.zmi.workflow" title="Permalink to this headline">¶</a></h2>
+<dl class="class">
+<dt id="pyams_workflow.zmi.workflow.WorkflowContentNameColumn">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.workflow.</code><code class="descname">WorkflowContentNameColumn</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>table</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.workflow.WorkflowContentNameColumn" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.table.NameColumn" title="pyams_skin.table.NameColumn"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.NameColumn</span></code></a></p>
+<p>Workflow content name column</p>
+<dl class="method">
+<dt id="pyams_workflow.zmi.workflow.WorkflowContentNameColumn.getValue">
+<code class="descname">getValue</code><span class="sig-paren">(</span><em>obj</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.workflow.WorkflowContentNameColumn.getValue" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.workflow.WorkflowContentNameColumn.name_field">
+<code class="descname">name_field</code><em class="property"> = 'title'</em><a class="headerlink" href="#pyams_workflow.zmi.workflow.WorkflowContentNameColumn.name_field" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_workflow.zmi.workflow.WorkflowMenu">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.workflow.</code><code class="descname">WorkflowMenu</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.workflow.WorkflowMenu" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.viewlet.toolbar.html#pyams_skin.viewlet.toolbar.ToolbarMenu" title="pyams_skin.viewlet.toolbar.ToolbarMenu"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenu</span></code></a></p>
+<p>Workflow menu</p>
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.workflow.WorkflowMenu.css_class">
+<code class="descname">css_class</code><em class="property"> = 'btn btn-xs btn-danger dropdown-toggle'</em><a class="headerlink" href="#pyams_workflow.zmi.workflow.WorkflowMenu.css_class" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.workflow.WorkflowMenu.label">
+<code class="descname">label</code><em class="property"> = 'Change status...'</em><a class="headerlink" href="#pyams_workflow.zmi.workflow.WorkflowMenu.label" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_workflow.zmi.workflow.WorkflowMenu.label_css_class">
+<code class="descname">label_css_class</code><em class="property"> = ''</em><a class="headerlink" href="#pyams_workflow.zmi.workflow.WorkflowMenu.label_css_class" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_workflow.zmi.workflow.WorkflowMenuItem">
+<em class="property">class </em><code class="descclassname">pyams_workflow.zmi.workflow.</code><code class="descname">WorkflowMenuItem</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager</em>, <em>transition</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.workflow.WorkflowMenuItem" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.viewlet.toolbar.html#pyams_skin.viewlet.toolbar.ToolbarMenuItem" title="pyams_skin.viewlet.toolbar.ToolbarMenuItem"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></a></p>
+<p>Workflow menu item</p>
+</dd></dl>
+
+<dl class="function">
+<dt id="pyams_workflow.zmi.workflow.get_old_versions">
+<code class="descclassname">pyams_workflow.zmi.workflow.</code><code class="descname">get_old_versions</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_workflow.zmi.workflow.get_old_versions" title="Permalink to this definition">¶</a></dt>
+<dd><p>Get old_versions of template</p>
+</dd></dl>
+
+</div>
+<div class="section" id="module-pyams_workflow.zmi">
+<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_workflow.zmi" title="Permalink to this headline">¶</a></h2>
+</div>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+  <h3><a href="index.html">Table Of Contents</a></h3>
+  <ul>
+<li><a class="reference internal" href="#">pyams_workflow.zmi package</a><ul>
+<li><a class="reference internal" href="#subpackages">Subpackages</a></li>
+<li><a class="reference internal" href="#submodules">Submodules</a></li>
+<li><a class="reference internal" href="#module-pyams_workflow.zmi.interfaces">pyams_workflow.zmi.interfaces module</a></li>
+<li><a class="reference internal" href="#module-pyams_workflow.zmi.transition">pyams_workflow.zmi.transition module</a></li>
+<li><a class="reference internal" href="#module-pyams_workflow.zmi.versions">pyams_workflow.zmi.versions module</a></li>
+<li><a class="reference internal" href="#module-pyams_workflow.zmi.workflow">pyams_workflow.zmi.workflow module</a></li>
+<li><a class="reference internal" href="#module-pyams_workflow.zmi">Module contents</a></li>
+</ul>
+</li>
+</ul>
+
+<div id="searchbox" style="display: none" role="search">
+  <h3>Quick search</h3>
+    <form class="search" action="search.html" method="get">
+      <div><input type="text" name="q" /></div>
+      <div><input type="submit" value="Go" /></div>
+      <input type="hidden" name="check_keywords" value="yes" />
+      <input type="hidden" name="area" value="default" />
+    </form>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        &#169; Copyright 2017, Thierry Florac.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
+    </div>
+  </body>
+</html>
\ No newline at end of file