public abstract class AbstractCustomESListener extends Object implements ICustomESListener
| Constructor and Description |
|---|
AbstractCustomESListener()
Default constructor.
|
AbstractCustomESListener(ESInlineListenerCustomizer esListener)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
customStackCommands(org.nuxeo.ecm.core.event.impl.DocumentEventContext docCtx,
String eventId)
Custom indexing method.
|
void |
setESInlineListener(ESInlineListenerCustomizer esListener)
Set the root listener.
|
public AbstractCustomESListener()
public AbstractCustomESListener(ESInlineListenerCustomizer esListener)
public void setESInlineListener(ESInlineListenerCustomizer esListener)
setESInlineListener in interface ICustomESListenerpublic abstract void customStackCommands(org.nuxeo.ecm.core.event.impl.DocumentEventContext docCtx,
String eventId)
customStackCommands in interface ICustomESListenerCopyright © 2019. All rights reserved.