Package | Description |
---|---|
ome.annotations |
Runtime source annotation package for the OMERO server
This includes classes that annotate source code and check metadata at runtime
for server API calls.
|
ome.api |
Contains the central verbs of the Omero System.
|
ome.logic |
The central repository of implementations which will be accessible through this server.
|
ome.tools.hibernate |
Hibernate specific tools for the OMERO Server
Classes/Interfaces that implement Hibernate method mechanics for the OMERO server
Related Documentation
For more information, please see:
TODO
|
ome.util |
Utilities for all of OMERO.
|
ome.util.actions | |
omero.cmd |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
AnnotationUtils.findMethodAnnotations(java.lang.Class implClass,
java.lang.reflect.Method mthd)
finds all parameter
annotations for the given class
including on all implemented interfaces. |
static java.lang.Object[] |
AnnotationUtils.findParameterAnnotations(java.lang.Class implClass,
java.lang.reflect.Method mthd)
finds all parameter
annotations for the given class
including on all implemented interfaces. |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
IConfig.getDatabaseTime()
checks the database for its time using a SELECT statement.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryInfoImpl.sanityCheckRepository() |
Modifier and Type | Method and Description |
---|---|
protected InternalException |
EventMethodInterceptor.DisableAction.createException(MethodInvocation mi) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
SqlAction.getPixelsNamePathRepo(long id)
Retrieves the name, path and repo for the given pixels set.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
PostgresSqlAction.getPixelsNamePathRepo(long id) |
Modifier and Type | Class and Description |
---|---|
static class |
HandleI.Cancel
Signals that
HandleI.run() has noticed that the state diagram
wants a cancellation or that the Request implementation wishes to
stop execution. |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.