Uses of Interface
org.alfresco.service.cmr.repository.ScriptProcessor
Packages that use ScriptProcessor
Package
Description
-
Uses of ScriptProcessor in org.alfresco.repo.jscript
Classes in org.alfresco.repo.jscript that implement ScriptProcessorModifier and TypeClassDescriptionclassImplementation of the ScriptProcessor using the Rhino JavaScript library. -
Uses of ScriptProcessor in org.alfresco.repo.processor
Methods in org.alfresco.repo.processor that return ScriptProcessorModifier and TypeMethodDescriptionprotected ScriptProcessorScriptServiceImpl.getScriptProcessor(String scriptLocation) Gets a script processor based on the script location stringprotected ScriptProcessorScriptServiceImpl.getScriptProcessor(NodeRef scriptNode) Gets a scipt processor based on the node reference of a scriptprotected ScriptProcessorScriptServiceImpl.getScriptProcessorImpl(String scriptFileName) Gets a script processor based on the scripts file nameprotected ScriptProcessorScriptServiceImpl.lookupScriptProcessor(String name) Helper method to lookup the script processor based on a nameMethods in org.alfresco.repo.processor with parameters of type ScriptProcessorModifier and TypeMethodDescriptionprotected ObjectExecute scriptprotected ObjectScriptServiceImpl.execute(ScriptProcessor processor, NodeRef scriptRef, QName contentProp, Map<String, Object> model) Execute scriptprotected ObjectScriptServiceImpl.execute(ScriptProcessor processor, ScriptLocation location, Map<String, Object> model) Execute scriptprotected ObjectScriptServiceImpl.executeString(ScriptProcessor processor, String script, Map<String, Object> model, boolean secure) Execute script stringvoidScriptServiceImpl.registerScriptProcessor(ScriptProcessor scriptProcessor) Register a script processor -
Uses of ScriptProcessor in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with parameters of type ScriptProcessorModifier and TypeMethodDescriptionvoidScriptService.registerScriptProcessor(ScriptProcessor scriptProcessor) Registers a script processor with the script service