Package org.alfresco.repo.jscript
Class BaseScopableProcessorExtension
- java.lang.Object
-
- org.alfresco.repo.processor.BaseProcessorExtension
-
- org.alfresco.repo.jscript.BaseScopableProcessorExtension
-
- All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension,Scopeable
- Direct Known Subclasses:
Actions,Activity,AlfrescoScriptVirtualContext,ApplicationScriptUtils,Classification,Imap,JscriptWorkflowTask,People,Presence,ScriptActionTrackingService,ScriptAuthorityService,ScriptFormService,ScriptInvitationService,ScriptPreferenceService,ScriptRatingService,ScriptRenditionService,ScriptReplicationService,ScriptSiteService,ScriptTaggingService,ScriptTestUtils,ScriptThumbnailService,ScriptTransferService,ScriptUtils,Search,WorkflowManager
@AlfrescoPublicApi public class BaseScopableProcessorExtension extends BaseProcessorExtension implements Scopeable
Abstract base class for a script implementation that requires a script execution scope. The scope is local to the currently executing script and therefore a ThreadLocal is required.- Author:
- Kevin Roast
-
-
Constructor Summary
Constructors Constructor Description BaseScopableProcessorExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.mozilla.javascript.ScriptablegetScope()voidsetScope(org.mozilla.javascript.Scriptable scope)Set the Scriptable global scope-
Methods inherited from class org.alfresco.repo.processor.BaseProcessorExtension
getExtensionName, register, setExtensionName, setProcessor
-
-