Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.service.synchronization
Interface MailboxSynchronizationService

All Superinterfaces:
Serializable
All Known Implementing Classes:
MailboxSynchronizationServiceImpl

public interface MailboxSynchronizationService
extends Serializable

Service that handles mailboxes creation/update/deletion by synchronizing them according to users and groups directories.

Author:
Laurent Doguin

Method Summary
 void doSynchronize()
           
 MailboxGroupSynchronizationDescriptor getGroupSynchronizer()
           
 Map<String,MailboxDirectorySynchronizationDescriptor> getSynchronizerMap()
           
 MailboxUserSynchronizationDescriptor getUserSynchronizer()
           
 

Method Detail

doSynchronize

void doSynchronize()
                   throws Exception
Throws:
Exception

getSynchronizerMap

Map<String,MailboxDirectorySynchronizationDescriptor> getSynchronizerMap()

getUserSynchronizer

MailboxUserSynchronizationDescriptor getUserSynchronizer()

getGroupSynchronizer

MailboxGroupSynchronizationDescriptor getGroupSynchronizer()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.