| ContextFilter |
modified (hierarchical) visitor pattern.
|
| CountCollectionPersister |
CollectionPersister which knows how to handle the count views
generated by dsl/resources/ome/dsl/views.dm.
|
| Counter |
A simple integral counter that can be incremented.
|
| DetailsFieldBridge |
Delegating FieldBridge which passes the "fieldBridge" bean from the
"ome.model" Spring ApplicationContext all arguments.
|
| EmptyIterator<E> |
utility iterator which does nothing as quickly as possible.
|
| IdBlock |
|
| ImageUtil |
Provides helper methods for performing various things on image data.
|
| LSID |
This class represents an LSID as used by the OME-XML data model.
|
| MapPut |
Simple bean which calls "map.put(key, object)" on
InitializingBean.afterPropertiesSet().
|
| ModelMapper |
|
| PermDetails |
wrapper class which can be used in HQL queries to properly load
the full context for a permissions object.
|
| PixelData |
Represents a block of pixel data.
|
| PostgresqlDialect |
select i from Image i where i.id in (:ids)
becomes
select i from Image i where i.id in (select id from temp_ids());
|
| PrivilegedStringType |
A Hibernate type for string-valued properties where only privileged readers see non-null values.
|
| PrivilegedStringType.FilteredFullAdmin |
String type for which users read null except for full administrators.
|
| PrivilegedStringType.FilteredFullAdminHidden |
String type for which users read a dummy value except for full administrators.
|
| PrivilegedStringType.FilteredFullAdminUUID |
String type for which users read a dummy UUID except for full administrators.
|
| PrivilegedStringType.FilteredRelatedUser |
String type for which users read null except for (potentially) related users.
|
| PrivilegedStringType.FilteredRelatedUserHidden |
String type for which users read a dummy value except for (potentially) related users.
|
| PrivilegedStringTypeDescriptor |
|
| PrivilegedStringTypeDescriptor.FilteredFullAdmin |
|
| PrivilegedStringTypeDescriptor.FilteredFullAdminHidden |
|
| PrivilegedStringTypeDescriptor.FilteredFullAdminUUID |
|
| PrivilegedStringTypeDescriptor.FilteredRelatedUser |
|
| PrivilegedStringTypeDescriptor.FilteredRelatedUserHidden |
|
| RdfPrinter |
walks an object graph producing RDF-like output.
|
| ShallowCopy |
|
| SqlAction.DeleteLog |
Record-class which matches _fs_deletelog.
|
| SqlAction.IdRowMapper |
|
| SqlAction.Impl |
Base implementation which can be used
|
| SqlAction.LoggingSqlAction |
|
| SqlAction.StringRowMapper |
|
| TableIdGenerator |
OMERO-specific id generation strategy.
|
| Utils |
various tools needed throughout Omero.
|
| Validation |
collector for Model-validation status.
|
| Validator |
tests of model objects for validity.
|