Uses of Interface
org.alfresco.service.cmr.repository.ScriptLocation
-
Packages that use ScriptLocation Package Description org.alfresco.repo.action.executer org.alfresco.repo.jscript org.alfresco.repo.processor org.alfresco.service.cmr.repository -
-
Uses of ScriptLocation in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type ScriptLocation Modifier and Type Method Description voidScriptActionExecuter. 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 ScriptLocation Modifier and Type Class Description classClasspathScriptLocationClasspath script location object.Methods in org.alfresco.repo.jscript with parameters of type ScriptLocation Modifier and Type Method Description java.lang.ObjectRhinoScriptProcessor. execute(ScriptLocation location, java.util.Map<java.lang.String,java.lang.Object> model)voidScriptBehaviour. setLocation(ScriptLocation location)Constructors in org.alfresco.repo.jscript with parameters of type ScriptLocation Constructor Description ScriptBehaviour(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 ScriptLocation Modifier and Type Method Description protected java.lang.ObjectScriptServiceImpl. execute(ScriptProcessor processor, ScriptLocation location, java.util.Map<java.lang.String,java.lang.Object> model)Execute scriptjava.lang.ObjectScriptServiceImpl. executeScript(java.lang.String engine, ScriptLocation location, java.util.Map<java.lang.String,java.lang.Object> model)java.lang.ObjectScriptServiceImpl. executeScript(ScriptLocation location, java.util.Map<java.lang.String,java.lang.Object> model) -
Uses of ScriptLocation in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with parameters of type ScriptLocation Modifier and Type Method Description java.lang.ObjectScriptProcessor. execute(ScriptLocation location, java.util.Map<java.lang.String,java.lang.Object> model)Execute scriptjava.lang.ObjectScriptService. executeScript(java.lang.String engine, ScriptLocation scriptLocation, java.util.Map<java.lang.String,java.lang.Object> model)Process a script against the supplied data model.java.lang.ObjectScriptService. executeScript(ScriptLocation scriptLocation, java.util.Map<java.lang.String,java.lang.Object> model)Process a script against the supplied data model Uses the most approparite script engine or the default if none found.
-