| 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(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(Class<T> klass,
               String field,
               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(Class<T> klass,
       Filter filter)  | 
<T extends IObject> | 
QueryImpl.findAllByExample(T example,
                Filter filter)  | 
<T extends IObject> | 
QueryImpl.findAllByString(Class<T> klass,
               String fieldName,
               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(Integer offset,
    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(String string,
      Filter filter)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Filter | 
IceMapper.convert(omero.sys.Filter f)  | 
                
                
Version: 5.2.8-ice35-b57
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.