Class AbstractUpdateDomainShortcutListener

java.lang.Object
ch.tocco.nice2.persist.core.api.entity.events.InterruptibleEntityFacadeAdapter
ch.tocco.nice2.dms.api.tree.AbstractUpdateDomainShortcutListener
All Implemented Interfaces:
EntityFacadeListener, EventListener
Direct Known Subclasses:
UpdateCmsDomainShortcutListener, UpdateDmsDomainShortcutListener

public abstract class AbstractUpdateDomainShortcutListener extends InterruptibleEntityFacadeAdapter
This listener sets a shortcut relation from an node to its domain. A domain shortcut is a direct relation from a child node to the domain. This information is redundant, since one can also traverse the entire tree path. This redundant link allows to resolve the root more efficiently.