Interface and Description |
---|
omero.gateway.cache.CacheService
This interface is not used and will be removed in future.
|
Class and Description |
---|
omero.gateway.JoinSessionCredentials
Use LoginCredentials and use session id as username and password.
|
Method and Description |
---|
omero.gateway.model.ROIData.firstPlane()
Will be removed in future. Does not work as
expected if the ROI contains shapes which are associated
with all planes (Z, C, T == -1)
|
omero.gateway.Gateway.getCacheService()
This method will be removed in future.
|
omero.gateway.model.ROIData.getPlaneCount()
Will be removed in future. Does not work as
expected if the ROI contains shapes which are associated
with all planes (Z, C, T == -1)
|
omero.gateway.model.ROIData.getShapesInRange(ROICoordinate, ROICoordinate)
Will be removed in future. Does not work as
expected if the ROI contains shapes which are associated
with all planes (Z, C, T == -1)
|
omero.gateway.model.ROIData.lastPlane()
Will be removed in future. Does not work as
expected if the ROI contains shapes which are associated
with all planes (Z, C, T == -1)
|
omero.gateway.ServerInformation.setHostname(String)
Renamed to
ServerInformation.setHost(String)
Set the hostname or websocket URL |
omero.gateway.facility.TablesFacility.updateTable(SecurityContext, TableData)
This method is not reliable and might be removed/replaced in future.
|
Constructor and Description |
---|
omero.gateway.Gateway(Logger, CacheService)
This constructor will be removed in future. Please
use
instead |
omero.gateway.Gateway(Logger, CacheService, ExecutorService, boolean)
This constructor will be removed in future. Please
use
instead |