org.alfresco.repo.jscript
Class Imap

java.lang.Object
  extended by org.alfresco.repo.processor.BaseProcessorExtension
      extended by org.alfresco.repo.jscript.BaseScopableProcessorExtension
          extended by org.alfresco.repo.jscript.Imap
All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension, Scopeable

public final class Imap
extends BaseScopableProcessorExtension


Constructor Summary
Imap()
           
 
Method Summary
 ScriptNode getImapHomeRef(java.lang.String mailboxName, java.lang.String userName)
          Searches NodeRef to the IMAP home for specified user
 void setRepositoryHelper(Repository repository)
          Set the repository helper
 void setServiceRegistry(ServiceRegistry services)
          Set the service registry
 void setStoreUrl(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Imap

public Imap()
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 mailboxName,
                                 java.lang.String userName)
Searches NodeRef to the IMAP home for specified user

Parameters:
mailboxName - the name of the mailbox
userName - the name of the user


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.