GetFieldDeviceDetailsUpdatedSince
From
(Difference between revisions)
(→Description) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetFieldDeviceDetailsUpdatedSinceResult]] getFieldDeviceDetailsUpdatedSince([[UserIDBean]] userID, [[Calendar]] since) | |
== Description == | == Description == | ||
− | + | Get all field devices which have had their details updated since a specified date and time. | |
+ | |||
+ | Currently it is not functioning properly in all circumstances as it will throw an Exception if one or more of the retrieved field devices have been created through the Timecard website. | ||
== Parameters == | == Parameters == | ||
Line 16: | Line 17: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[Calendar]] |
− | | | + | |since |
− | | | + | |The earliest date and time from which we are interested in receiving details about field devices. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetFieldDeviceDetailsUpdatedSinceResult]] |
Latest revision as of 00:02, 7 June 2006
Contents |
[edit] Method
GetFieldDeviceDetailsUpdatedSinceResult getFieldDeviceDetailsUpdatedSince(UserIDBean userID, Calendar since)
[edit] Description
Get all field devices which have had their details updated since a specified date and time.
Currently it is not functioning properly in all circumstances as it will throw an Exception if one or more of the retrieved field devices have been created through the Timecard website.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
Calendar | since | The earliest date and time from which we are interested in receiving details about field devices. |