GetResourcesUpdatedSinceResult
From
(Difference between revisions)
m |
|||
Line 3: | Line 3: | ||
== Success Mode == | == Success Mode == | ||
− | The field resources is populated with an array of zero or more [[ResourceBean]] objects, one for every resource matching the criteria. | + | The field resources is populated with an array of zero or more [[ResourceBean]] objects, one for every resource matching the criteria, or a null indicating there are no resources to be returned. |
== Failure Modes == | == Failure Modes == | ||
Line 18: | Line 18: | ||
|There are too many resources matching the criteria to be returned | |There are too many resources matching the criteria to be returned | ||
|} | |} | ||
− | |||
− | |||
− |
Latest revision as of 04:47, 10 June 2005
[edit] Description
retuirns a list of all resource which have had there details changed or updated since the specified time, or a reason why the list cannot be returned.
[edit] Success Mode
The field resources is populated with an array of zero or more ResourceBean objects, one for every resource matching the criteria, or a null indicating there are no resources to be returned.
[edit] Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |
TooManyFailure | There are too many resources matching the criteria to be returned |