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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImapHomeRef(String userName) Searches NodeRef to the IMAP home for specified uservoidsetRepositoryHelper(Repository repository) Set the repository helpervoidsetServiceRegistry(ServiceRegistry services) Set the service registryvoidsetStoreUrl(String storeRef) Set the default store referenceMethods inherited from class org.alfresco.repo.jscript.BaseScopableProcessorExtension
getScope, setScopeMethods inherited from class org.alfresco.repo.processor.BaseProcessorExtension
getExtensionName, register, setExtensionName, setProcessor
-
Constructor Details
-
Imap
public Imap()
-
-
Method Details
-
setStoreUrl
Set the default store reference- Parameters:
storeRef- the default store reference
-
setServiceRegistry
Set the service registry- Parameters:
services- the service registry
-
setRepositoryHelper
Set the repository helper- Parameters:
repository- the repository helper
-
getImapHomeRef
Searches NodeRef to the IMAP home for specified user- Parameters:
userName- the name of the user
-