Retrieves a Feed containing all the access rules which apply to the given AccessHandler.
Only the owner of a AccessHandler may view its rule feed.
If cancellable is not null, then the operation can be cancelled by triggering the cancellable
object from another thread. If the operation was cancelled, the error CANCELLED will be returned.
A PROTOCOL_ERROR will be returned if the server indicates there is a problem with the query.
For each rule in the response feed, progress_callback will be called in the main thread. If there was an error parsing the
XML response, a ParserError will be returned.
| this | |
| service |
a Service |
| cancellable |
optional Cancellable object, or |
| progress_callback |
a QueryProgressCallback to call when a rule is loaded, or |
| progress_user_data |
data to pass to the |
|
a Feed of access control rules, or |