|
1 |
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 <head> |
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 <title>pyams_thesaurus.interfaces package — PyAMS User Guide 0.1.0 documentation</title> |
|
9 <link rel="stylesheet" href="_static/pyramid.css" type="text/css" /> |
|
10 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
11 <script type="text/javascript"> |
|
12 var DOCUMENTATION_OPTIONS = { |
|
13 URL_ROOT: './', |
|
14 VERSION: '0.1.0', |
|
15 COLLAPSE_INDEX: false, |
|
16 FILE_SUFFIX: '.html', |
|
17 HAS_SOURCE: true, |
|
18 SOURCELINK_SUFFIX: '.txt' |
|
19 }; |
|
20 </script> |
|
21 <script type="text/javascript" src="_static/jquery.js"></script> |
|
22 <script type="text/javascript" src="_static/underscore.js"></script> |
|
23 <script type="text/javascript" src="_static/doctools.js"></script> |
|
24 <link rel="index" title="Index" href="genindex.html" /> |
|
25 <link rel="search" title="Search" href="search.html" /> |
|
26 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
27 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
28 <!--[if lte IE 6]> |
|
29 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> |
|
30 <![endif]--> |
|
31 |
|
32 </head> |
|
33 <body> |
|
34 |
|
35 <div class="related" role="navigation" aria-label="related navigation"> |
|
36 <h3>Navigation</h3> |
|
37 <ul> |
|
38 <li class="right" style="margin-right: 10px"> |
|
39 <a href="genindex.html" title="General Index" |
|
40 accesskey="I">index</a></li> |
|
41 <li class="right" > |
|
42 <a href="py-modindex.html" title="Python Module Index" |
|
43 >modules</a> |</li> |
|
44 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
45 </ul> |
|
46 </div> |
|
47 |
|
48 <div class="document"> |
|
49 <div class="documentwrapper"> |
|
50 <div class="bodywrapper"> |
|
51 <div class="body" role="main"> |
|
52 |
|
53 <div class="section" id="pyams-thesaurus-interfaces-package"> |
|
54 <h1>pyams_thesaurus.interfaces package<a class="headerlink" href="#pyams-thesaurus-interfaces-package" title="Permalink to this headline">¶</a></h1> |
|
55 <div class="section" id="module-pyams_thesaurus.interfaces"> |
|
56 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_thesaurus.interfaces" title="Permalink to this headline">¶</a></h2> |
|
57 <dl class="data"> |
|
58 <dt id="pyams_thesaurus.interfaces.ADMIN_THESAURUS_PERMISSION"> |
|
59 <code class="descclassname">pyams_thesaurus.interfaces.</code><code class="descname">ADMIN_THESAURUS_PERMISSION</code><em class="property"> = 'pyams.AdminThesaurus'</em><a class="headerlink" href="#pyams_thesaurus.interfaces.ADMIN_THESAURUS_PERMISSION" title="Permalink to this definition">¶</a></dt> |
|
60 <dd><p>Permission to administer all thesaurus properties</p> |
|
61 </dd></dl> |
|
62 |
|
63 <dl class="data"> |
|
64 <dt id="pyams_thesaurus.interfaces.CREATE_THESAURUS_PERMISSION"> |
|
65 <code class="descclassname">pyams_thesaurus.interfaces.</code><code class="descname">CREATE_THESAURUS_PERMISSION</code><em class="property"> = 'pyams.CreateThesaurus'</em><a class="headerlink" href="#pyams_thesaurus.interfaces.CREATE_THESAURUS_PERMISSION" title="Permalink to this definition">¶</a></dt> |
|
66 <dd><p>Permission to create thesaurus</p> |
|
67 </dd></dl> |
|
68 |
|
69 <dl class="data"> |
|
70 <dt id="pyams_thesaurus.interfaces.MANAGE_THESAURUS_CONTENT_PERMISSION"> |
|
71 <code class="descclassname">pyams_thesaurus.interfaces.</code><code class="descname">MANAGE_THESAURUS_CONTENT_PERMISSION</code><em class="property"> = 'pyams.ManageThesaurusContent'</em><a class="headerlink" href="#pyams_thesaurus.interfaces.MANAGE_THESAURUS_CONTENT_PERMISSION" title="Permalink to this definition">¶</a></dt> |
|
72 <dd><p>Permission to manage thesaurus contents</p> |
|
73 </dd></dl> |
|
74 |
|
75 <dl class="data"> |
|
76 <dt id="pyams_thesaurus.interfaces.MANAGE_THESAURUS_EXTRACT_PERMISSION"> |
|
77 <code class="descclassname">pyams_thesaurus.interfaces.</code><code class="descname">MANAGE_THESAURUS_EXTRACT_PERMISSION</code><em class="property"> = 'pyams.ManageThesaurusExtract'</em><a class="headerlink" href="#pyams_thesaurus.interfaces.MANAGE_THESAURUS_EXTRACT_PERMISSION" title="Permalink to this definition">¶</a></dt> |
|
78 <dd><p>Permission to manage thesaurus extract contents</p> |
|
79 </dd></dl> |
|
80 |
|
81 </div> |
|
82 <div class="section" id="submodules"> |
|
83 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
|
84 <div class="section" id="module-pyams_thesaurus.interfaces.extension"> |
|
85 <span id="pyams-thesaurus-interfaces-extension-module"></span><h3>pyams_thesaurus.interfaces.extension module<a class="headerlink" href="#module-pyams_thesaurus.interfaces.extension" title="Permalink to this headline">¶</a></h3> |
|
86 </div> |
|
87 <div class="section" id="module-pyams_thesaurus.interfaces.index"> |
|
88 <span id="pyams-thesaurus-interfaces-index-module"></span><h3>pyams_thesaurus.interfaces.index module<a class="headerlink" href="#module-pyams_thesaurus.interfaces.index" title="Permalink to this headline">¶</a></h3> |
|
89 </div> |
|
90 <div class="section" id="module-pyams_thesaurus.interfaces.loader"> |
|
91 <span id="pyams-thesaurus-interfaces-loader-module"></span><h3>pyams_thesaurus.interfaces.loader module<a class="headerlink" href="#module-pyams_thesaurus.interfaces.loader" title="Permalink to this headline">¶</a></h3> |
|
92 </div> |
|
93 <div class="section" id="module-pyams_thesaurus.interfaces.term"> |
|
94 <span id="pyams-thesaurus-interfaces-term-module"></span><h3>pyams_thesaurus.interfaces.term module<a class="headerlink" href="#module-pyams_thesaurus.interfaces.term" title="Permalink to this headline">¶</a></h3> |
|
95 </div> |
|
96 <div class="section" id="module-pyams_thesaurus.interfaces.thesaurus"> |
|
97 <span id="pyams-thesaurus-interfaces-thesaurus-module"></span><h3>pyams_thesaurus.interfaces.thesaurus module<a class="headerlink" href="#module-pyams_thesaurus.interfaces.thesaurus" title="Permalink to this headline">¶</a></h3> |
|
98 </div> |
|
99 </div> |
|
100 </div> |
|
101 |
|
102 |
|
103 </div> |
|
104 </div> |
|
105 </div> |
|
106 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
107 <div class="sphinxsidebarwrapper"> |
|
108 <h3><a href="index.html">Table Of Contents</a></h3> |
|
109 <ul> |
|
110 <li><a class="reference internal" href="#">pyams_thesaurus.interfaces package</a><ul> |
|
111 <li><a class="reference internal" href="#module-pyams_thesaurus.interfaces">Module contents</a></li> |
|
112 <li><a class="reference internal" href="#submodules">Submodules</a><ul> |
|
113 <li><a class="reference internal" href="#module-pyams_thesaurus.interfaces.extension">pyams_thesaurus.interfaces.extension module</a></li> |
|
114 <li><a class="reference internal" href="#module-pyams_thesaurus.interfaces.index">pyams_thesaurus.interfaces.index module</a></li> |
|
115 <li><a class="reference internal" href="#module-pyams_thesaurus.interfaces.loader">pyams_thesaurus.interfaces.loader module</a></li> |
|
116 <li><a class="reference internal" href="#module-pyams_thesaurus.interfaces.term">pyams_thesaurus.interfaces.term module</a></li> |
|
117 <li><a class="reference internal" href="#module-pyams_thesaurus.interfaces.thesaurus">pyams_thesaurus.interfaces.thesaurus module</a></li> |
|
118 </ul> |
|
119 </li> |
|
120 </ul> |
|
121 </li> |
|
122 </ul> |
|
123 |
|
124 <div id="searchbox" style="display: none" role="search"> |
|
125 <h3>Quick search</h3> |
|
126 <form class="search" action="search.html" method="get"> |
|
127 <div><input type="text" name="q" /></div> |
|
128 <div><input type="submit" value="Go" /></div> |
|
129 <input type="hidden" name="check_keywords" value="yes" /> |
|
130 <input type="hidden" name="area" value="default" /> |
|
131 </form> |
|
132 </div> |
|
133 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
134 </div> |
|
135 </div> |
|
136 <div class="clearer"></div> |
|
137 </div> |
|
138 <div class="related" role="navigation" aria-label="related navigation"> |
|
139 <h3>Navigation</h3> |
|
140 <ul> |
|
141 <li class="right" style="margin-right: 10px"> |
|
142 <a href="genindex.html" title="General Index" |
|
143 >index</a></li> |
|
144 <li class="right" > |
|
145 <a href="py-modindex.html" title="Python Module Index" |
|
146 >modules</a> |</li> |
|
147 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
148 </ul> |
|
149 </div> |
|
150 <div class="footer" role="contentinfo"> |
|
151 © Copyright 2017, Thierry Florac. |
|
152 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
153 </div> |
|
154 </body> |
|
155 </html> |