| Package | Description |
|---|---|
| org.nuxeo.ecm.core.event.impl |
Event Service implementation.
|
| org.nuxeo.ecm.core.event.script |
| Modifier and Type | Method and Description |
|---|---|
Script |
EventListenerDescriptor.getScript() |
| Modifier and Type | Class and Description |
|---|---|
class |
FileScript
Script that comes from a file.
|
class |
JARFileScript
Script that comes from a JAR.
|
class |
JARUrlScript |
class |
URLScript |
| Modifier and Type | Field and Description |
|---|---|
protected Script |
ScriptingPostCommitEventListener.script |
protected Script |
ScriptingEventListener.script |
protected Script |
FakeCompiledScript.script |
| Modifier and Type | Method and Description |
|---|---|
static Script |
Script.newScript(File location) |
static Script |
Script.newScript(String location) |
static Script |
Script.newScript(URL location) |
| Constructor and Description |
|---|
FakeCompiledScript(ScriptEngine engine,
Script script) |
ScriptingEventListener(Script script) |
ScriptingPostCommitEventListener(Script script) |
Copyright © 2019 Nuxeo. All rights reserved.