Package | Description |
---|---|
ome.services.blitz.repo | |
ome.services.messages |
Message implementations used throughout the server for internal communication.
|
ome.util |
Utilities for all of OMERO.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<SqlAction.DeleteLog>> |
RepositoryDao.findRepoDeleteLogs(java.util.List<SqlAction.DeleteLog> templates,
Ice.Current current)
As
findRepoDeleteLogs(DeleteLog, Current) but for a collection
of templates. |
java.util.List<java.util.List<SqlAction.DeleteLog>> |
RepositoryDaoImpl.findRepoDeleteLogs(java.util.List<SqlAction.DeleteLog> templates,
Ice.Current current) |
java.util.List<SqlAction.DeleteLog> |
RepositoryDao.findRepoDeleteLogs(SqlAction.DeleteLog template,
Ice.Current current)
Call
SqlAction.findRepoDeleteLogs(DeleteLog) with the current
context. |
java.util.List<SqlAction.DeleteLog> |
RepositoryDaoImpl.findRepoDeleteLogs(SqlAction.DeleteLog template,
Ice.Current current) |
Modifier and Type | Method and Description |
---|---|
int |
RepositoryDao.deleteRepoDeleteLogs(SqlAction.DeleteLog template,
Ice.Current current)
Call
SqlAction.deleteRepoDeleteLogs(DeleteLog) with the current
context. |
int |
RepositoryDaoImpl.deleteRepoDeleteLogs(SqlAction.DeleteLog template,
Ice.Current current) |
java.util.List<SqlAction.DeleteLog> |
RepositoryDao.findRepoDeleteLogs(SqlAction.DeleteLog template,
Ice.Current current)
Call
SqlAction.findRepoDeleteLogs(DeleteLog) with the current
context. |
java.util.List<SqlAction.DeleteLog> |
RepositoryDaoImpl.findRepoDeleteLogs(SqlAction.DeleteLog template,
Ice.Current current) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
RepositoryDao.deleteRepoDeleteLogs(java.util.List<SqlAction.DeleteLog> templates,
Ice.Current current)
Call
SqlAction.deleteRepoDeleteLogs(DeleteLog) with the current
context for a number of templates. |
java.util.List<java.lang.Integer> |
RepositoryDaoImpl.deleteRepoDeleteLogs(java.util.List<SqlAction.DeleteLog> templates,
Ice.Current current) |
java.util.List<java.util.List<SqlAction.DeleteLog>> |
RepositoryDao.findRepoDeleteLogs(java.util.List<SqlAction.DeleteLog> templates,
Ice.Current current)
As
findRepoDeleteLogs(DeleteLog, Current) but for a collection
of templates. |
java.util.List<java.util.List<SqlAction.DeleteLog>> |
RepositoryDaoImpl.findRepoDeleteLogs(java.util.List<SqlAction.DeleteLog> templates,
Ice.Current current) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteLogMessage.error(SqlAction.DeleteLog log,
java.lang.Throwable t) |
boolean |
DeleteLogMessage.isError(SqlAction.DeleteLog log) |
void |
DeleteLogMessage.success(SqlAction.DeleteLog log) |
Modifier and Type | Method and Description |
---|---|
SqlAction.DeleteLog |
SqlAction.DeleteLog.mapRow(java.sql.ResultSet rs,
int arg1) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SqlAction.DeleteLog> |
SqlAction.findRepoDeleteLogs(SqlAction.DeleteLog template)
Find all
SqlAction.DeleteLog entries which match all of the non-null
fields provided in the template. |
java.util.List<SqlAction.DeleteLog> |
SqlAction.Impl.findRepoDeleteLogs(SqlAction.DeleteLog template) |
Modifier and Type | Method and Description |
---|---|
int |
SqlAction.deleteRepoDeleteLogs(SqlAction.DeleteLog template)
Delete all
SqlAction.DeleteLog entries which match all of the non-null
fields provided in the template. |
int |
SqlAction.Impl.deleteRepoDeleteLogs(SqlAction.DeleteLog template) |
java.util.List<SqlAction.DeleteLog> |
SqlAction.findRepoDeleteLogs(SqlAction.DeleteLog template)
Find all
SqlAction.DeleteLog entries which match all of the non-null
fields provided in the template. |
java.util.List<SqlAction.DeleteLog> |
SqlAction.Impl.findRepoDeleteLogs(SqlAction.DeleteLog template) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.