Inheritance diagram for org.openmobileis.synchro.algo.replication.utils.SynchroAtomicObjectDelegate:
Definition at line 41 of file SynchroAtomicObjectDelegate.java.
Public Member Functions | |
SynchroAtomicObject[] | getAllModifiedAtomicObjectForServiceSince (String serviceName, long date, String userLink) throws SynchroException |
return all atomic object uid modified since specified date for service the user link is use to get AO associated to a user. | |
SynchroAtomicObject | getAtomicObject (String uid, String serviceName) throws SynchroException |
return the AtomicObject with specified uid. | |
void | purgeAtomicObjcet (String serviceName, long deletedTime) throws SynchroException |
delete all atomic object of the specified service that are older than the specified time |
|
return all atomic object uid modified since specified date for service the user link is use to get AO associated to a user. NULL if none Implemented in org.openmobileis.synchro.algo.replication.utils.DefaultSynchroAtomicObjectDelegate. Referenced by org.openmobileis.synchro.algo.replication.utils.SynchroAtomicObjectManager.getAllModifiedAtomicObjectForServiceSince(). |
|
return the AtomicObject with specified uid. return null if not found Implemented in org.openmobileis.synchro.algo.replication.utils.DefaultSynchroAtomicObjectDelegate. Referenced by org.openmobileis.synchro.algo.replication.utils.SynchroAtomicObjectManager.getAtomicObject(), and org.openmobileis.synchro.algo.replication.utils.SynchroAtomicObjectManager.updateAtomicObject(). |
|
delete all atomic object of the specified service that are older than the specified time
Implemented in org.openmobileis.synchro.algo.replication.utils.DefaultSynchroAtomicObjectDelegate. Referenced by org.openmobileis.synchro.algo.replication.utils.SynchroAtomicObjectManager.purgeAtomicObjcet(). |