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(java.lang.String scriptLocation)Gets a script processor based on the script location stringprotected ScriptProcessorScriptServiceImpl. getScriptProcessor(org.alfresco.service.cmr.repository.NodeRef scriptNode)Gets a scipt processor based on the node reference of a scriptprotected ScriptProcessorScriptServiceImpl. getScriptProcessorImpl(java.lang.String scriptFileName)Gets a script processor based on the scripts file nameprotected ScriptProcessorScriptServiceImpl. lookupScriptProcessor(java.lang.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 java.lang.ObjectScriptServiceImpl. execute(ScriptProcessor processor, java.lang.String location, java.util.Map<java.lang.String,java.lang.Object> model)Execute scriptprotected java.lang.ObjectScriptServiceImpl. execute(ScriptProcessor processor, org.alfresco.service.cmr.repository.NodeRef scriptRef, org.alfresco.service.namespace.QName contentProp, java.util.Map<java.lang.String,java.lang.Object> model)Execute scriptprotected java.lang.ObjectScriptServiceImpl. execute(ScriptProcessor processor, ScriptLocation location, java.util.Map<java.lang.String,java.lang.Object> model)Execute scriptprotected java.lang.ObjectScriptServiceImpl. executeString(ScriptProcessor processor, java.lang.String script, java.util.Map<java.lang.String,java.lang.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
-