Uses of Interface
org.alfresco.service.cmr.repository.ScriptLocation
Packages that use ScriptLocation
Package
Description
-
Uses of ScriptLocation in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type ScriptLocationModifier and TypeMethodDescriptionvoidScriptActionExecuter.setScriptLocation(ScriptLocation scriptLocation) Set the script location from Spring -
Uses of ScriptLocation in org.alfresco.repo.jscript
Classes in org.alfresco.repo.jscript that implement ScriptLocationMethods in org.alfresco.repo.jscript with parameters of type ScriptLocationModifier and TypeMethodDescriptionRhinoScriptProcessor.execute(ScriptLocation location, Map<String, Object> model) voidScriptBehaviour.setLocation(ScriptLocation location) Constructors in org.alfresco.repo.jscript with parameters of type ScriptLocationModifierConstructorDescriptionScriptBehaviour(ServiceRegistry serviceRegistry, ScriptLocation location) ScriptBehaviour(ServiceRegistry serviceRegistry, ScriptLocation location, Behaviour.NotificationFrequency frequency) -
Uses of ScriptLocation in org.alfresco.repo.processor
Methods in org.alfresco.repo.processor with parameters of type ScriptLocationModifier and TypeMethodDescriptionprotected ObjectScriptServiceImpl.execute(ScriptProcessor processor, ScriptLocation location, Map<String, Object> model) Execute scriptScriptServiceImpl.executeScript(String engine, ScriptLocation location, Map<String, Object> model) ScriptServiceImpl.executeScript(ScriptLocation location, Map<String, Object> model) -
Uses of ScriptLocation in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with parameters of type ScriptLocationModifier and TypeMethodDescriptionScriptProcessor.execute(ScriptLocation location, Map<String, Object> model) Execute scriptScriptService.executeScript(String engine, ScriptLocation scriptLocation, Map<String, Object> model) Process a script against the supplied data model.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.