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

interface XSyncCollector
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XSyncCollector
[ DEPRECATED ]

Methods' Summary
initialize
getRegisteredSyncSchemes
getSyncSequence
beginSynchronize
endSynchronize
getCorrespondingElement
executeElementCommand
elementSynchronized
notify
Methods' Details
initialize
boolean
initialize(
 
[in] ::com::sun::star::ucb::XContentProviderManager
[in] sequence< SyncScheme >
[in] string
 
xMgr,
aSyncSchemes,
aBaseFileName );

getRegisteredSyncSchemes
sequence< SyncScheme >
getRegisteredSyncSchemes();
 
 

getSyncSequence
sequence< SyncElement >
getSyncSequence(
 
[in] string
[in] SyncInfo
 
aSyncSchemeName,
aSyncInfo );

beginSynchronize
[oneway] void
beginSynchronize();
 
 

endSynchronize
[oneway] void
endSynchronize();
 
 

getCorrespondingElement
boolean
getCorrespondingElement(
 
[in] SyncScheme
[in] SyncElement
[out] SyncElement
 
aSyncSchemeIn,
aSyncElementIn,
aSyncElementOut );

executeElementCommand
boolean
executeElementCommand(
 
[in] string
[in] SyncElement
[in] string
[out] any
 
aSyncSchemeName,
aSyncElement,
aCommandName,
aAny );

elementSynchronized
[oneway] void
elementSynchronized(
 
[in] string
[in] SyncElement
[in] unsigned long
 
aSyncSchemeName,
aSyncElement,
nSyncAction );

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

Top of Page