public class RoiI extends AbstractAmdServant implements omero.api._IRoiOperations, ServiceFactoryAware, BlitzOnly
Modifier and Type | Class and Description |
---|---|
static class |
RoiI.RoiResultMapper |
static class |
RoiI.RoiResultMapReturnMapper |
static class |
RoiI.RoiResultReturnMapper |
Modifier and Type | Field and Description |
---|---|
protected ServiceFactoryI |
factory |
protected GeomTool |
geomTool |
protected SqlAction |
sql |
Constructor and Description |
---|
RoiI(BlitzExecutor be,
GeomTool geomTool,
SqlAction sql) |
Modifier and Type | Method and Description |
---|---|
void |
findByImage_async(omero.api.AMD_IRoi_findByImage __cb,
long imageId,
omero.api.RoiOptions opts,
Ice.Current __current) |
void |
findByPlane_async(omero.api.AMD_IRoi_findByPlane __cb,
long imageId,
int z,
int t,
omero.api.RoiOptions opts,
Ice.Current __current) |
void |
findByRoi_async(omero.api.AMD_IRoi_findByRoi __cb,
long roiId,
omero.api.RoiOptions opts,
Ice.Current __current) |
void |
getMeasuredRois_async(omero.api.AMD_IRoi_getMeasuredRois __cb,
long imageId,
long annotationId,
omero.api.RoiOptions opts,
Ice.Current __current) |
void |
getMeasuredRoisMap_async(omero.api.AMD_IRoi_getMeasuredRoisMap __cb,
long imageId,
java.util.List<java.lang.Long> annotationIds,
omero.api.RoiOptions opts,
Ice.Current __current) |
void |
getPoints_async(omero.api.AMD_IRoi_getPoints __cb,
long shapeId,
Ice.Current __current) |
void |
getRoiMeasurements_async(omero.api.AMD_IRoi_getRoiMeasurements __cb,
long imageId,
omero.api.RoiOptions opts,
Ice.Current __current) |
void |
getRoiStats_async(omero.api.AMD_IRoi_getRoiStats __cb,
long roiId,
Ice.Current __current) |
void |
getShapeStats_async(omero.api.AMD_IRoi_getShapeStats __cb,
long shapeId,
Ice.Current __current) |
void |
getShapeStatsList_async(omero.api.AMD_IRoi_getShapeStatsList __cb,
java.util.List<java.lang.Long> shapeIdList,
Ice.Current __current) |
void |
getShapeStatsRestricted_async(omero.api.AMD_IRoi_getShapeStatsRestricted __cb,
java.util.List<java.lang.Long> shapeIdList,
int zForUnattached,
int tForUnattached,
int[] channels,
Ice.Current __current) |
void |
getTable_async(omero.api.AMD_IRoi_getTable __cb,
long annotationId,
Ice.Current __current) |
protected java.util.List<Roi> |
loadMeasuredRois(org.hibernate.Session session,
long imageId,
long annotationId) |
void |
setServiceFactory(ServiceFactoryI sf) |
void |
uploadMask_async(omero.api.AMD_IRoi_uploadMask __cb,
long imageId,
int z,
int t,
byte[] bytes,
Ice.Current __current) |
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolder
protected ServiceFactoryI factory
protected final GeomTool geomTool
protected final SqlAction sql
public RoiI(BlitzExecutor be, GeomTool geomTool, SqlAction sql)
public void setServiceFactory(ServiceFactoryI sf)
setServiceFactory
in interface ServiceFactoryAware
public void findByImage_async(omero.api.AMD_IRoi_findByImage __cb, long imageId, omero.api.RoiOptions opts, Ice.Current __current) throws omero.ServerError
findByImage_async
in interface omero.api._IRoiOperations
omero.ServerError
public void findByRoi_async(omero.api.AMD_IRoi_findByRoi __cb, long roiId, omero.api.RoiOptions opts, Ice.Current __current) throws omero.ServerError
findByRoi_async
in interface omero.api._IRoiOperations
omero.ServerError
public void findByPlane_async(omero.api.AMD_IRoi_findByPlane __cb, long imageId, int z, int t, omero.api.RoiOptions opts, Ice.Current __current) throws omero.ServerError
findByPlane_async
in interface omero.api._IRoiOperations
omero.ServerError
public void getPoints_async(omero.api.AMD_IRoi_getPoints __cb, long shapeId, Ice.Current __current) throws omero.ServerError
getPoints_async
in interface omero.api._IRoiOperations
omero.ServerError
public void getShapeStats_async(omero.api.AMD_IRoi_getShapeStats __cb, long shapeId, Ice.Current __current) throws omero.ServerError
getShapeStats_async
in interface omero.api._IRoiOperations
omero.ServerError
public void getShapeStatsList_async(omero.api.AMD_IRoi_getShapeStatsList __cb, java.util.List<java.lang.Long> shapeIdList, Ice.Current __current) throws omero.ServerError
getShapeStatsList_async
in interface omero.api._IRoiOperations
omero.ServerError
public void getRoiStats_async(omero.api.AMD_IRoi_getRoiStats __cb, long roiId, Ice.Current __current) throws omero.ServerError
getRoiStats_async
in interface omero.api._IRoiOperations
omero.ServerError
public void getShapeStatsRestricted_async(omero.api.AMD_IRoi_getShapeStatsRestricted __cb, java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, Ice.Current __current) throws omero.ServerError
getShapeStatsRestricted_async
in interface omero.api._IRoiOperations
omero.ServerError
public void getRoiMeasurements_async(omero.api.AMD_IRoi_getRoiMeasurements __cb, long imageId, omero.api.RoiOptions opts, Ice.Current __current) throws omero.ServerError
getRoiMeasurements_async
in interface omero.api._IRoiOperations
omero.ServerError
protected java.util.List<Roi> loadMeasuredRois(org.hibernate.Session session, long imageId, long annotationId)
public void getMeasuredRoisMap_async(omero.api.AMD_IRoi_getMeasuredRoisMap __cb, long imageId, java.util.List<java.lang.Long> annotationIds, omero.api.RoiOptions opts, Ice.Current __current) throws omero.ServerError
getMeasuredRoisMap_async
in interface omero.api._IRoiOperations
omero.ServerError
public void getMeasuredRois_async(omero.api.AMD_IRoi_getMeasuredRois __cb, long imageId, long annotationId, omero.api.RoiOptions opts, Ice.Current __current) throws omero.ServerError
getMeasuredRois_async
in interface omero.api._IRoiOperations
omero.ServerError
public void getTable_async(omero.api.AMD_IRoi_getTable __cb, long annotationId, Ice.Current __current) throws omero.ServerError
getTable_async
in interface omero.api._IRoiOperations
omero.ServerError
public void uploadMask_async(omero.api.AMD_IRoi_uploadMask __cb, long imageId, int z, int t, byte[] bytes, Ice.Current __current) throws omero.ServerError
uploadMask_async
in interface omero.api._IRoiOperations
omero.ServerError
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.