Package | Description |
---|---|
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.parameters |
Contains necessary parameters for various API methods throughout OMERO.
|
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
|
omero.util |
Modifier and Type | Method and Description |
---|---|
<T extends IObject> |
IQuery.findAll(java.lang.Class<T> klass,
Filter filter)
lookup all entities that belong to this class and match filter.
|
<T extends IObject> |
IQuery.findAllByExample(T example,
Filter filter)
search based on provided example entity.
|
<T extends IObject> |
IQuery.findAllByString(java.lang.Class<T> klass,
java.lang.String field,
java.lang.String stringValue,
boolean caseSensitive,
Filter filter)
search a given field matching against a String.
|
Modifier and Type | Method and Description |
---|---|
<T extends IObject> |
QueryImpl.findAll(java.lang.Class<T> klass,
Filter filter) |
<T extends IObject> |
QueryImpl.findAllByExample(T example,
Filter filter) |
<T extends IObject> |
QueryImpl.findAllByString(java.lang.Class<T> klass,
java.lang.String fieldName,
java.lang.String value,
boolean caseSensitive,
Filter filter) |
protected void |
QueryImpl.parseFilter(org.hibernate.Criteria c,
Filter f)
Responsible for applying the information provided in a
Filter to a Criteria
instance. |
Modifier and Type | Method and Description |
---|---|
Filter |
Filter.group(long groupId) |
Filter |
Filter.owner(long ownerId) |
Filter |
Filter.page(java.lang.Integer offset,
java.lang.Integer limit) |
Filter |
Filter.unique()
state that this Filter should only return a single value if possible.
|
Modifier and Type | Method and Description |
---|---|
Parameters |
Parameters.setFilter(Filter filter) |
Constructor and Description |
---|
Parameters(Filter filter)
Filter constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryBuilder.filter(java.lang.String string,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
static Filter |
IceMapper.convert(omero.sys.Filter f) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.