1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <!-- |
---|
3 | $Id: index.html 3681 2007-08-17 11:56:30Z nicklas $ |
---|
4 | |
---|
5 | Copyright (C) 2005 Samuel Andersson, Nicklas Nordborg |
---|
6 | Copyright (C) 2006 Jari Hakkinen, Nicklas Nordborg |
---|
7 | |
---|
8 | This file is part of BASE - BioArray Software Environment. |
---|
9 | Available at http://base.thep.lu.se/ |
---|
10 | |
---|
11 | BASE is free software; you can redistribute it and/or |
---|
12 | modify it under the terms of the GNU General Public License |
---|
13 | as published by the Free Software Foundation; either version 2 |
---|
14 | of the License, or (at your option) any later version. |
---|
15 | |
---|
16 | BASE is distributed in the hope that it will be useful, |
---|
17 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
19 | GNU General Public License for more details. |
---|
20 | |
---|
21 | You should have received a copy of the GNU General Public License |
---|
22 | along with this program; if not, write to the Free Software |
---|
23 | Foundation, Inc., 59 Temple Place - Suite 330, |
---|
24 | Boston, MA 02111-1307, USA. |
---|
25 | --> |
---|
26 | <html> |
---|
27 | <head> |
---|
28 | <title>BASE - Development information - Overview of the the core API</title> |
---|
29 | <link rel=stylesheet type="text/css" href="../../../styles.css"> |
---|
30 | </head> |
---|
31 | <body> |
---|
32 | |
---|
33 | <div class="navigation"> |
---|
34 | <a href="../../../index.html">BASE</a> |
---|
35 | <img src="../../../next.gif"> |
---|
36 | <a href="../../index.html">Development information</a> |
---|
37 | <img src="../../../next.gif"> |
---|
38 | Overview of the the core API |
---|
39 | </div> |
---|
40 | |
---|
41 | <h1>Overview of the the core API</h1> |
---|
42 | |
---|
43 | <div class="abstract"> |
---|
44 | <p> |
---|
45 | <b>Contents</b> |
---|
46 | </p> |
---|
47 | |
---|
48 | <ol> |
---|
49 | <li><a href="authentication.html">User authentication and sessions</a> |
---|
50 | <li><a href="accesspermissions.html">Access permission to items</a> |
---|
51 | <li><a href="datavalidation.html">Data validation</a> - TODO |
---|
52 | <li><a href="transactions.html">Transaction handling</a> - TODO |
---|
53 | <li><a href="itemhandling.html">Item handling</a> |
---|
54 | <li><a href="batchprocessing.html">Batch processing</a> |
---|
55 | <li><a href="quota.html">Checking quota</a> - TODO |
---|
56 | <li><a href="parametertypes.html">Parameter types</a> |
---|
57 | <li><a href="plugins.html">Plugin system</a> |
---|
58 | <li><a href="jobs.html">Job queue management</a> - TODO |
---|
59 | <li><a href="data_in_files.html">Store data in files</a> |
---|
60 | </ol> |
---|
61 | |
---|
62 | <p> |
---|
63 | <b>See also</b> |
---|
64 | </p> |
---|
65 | <ul> |
---|
66 | <li><a href="../../coding/item/index.html">Coding rules and guidelines for item classes</a> |
---|
67 | <li><a href="../../coding/batch/index.html">Coding rules and guidelines for batch classes</a> |
---|
68 | <li><a href="../query/index.html">Overview of queries and the Query API</a> |
---|
69 | <li><a href="../../../api/net/sf/basedb/core/package-summary.html">Javadoc for the net.sf.basedb.core package</a> |
---|
70 | </ul> |
---|
71 | |
---|
72 | <p class="authors"> |
---|
73 | <b>Last updated:</b> $Date: 2007-08-17 11:56:30 +0000 (Fri, 17 Aug 2007) $ |
---|
74 | </p> |
---|
75 | </div> |
---|
76 | |
---|
77 | |
---|
78 | </body> |
---|
79 | </html> |
---|