Package | Description |
---|---|
ome.model.meta | |
ome.security.basic |
Basic OMERO security contextual classes
Basic classes that provide security context objects necessary to secure the implementation of
the OMERO server on a JBoss platform.
|
ome.services.eventlogs | |
ome.services.fulltext |
All necessary classes for background indexing of metadata and attached binary
files.
|
ome.services.mail |
General mail services.
|
ome.services.messages |
Message implementations used throughout the server for internal communication.
|
ome.services.pixeldata |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<EventLog> |
Event.logs |
Modifier and Type | Method and Description |
---|---|
EventLog |
EventLog.newInstance() |
EventLog |
EventLog.proxy() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<EventLog> |
Event.getLogs()
returns logs .
|
java.util.Iterator<EventLog> |
Event.iterateLogs()
should be used rather than accessing the logs set directly.
|
java.util.Collection<EventLog> |
Event.unmodifiableLogs()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Event.addEventLog(EventLog target)
use instead of setLogs .
|
void |
Event.removeEventLog(EventLog target)
removes a single element from this set and makes the inverse call on ome.model.meta.EventLog
|
Modifier and Type | Method and Description |
---|---|
void |
Event.addEventLogSet(java.util.Collection<EventLog> targets)
use like addEventLog.
|
void |
Event.removeEventLogSet(java.util.Collection<EventLog> targets)
use like removeEventLog
|
protected void |
Event.setLogs(java.util.Set<EventLog> logs)
setter for logs should be avoided.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EventLog> |
BasicEventContext.getLogs() |
java.util.List<EventLog> |
BasicSecuritySystem.getLogs() |
java.util.List<EventLog> |
CurrentDetails.getLogs() |
Modifier and Type | Method and Description |
---|---|
void |
BasicEventContext.setLogs(java.util.List<EventLog> logs) |
Modifier and Type | Field and Description |
---|---|
EventLog |
EventLogFailure.log |
Modifier and Type | Method and Description |
---|---|
EventLog |
EventLogLoader.lastEventLog() |
EventLog |
EventLogLoader.next()
Returns the current
EventLogLoader.log instance which may be loaded by a call
to EventLogLoader.hasNext() if necessary. |
EventLog |
EventLogQueue.next()
Return a wrapped version of
EventLogQueue.Data.next() which could possibly be
null. |
EventLog |
EventLogLoader.nextEventLog(long id)
Returns the
EventLog with the next id after the given argument or
null if none exists. |
protected EventLog |
AllEntitiesPseudoLogLoader.query() |
protected EventLog |
AllEventsLogLoader.query() |
protected abstract EventLog |
EventLogLoader.query() |
protected EventLog |
EventLogQueue.query() |
protected EventLog |
PersistentEventLogLoader.query() |
EventLog |
EventBacklog.remove()
Removes and returns the next
EventLog instance or null if none is
present. |
protected EventLog |
AllEntitiesPseudoLogLoader.wrap(java.lang.String cls,
IObject obj) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<EventLog> |
EventLogLoader.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
EventBacklog.add(EventLog log)
|
void |
EventLogLoader.rollback(EventLog el) |
Constructor and Description |
---|
EventLogFailure(EventLogLoader loader,
EventLog log,
java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
protected void |
FullTextIndexer.handleEventLog(org.hibernate.search.FullTextSession session,
EventLog eventLog)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectMailSender.sendEmail(java.util.Collection<EventLog> matches) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<EventLog> |
EventLogsMessage.matches(java.lang.String klass,
java.lang.String action) |
Constructor and Description |
---|
EventLogsMessage(java.lang.Object source,
com.google.common.collect.Multimap<java.lang.String,EventLog> logs) |
Modifier and Type | Method and Description |
---|---|
protected EventLog |
PersistentEventLogLoader.pop() |
protected EventLog |
PersistentEventLogLoader.query()
Uses data from the
PersistentEventLogLoader.dataPerUser "queue" to allow new requests to
be processed even if one user adds a large number of PIXELDATA events. |
Modifier and Type | Method and Description |
---|---|
void |
PixelDataHandler.handleEventLog(EventLog eventLog,
org.hibernate.Session session,
ServiceFactory sf)
Handles only single elements from the
PersistentEventLogLoader
in order to keep transactions short and safe. |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.