GetUnsynchronisedResources
From
(Difference between revisions)
m (→Parameters) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetUnsynchronisedResourcesResult]] getUnsynchronisedResources([[UserIDBean]] userID, String synchronisationID, [[Calendar]] createdOnOrAfter) | |
== Description == | == 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 == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |String |
− | | | + | |synchronisationID |
− | | | + | |The name of the flag used to check and see if the record has been marked as synchronised. |
+ | |---- bgcolor=#EDEDFF | ||
+ | |[[Calendar]] | ||
+ | |createdOnOrAfter | ||
+ | |Ensures that only resources created on or after this time will be retrieved. | ||
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetUnsynchronisedResourcesResult]] |
Latest revision as of 05:12, 10 June 2005
Contents |
[edit] Method
GetUnsynchronisedResourcesResult getUnsynchronisedResources(UserIDBean userID, String synchronisationID, Calendar createdOnOrAfter)
[edit] 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.
[edit] 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. |