Uses of Interface
org.alfresco.service.cmr.repository.ScriptProcessor
-
Packages that use ScriptProcessor Package Description org.alfresco.repo.jscript org.alfresco.repo.processor org.alfresco.service.cmr.repository -
-
Uses of ScriptProcessor in org.alfresco.repo.jscript
Classes in org.alfresco.repo.jscript that implement ScriptProcessor Modifier and Type Class Description classRhinoScriptProcessorImplementation of the ScriptProcessor using the Rhino JavaScript library. -
Uses of ScriptProcessor in org.alfresco.repo.processor
Methods in org.alfresco.repo.processor that return ScriptProcessor Modifier and Type Method Description protected 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 ScriptProcessor Modifier and Type Method Description protected ObjectScriptServiceImpl. execute(ScriptProcessor processor, String location, Map<String,Object> model)Execute 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)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 ScriptProcessor Modifier and Type Method Description voidScriptService. registerScriptProcessor(ScriptProcessor scriptProcessor)Registers a script processor with the script service
-