ResourceSynchronisationBean
From
(Difference between revisions)
m (→Fields) |
|||
(One intermediate revision by one user not shown) | |||
Line 9: | Line 9: | ||
!Name | !Name | ||
!Type | !Type | ||
+ | !Size | ||
+ | !Required | ||
!Description | !Description | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|resourceName | |resourceName | ||
|String | |String | ||
+ | |60 | ||
+ | |Yes | ||
|The primary key used to identify the record to be marked as synchronized. | |The primary key used to identify the record to be marked as synchronized. | ||
|} | |} |
Latest revision as of 02:38, 18 August 2005
[edit] Description
A bean used to mark a specific resource as having been synchronized, and thus prevent that resource being returned again from the GetUnsynchronisedResources method, unless the resource's details are updated or changed in some way.
[edit] Fields
The data fields of this object. In adition, this object extends the SynchronisationBean, which contains the sync fields common to all "sync" type beans.
Name | Type | Size | Required | Description |
---|---|---|---|---|
resourceName | String | 60 | Yes | The primary key used to identify the record to be marked as synchronized. |