パッケージ | 説明 |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
ome.system |
Provides the necessary container structure for the entire Omero system.
|
omeis.providers.re |
Red-Green-Blue (RGB) data structures and Image Rendering Service
This package provides basic data structures to represent an RGB pixel set and provide a
service for the rendering of this pixel set.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
IAdmin
Administration interface providing access to admin-only functionality as well
as JMX-based server access and selected user functions.
|
interface |
IAnalysis
Provides access to the model objects involved in analysis.
|
interface |
IConfig
Access to server configuration.
|
interface |
IContainer
Provides methods for dealing with the core "Pojos" of OME.
|
interface |
IDelete
Provides simplifed methods for deleting instances from the database.
|
interface |
ILdap
Administration interface providing access to admin-only functionality as well
as JMX-based server access and selected user functions.
|
interface |
IMetadata
Provides method to interact with acquisition metadata and
annotations.
|
interface |
IPixels
Metadata gateway for the
RenderingEngine and
clients. |
interface |
IProjection
Provides methods for performing projections of Pixels sets.
|
interface |
IQuery
Provides methods for directly querying object graphs.
|
interface |
IRenderingSettings
Provides method to apply rendering settings to a collection of images.
|
interface |
IRepositoryInfo
Provides methods for obtaining information for server repository disk space
allocation.
|
interface |
IResults
Provides methods for storing, quering, and retrieving analysis results.
|
interface |
IScale
Provides methods for performing scaling (change of the image size through
interpolation or other means) on BufferedImages.
|
interface |
ISession
Start here:
Session creation service for OMERO. |
interface |
IShare
Provides method for sharing - collaboration process for images, datasets,
projects.
|
interface |
ITypes
Access to reflective type information.
|
interface |
IUpdate
Provides methods for directly updating object graphs.
|
interface |
JobHandle
Allows submission of asynchronous jobs.
|
interface |
RawFileStore
Raw file gateway which provides access to the OMERO file repository.
|
interface |
RawPixelsStore
Binary data provider.
|
interface |
Search
Central search interface, allowing Web2.0 style queries.
|
interface |
StatefulServiceInterface
OMERO API Interface with stateful semantics.
|
interface |
ThumbnailStore
Provides methods for dealing with thumbnails.
|
修飾子とタイプ | メソッドと説明 |
---|---|
<T extends ServiceInterface> |
ServiceFactory.getServiceByClass(java.lang.Class<T> klass)
looks up services based on the current
prefix and
the class name of the service type. |
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.Class<? extends ServiceInterface> |
SelfConfigurableService.getServiceInterface() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
OmeroContext.applyBeanPropertyValues(java.lang.Object target,
java.lang.Class<? extends ServiceInterface> beanInterface)
Uses the methods of this context's
BeanFactory to autowire any
Object based on the service class. |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
RenderingEngine
Defines a service to render a given pixels set.
|