Package org.alfresco.repo.jscript
Class Imap
- java.lang.Object
-
- org.alfresco.repo.processor.BaseProcessorExtension
-
- org.alfresco.repo.jscript.BaseScopableProcessorExtension
-
- org.alfresco.repo.jscript.Imap
-
- All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension,Scopeable
public final class Imap extends BaseScopableProcessorExtension
-
-
Constructor Summary
Constructors Constructor Description Imap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptNodegetImapHomeRef(java.lang.String userName)Searches NodeRef to the IMAP home for specified uservoidsetRepositoryHelper(Repository repository)Set the repository helpervoidsetServiceRegistry(ServiceRegistry services)Set the service registryvoidsetStoreUrl(java.lang.String storeRef)Set the default store reference-
Methods inherited from class org.alfresco.repo.jscript.BaseScopableProcessorExtension
getScope, setScope
-
Methods inherited from class org.alfresco.repo.processor.BaseProcessorExtension
getExtensionName, register, setExtensionName, setProcessor
-
-
-
-
Method Detail
-
setStoreUrl
public void setStoreUrl(java.lang.String storeRef)
Set the default store reference- Parameters:
storeRef- the default store reference
-
setServiceRegistry
public void setServiceRegistry(ServiceRegistry services)
Set the service registry- Parameters:
services- the service registry
-
setRepositoryHelper
public void setRepositoryHelper(Repository repository)
Set the repository helper- Parameters:
repository- the repository helper
-
getImapHomeRef
public ScriptNode getImapHomeRef(java.lang.String userName)
Searches NodeRef to the IMAP home for specified user- Parameters:
userName- the name of the user
-
-