| 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.formats | |
| ome.logic | 
 The central repository of implementations which will be accessible through this server. 
 | 
| ome.services.delete | 
 Implementations of the ome.api.IDelete service. 
 | 
| ome.services.sharing | 
 ome.api.IShare support infrastructure. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ApiConstraintChecker.errorOnViolation(Class implClass,
                Method mthd,
                Object[] args)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IDelete.deleteImage(long id,
           boolean force)
Deletes an  
Image and all related (subordinate) metadata as
 defined below. | 
void | 
IDelete.deleteImages(Set<Long> ids,
            boolean force)
Deletes several  
Image instances within a single transaction via
 the IDelete.deleteImage(long, boolean) method. | 
void | 
IDelete.deleteImagesByDataset(long datasetId,
                     boolean force)
Deletes the user-visible  
Image instances of the given
 Dataset within a single transaction via the
 IDelete.deleteImage(long, boolean). | 
void | 
IUpdate.deleteObject(IObject row)
Deletes a single entity. 
 | 
<T extends IObject> | 
IQuery.findByQuery(String queryName,
           Parameters parameters)
executes the stored query with the given name. 
 | 
<T extends IObject> | 
IQuery.get(Class<T> klass,
   long id)
lookup an entity by class and id. 
 | 
Set<String> | 
IShare.getAllUsers(long shareId)
Get a single set containing the
  
login names
 of the users as well email addresses for guests. | 
void | 
IUpdate.indexObject(IObject row)
Initiates full-text indexing for the given object. 
 | 
| Constructor and Description | 
|---|
OMEROMetadataStore(ServiceFactory factory,
                  SqlAction sql)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends IObject> | 
QueryImpl.findByQuery(String queryName,
           Parameters params)  | 
IObject | 
QueryImpl.get(Class klass,
   long id)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeleteBean.deleteImage(long id,
           boolean force)  | 
void | 
DeleteBean.deleteImages(Set<Long> ids,
            boolean force)  | 
void | 
DeleteBean.deleteImagesByDataset(long datasetId,
                     boolean force)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<String> | 
ShareBean.getAllUsers(long shareId)  | 
                
                
Version: 5.2.8-ice35-b57
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.