| Package | Description |
|---|---|
| org.mmbase.applications.crontab.builders | |
| org.mmbase.cache |
The goal of this package is to centralize the MMBase
caches.
|
| org.mmbase.core.event | |
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.module.lucene | |
| org.mmbase.notifications | |
| org.mmbase.security.implementation.cloudcontext |
| Modifier and Type | Method and Description |
|---|---|
void |
CronJobs.notify(RelationEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
ReleaseStrategy.doEvaluate(RelationEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult)
implement this method to create your own strategy.
|
protected boolean |
BasicReleaseStrategy.doEvaluate(RelationEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult) |
protected boolean |
ChainedReleaseStrategy.doEvaluate(RelationEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult) |
protected boolean |
ConstraintsMatchingStrategy.doEvaluate(RelationEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult) |
protected boolean |
BetterStrategy.doEvaluate(RelationEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult) |
ReleaseStrategy.StrategyResult |
ReleaseStrategy.evaluate(RelationEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult) |
void |
QueryResultCache.notify(RelationEvent event) |
| Modifier and Type | Method and Description |
|---|---|
static RelationEvent |
NodeEventHelper.createRelationEventInstance(MMObjectNode node,
int eventType,
String machineName)
create an RelationEvent instnce with an MMObjectNode (builder should be specialization of insrel)
|
static RelationEvent |
NodeEventHelper.createRelationEventInstance(Relation node,
int eventType,
String machineName) |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationEventListener.notify(RelationEvent event) |
void |
TypedRelationEventListenerWrapper.notify(RelationEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
MMObjectBuilder.notify(RelationEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
Lucene.notify(RelationEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
Notifier.notify(RelationEvent re) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
Caches.notify(RelationEvent event) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}