GetUnsynchronisedUsers
From
(Difference between revisions)
m |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | Gets all | + | Gets all users who have not been marked as synchronized, or who have been marked, but have since had their details changed or updated. Once retrieved, a record can be marked as synchronised by calling the [[ackUserSynchronisation]] method. |
== Parameters == | == Parameters == |
Latest revision as of 05:10, 10 June 2005
Contents |
[edit] Method
GetUnsynchronisedUsersResult getUnsynchronisedUsers(UserIDBean userID, String synchronisationID, Calendar createdOnOrAfter)
[edit] Description
Gets all users who have not been marked as synchronized, or who have been marked, but have since had their details changed or updated. Once retrieved, a record can be marked as synchronised by calling the ackUserSynchronisation 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 users created on or after this time wil be retrieved. |