パッケージ | 説明 |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
ome.system |
Provides the necessary container structure for the entire Omero system.
|
修飾子とタイプ | メソッドと説明 |
---|---|
EventContext |
StatefulServiceInterface.getCurrentEventContext()
Returns the current
EventContext for this instance. |
EventContext |
IAdmin.getEventContext()
returns an implementation of
EventContext loaded with the
security for the current user and thread. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
SimpleEventContext
simple, non-thread-safe, serializable
EventContext |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
PreferenceContext.canRead(EventContext ec,
java.lang.String key) |
protected void |
SimpleEventContext.copy(EventContext ec)
Copies all values directly from the given instance into this instance.
|
コンストラクタと説明 |
---|
SimpleEventContext(EventContext ec)
copy constructor.
|