Package | Description |
---|---|
psdi.mbo | |
psdi.server.event |
Modifier and Type | Method and Description |
---|---|
EventTopic[] |
MboSetInfo.getAppValidateEventTopic()
Get the event topic for the init of this kind of Mbo.
|
EventTopic[] |
MboSetInfo.getInitEventTopic()
Get the event topic for the init of this kind of Mbo.
|
Modifier and Type | Method and Description |
---|---|
EventTopic |
EventTopicTree.findEventTopic(java.lang.String subject)
findEventTopic finds the eventTopic in the global tree.
|
EventTopic |
EventTopicTree.findEventTopic(java.lang.String subject,
boolean isTenant)
findEventTopic searches the entire event topic tree for
an eventTopic.
|
EventTopic |
EventTopicTree.getEventTopic(java.lang.String subject)
Gets the event topic from global tree.
|
EventTopic |
EventTopic.getEventTopic(java.lang.String subject)
getEventTopic searches the whole event topic tree for
an eventTopic.
|
EventTopic |
EventTopicTree.getEventTopic(java.lang.String subject,
boolean isTenant)
Gets the event topic from global tree.
|
Modifier and Type | Method and Description |
---|---|
void |
EventTopic.addSubTopic(EventTopic ev)
Add subtopic tree to the event node.
|
void |
EventTopicTree.eventAction(java.lang.String subject,
EventMessage msg,
EventTopic topic)
event action method.
|
void |
EventTopicTree.eventValidate(java.lang.String subject,
EventMessage msg,
EventTopic topic)
event validation method.
|
void |
EventTopicTree.postCommitEventAction(java.lang.String subject,
EventMessage msg,
EventTopic et) |
void |
EventTopicTree.postSaveInternalEventAction(java.lang.String subject,
EventMessage msg,
EventTopic et)
Pre Save event action method.
|
void |
EventTopicTree.preSaveEventAction(java.lang.String subject,
EventMessage msg,
EventTopic et)
Pre Save event action method.
|
void |
EventTopicTree.preSaveInternalEventAction(java.lang.String subject,
EventMessage msg,
EventTopic et)
Pre Save event action method.
|
void |
EventTopicTree.registerExtendsTopic(java.lang.String topic,
EventTopic et,
EventListener evt,
int parentId)
Register all extended objects for the main object
|