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(java.lang.Class implClass,
java.lang.reflect.Method mthd,
java.lang.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(java.util.Set<java.lang.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(java.lang.String queryName,
Parameters parameters)
executes the stored query with the given name.
|
<T extends IObject> |
IQuery.get(java.lang.Class<T> klass,
long id)
lookup an entity by class and id.
|
java.util.Set<java.lang.String> |
IShare.getAllUsers(long shareId)
Deprecated.
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(java.lang.String queryName,
Parameters params) |
IObject |
QueryImpl.get(java.lang.Class klass,
long id) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteBean.deleteImage(long id,
boolean force) |
void |
DeleteBean.deleteImages(java.util.Set<java.lang.Long> ids,
boolean force) |
void |
DeleteBean.deleteImagesByDataset(long datasetId,
boolean force) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
ShareBean.getAllUsers(long shareId) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.