public class ApplicationEvent extends Event implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationEvent.Builder |
Event.Scope| Constructor and Description |
|---|
ApplicationEvent(EventPathEntry[] eventPath,
java.lang.String dbKey,
de.innovationgate.webgate.api.WGDatabaseRevision revision,
java.lang.String sessionId,
java.util.Map<java.lang.Object,java.lang.Object> params,
Event.Scope eventScope) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEvent |
createLocalDelegate() |
java.lang.String |
getDatabaseKey() |
java.lang.String |
getDbKey() |
java.util.Map<java.lang.Object,java.lang.Object> |
getParams() |
EventPathEntry[] |
getPath() |
Event.Scope |
getScope() |
getCascadingEventsPath, getDatabaseRevision, getSessionId, getSource, setSourcepublic ApplicationEvent(EventPathEntry[] eventPath, java.lang.String dbKey, de.innovationgate.webgate.api.WGDatabaseRevision revision, java.lang.String sessionId, java.util.Map<java.lang.Object,java.lang.Object> params, Event.Scope eventScope)
public EventPathEntry[] getPath()
public Event.Scope getScope()
public java.util.Map<java.lang.Object,java.lang.Object> getParams()
public java.lang.String getDbKey()
public java.lang.String getDatabaseKey()
getDatabaseKey in class Eventpublic ApplicationEvent createLocalDelegate()
createLocalDelegate in class Event