Changeset 2467
- Timestamp:
- Jul 11, 2006, 11:59:19 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/development/plugins/analysis/index.html
r2155 r2467 73 73 74 74 <p> 75 A plugin becom s an analysis plugin simply by returning <code>Plugin.MainType.ANALYSIS</code>75 A plugin becomes an analysis plugin simply by returning <code>Plugin.MainType.ANALYSIS</code> 76 76 from the <code>Plugin.getMainType()</code> method. 77 77 </p> 78 78 79 79 <p> 80 The information return from <code>InteractivePlugin.getGuiContexts()</code>80 The information returned from <code>InteractivePlugin.getGuiContexts()</code> 81 81 must include: <code>GuiContext = [Item.BIOASSAYSET, Type.ITEM]</code> 82 82 since this is the only place where the web client looks for analysis plugins. -
trunk/src/core/net/sf/basedb/core/query/Restriction.java
r2304 r2467 47 47 Restrictions.eq( 48 48 Hql.property("name"), 49 Expressions.p rarameter("name")49 Expressions.parameter("name") 50 50 ) 51 51 );
Note: See TracChangeset
for help on using the changeset viewer.