public interface SynchronizeService
| Modifier and Type | Method and Description |
|---|---|
void |
doSynchronize(CoreSession session)
Performs the whole synchronization process including the documents
relations and vocabularies synchronizations using the default
synchronization details.
|
void |
doSynchronize(CoreSession session,
String queryName)
Performs the whole synchronization process including the documents
relations and vocabularies synchronizations using the default
synchronization details.
|
void |
doSynchronize(CoreSession session,
SynchronizeDetails details)
Performs the whole synchronization process including the documents
relations and vocabularies synchronizations.
|
void |
doSynchronize(CoreSession session,
SynchronizeDetails details,
String queryName)
Performs the whole synchronization process including the documents
relations and vocabularies synchronizations.
|
void |
doSynchronizeDocuments(CoreSession session)
Synchronizes all the documents by using the default synchronization
details.
|
void |
doSynchronizeDocuments(CoreSession session,
String queryName)
Synchronizes all the documents by using the default synchronization
details.
|
void |
doSynchronizeDocuments(CoreSession session,
SynchronizeDetails details)
Synchronizes all the documents by using the synchronization details.
|
void |
doSynchronizeDocuments(CoreSession session,
SynchronizeDetails details,
String queryName)
Synchronizes all the documents by using the synchronization details.
|
void |
doSynchronizeRelations()
Synchronizes all the relations defined on the documents by using the
default synchronization details.This should happen after the documents
synchronization.
|
void |
doSynchronizeRelations(SynchronizeDetails details)
Synchronizes all the relations defined on the documents by using the
synchronization details.This should happen after the documents
synchronization.
|
void |
doSynchronizeVocabularies()
Synchronizes all the vocabularies by using the default synchronization
details.This should happen after the documents synchronization.
|
void |
doSynchronizeVocabularies(SynchronizeDetails details)
Synchronizes all the vocabularies by using the synchronization
details.This should happen after the documents synchronization.
|
SynchronizeDetails |
getDefaultSynchronizeDetails() |
boolean |
shouldDisableReadSP(String docPath,
String permission)
Test if the ReadSecurityPolicy should be disabled or not.
|
void doSynchronizeDocuments(CoreSession session, SynchronizeDetails details) throws Exception
session - - the Nuxeo core session received from the web contextdetails - - the details about the synchronization processClientExceptionExceptionvoid doSynchronizeDocuments(CoreSession session) throws Exception
session - - the Nuxeo core session received from the web contextClientExceptionExceptionvoid doSynchronizeDocuments(CoreSession session, SynchronizeDetails details, String queryName) throws Exception
session - - the Nuxeo core session received from the web contextdetails - - the details about the synchronization processqueryName - - the query name to use server sideClientExceptionExceptionvoid doSynchronizeDocuments(CoreSession session, String queryName) throws Exception
session - - the Nuxeo core session received from the web contextqueryName - - the query name to use server sideClientExceptionExceptionvoid doSynchronizeRelations(SynchronizeDetails details) throws ClientException
details - - the details about the synchronization processClientExceptionvoid doSynchronizeRelations()
throws ClientException
ClientExceptionvoid doSynchronizeVocabularies(SynchronizeDetails details) throws ClientException
details - ClientExceptionvoid doSynchronizeVocabularies()
throws ClientException
ClientExceptionvoid doSynchronize(CoreSession session, SynchronizeDetails details) throws Exception
session - - the Nuxeo core session received from the web contextdetails - - the details about the synchronization processExceptionvoid doSynchronize(CoreSession session) throws Exception
session - - the Nuxeo core session received from the web contextExceptionvoid doSynchronize(CoreSession session, SynchronizeDetails details, String queryName) throws Exception
session - - the Nuxeo core session received from the web contextdetails - - the details about the synchronization processExceptionvoid doSynchronize(CoreSession session, String queryName) throws Exception
session - - the Nuxeo core session received from the web contextExceptionSynchronizeDetails getDefaultSynchronizeDetails()
Copyright © 2011 Nuxeo SA. All Rights Reserved.