Package | Description |
---|---|
org.alfresco.repo.action.executer | |
org.alfresco.repo.jscript | |
org.alfresco.repo.processor | |
org.alfresco.service.cmr.repository |
Modifier and Type | Method and Description |
---|---|
void |
ScriptActionExecuter.setScriptLocation(ScriptLocation scriptLocation)
Set the script location from Spring
|
Modifier and Type | Class and Description |
---|---|
class |
ClasspathScriptLocation
Classpath script location object.
|
Modifier and Type | Method and Description |
---|---|
Object |
RhinoScriptProcessor.execute(ScriptLocation location,
Map<String,Object> model) |
void |
ScriptBehaviour.setLocation(ScriptLocation location) |
Constructor and Description |
---|
ScriptBehaviour(ServiceRegistry serviceRegistry,
ScriptLocation location) |
ScriptBehaviour(ServiceRegistry serviceRegistry,
ScriptLocation location,
Behaviour.NotificationFrequency frequency) |
Modifier and Type | Method and Description |
---|---|
protected Object |
ScriptServiceImpl.execute(ScriptProcessor processor,
ScriptLocation location,
Map<String,Object> model)
Execute script
|
Object |
ScriptServiceImpl.executeScript(ScriptLocation location,
Map<String,Object> model) |
Object |
ScriptServiceImpl.executeScript(String engine,
ScriptLocation location,
Map<String,Object> model) |
Modifier and Type | Method and Description |
---|---|
Object |
ScriptProcessor.execute(ScriptLocation location,
Map<String,Object> model)
Execute script
|
Object |
ScriptService.executeScript(ScriptLocation scriptLocation,
Map<String,Object> model)
Process a script against the supplied data model
Uses the most approparite script engine or the default if none found.
|
Object |
ScriptService.executeScript(String engine,
ScriptLocation scriptLocation,
Map<String,Object> model)
Process a script against the supplied data model.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.