public class SimpleEventContext extends java.lang.Object implements EventContext, java.io.Serializable
EventContext
EventContext
,
直列化された形式修飾子とタイプ | フィールドと説明 |
---|---|
protected java.lang.Long |
ceId |
protected java.lang.String |
ceType |
protected java.lang.Long |
cgId |
protected java.lang.String |
cgName |
protected java.lang.Long |
csId |
protected java.lang.String |
csName |
protected java.lang.Long |
cuId |
protected java.lang.String |
cuName |
protected boolean |
isAdmin |
protected boolean |
isReadOnly |
protected java.util.List<java.lang.Long> |
leaderOfGroups |
protected java.util.List<java.lang.Long> |
memberOfGroups |
protected java.lang.Long |
shareId |
protected ome.model.internal.Permissions |
umask |
修飾子 | コンストラクタと説明 |
---|---|
protected |
SimpleEventContext()
Constructor for subclasses
|
|
SimpleEventContext(EventContext ec)
copy constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
copy(EventContext ec)
Copies all values directly from the given instance into this instance.
|
java.lang.Long |
getCurrentEventId() |
java.lang.String |
getCurrentEventType() |
java.lang.Long |
getCurrentGroupId() |
java.lang.String |
getCurrentGroupName() |
ome.model.internal.Permissions |
getCurrentGroupPermissions() |
java.lang.Long |
getCurrentSessionId() |
java.lang.String |
getCurrentSessionUuid() |
java.lang.Long |
getCurrentShareId() |
ome.model.internal.Permissions |
getCurrentUmask() |
java.lang.Long |
getCurrentUserId() |
java.lang.String |
getCurrentUserName() |
java.util.List<java.lang.Long> |
getLeaderOfGroupsList() |
java.util.List<java.lang.Long> |
getMemberOfGroupsList() |
boolean |
isCurrentUserAdmin() |
boolean |
isReadOnly() |
protected void |
setGroupPermissions(ome.model.internal.Permissions p) |
protected java.lang.Long shareId
protected java.lang.Long csId
protected java.lang.Long cgId
protected java.lang.Long cuId
protected java.lang.Long ceId
protected java.lang.String csName
protected java.lang.String cgName
protected java.lang.String cuName
protected java.lang.String ceType
protected boolean isAdmin
protected boolean isReadOnly
protected java.util.List<java.lang.Long> memberOfGroups
protected java.util.List<java.lang.Long> leaderOfGroups
protected ome.model.internal.Permissions umask
protected SimpleEventContext()
public SimpleEventContext(EventContext ec)
protected void copy(EventContext ec)
getCurrentEventId()
, isCurrentUserAdmin()
,
isReadOnly()
, or getCurrentUmask()
throws an
exception, those fields will remain null assuming that the
ome.security.SecuritySystem
will reload them later.public java.lang.Long getCurrentShareId()
getCurrentShareId
インタフェース内 EventContext
public java.lang.Long getCurrentSessionId()
getCurrentSessionId
インタフェース内 EventContext
public java.lang.String getCurrentSessionUuid()
getCurrentSessionUuid
インタフェース内 EventContext
public java.lang.Long getCurrentGroupId()
getCurrentGroupId
インタフェース内 EventContext
public java.lang.String getCurrentGroupName()
getCurrentGroupName
インタフェース内 EventContext
public java.lang.Long getCurrentUserId()
getCurrentUserId
インタフェース内 EventContext
public java.lang.String getCurrentUserName()
getCurrentUserName
インタフェース内 EventContext
public boolean isCurrentUserAdmin()
isCurrentUserAdmin
インタフェース内 EventContext
public boolean isReadOnly()
isReadOnly
インタフェース内 EventContext
public java.util.List<java.lang.Long> getMemberOfGroupsList()
getMemberOfGroupsList
インタフェース内 EventContext
public java.util.List<java.lang.Long> getLeaderOfGroupsList()
getLeaderOfGroupsList
インタフェース内 EventContext
public java.lang.Long getCurrentEventId()
getCurrentEventId
インタフェース内 EventContext
public java.lang.String getCurrentEventType()
getCurrentEventType
インタフェース内 EventContext
public ome.model.internal.Permissions getCurrentUmask()
public ome.model.internal.Permissions getCurrentGroupPermissions()
getCurrentGroupPermissions
インタフェース内 EventContext
protected void setGroupPermissions(ome.model.internal.Permissions p)