|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OmeroMeasurementStore
Sub-interface of MeasurementStore
with extended life-cycle methods
for handling exceptions during saving the measurements to multiple stores.
Method Summary | |
---|---|
void |
addCircle(String roiLsid,
double x,
double y,
double r)
|
void |
addObject(String lsid,
ome.model.IObject object)
|
void |
addObjects(Map<String,ome.model.IObject> objects)
|
void |
addRows(Object[][] rows)
Adds an array of rows (Object[]) to the store. |
List<Long> |
getRoiIds()
Returns the ids of all Roi instances created during the save method. |
omero.grid.TablePrx |
getTable()
Returns the Table proxy which is in use by this service. |
void |
initialize(String[] headers,
String[] idTypes,
Class[] types,
Map<String,Object> metadata)
|
void |
save()
|
Method Detail |
---|
void initialize(String[] headers, String[] idTypes, Class[] types, Map<String,Object> metadata) throws Exception
Exception
void addRows(Object[][] rows) throws Exception
addRows(Object[][])
a call to save()
must be made. This
allows a single measurement store to be filled with the values from
multiple measurement files. To differentiate between the various files,
include a File lsid column during the initialization phase.
rows
-
Exception
void addCircle(String roiLsid, double x, double y, double r) throws Exception
Exception
void save() throws Exception
Exception
void addObject(String lsid, ome.model.IObject object)
void addObjects(Map<String,ome.model.IObject> objects)
List<Long> getRoiIds()
save()
has not been called, this will
return null.
omero.grid.TablePrx getTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: 4.3.3-00d1137e-b2894
Copyright © 2009 The University of Dundee. All Rights Reserved.