GetUnsynchronisedResources
From
Contents |
Method
GetUnsynchronisedResourcesResult getUnsynchronisedResources(UserIDBean userID, String synchronisationID, Calendar createdOnOrAfter)
Description
Gets all resources which have not been marked as synchronized, or which have been marked, but have since had their details changed or updated. Once retrieved, a record can be marked as synchronised by calling the ackResourceSynchronisation method.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | synchronisationID | The name of the flag used to check and see if the record has been marked as synchronised. |
Calendar | createdOnOrAfter | Ensures that only resources created on or after this time will be retrieved. |