Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sync ::

interface XSyncCollector

Base Interface
com::sun::star::uno::XInterface



Known Services which Export this Interface

com::sun::star::sync::SyncCollector

Methods' Summary

initialize
getRegisteredSyncSchemes
getSyncSequence
beginSynchronize
endSynchronize
getCorrespondingElement
executeElementCommand
elementSynchronized
notify

Methods' Details

initialize
 
boolean
initialize(
[ in ] com::sun::star::ucb::XContentProviderManager xMgr,
[ in ] sequence< com::sun::star::sync::SyncScheme > aSyncSchemes,
[ in ] string aBaseFileName );

getRegisteredSyncSchemes
 
sequence< com::sun::star::sync::SyncScheme >
getRegisteredSyncSchemes();
getSyncSequence
 
sequence< com::sun::star::sync::SyncElement >
getSyncSequence(
[ in ] string aSyncSchemeName,
[ in ] com::sun::star::sync::SyncInfo aSyncInfo );

beginSynchronize
 
[ oneway ] void
beginSynchronize();
endSynchronize
 
[ oneway ] void
endSynchronize();
getCorrespondingElement
 
boolean
getCorrespondingElement(
[ in ] com::sun::star::sync::SyncScheme aSyncSchemeIn,
[ in ] com::sun::star::sync::SyncElement aSyncElementIn,
[ out ] com::sun::star::sync::SyncElement aSyncElementOut );

executeElementCommand
 
boolean
executeElementCommand(
[ in ] string aSyncSchemeName,
[ in ] com::sun::star::sync::SyncElement aSyncElement,
[ in ] string aCommandName,
[ out ] any aAny );

elementSynchronized
 
[ oneway ] void
elementSynchronized(
[ in ] string aSyncSchemeName,
[ in ] com::sun::star::sync::SyncElement aSyncElement,
[ in ] unsigned long nSyncAction );

notify
 
[ oneway ] void
notify(
[ in ] com::sun::star::ucb::XContent XCnt,
[ in ] unsigned long nEvent );


Top of Page