Skip to content

Interface: IOfflineODataProviderProxy

A designer-facing interface that provides access to a offline odata provider.

Hierarchy

Implemented by

Summary

Methods

Class Methods

Inherited Methods

Methods

getDefiningRequests

getDefiningRequests(): Array‹IDefiningRequest

Gets the list of defining requests

Returns: Array‹IDefiningRequest


getOfflineParameters

getOfflineParameters(): IOfflineODataParametersProxy

Gets the offline parameters object

Returns: IOfflineODataParametersProxy


hasPendingDownload

hasPendingDownload(): boolean

Whether or not there is a pending download (a download that was cancelled either explicitly or because the provider was closed). It may be possible to continue the download by triggering a new download.

Returns: boolean


hasPendingUpload

hasPendingUpload(): boolean

Whether or not there is a pending upload (a upload that was cancelled either explicitly or because the provider was closed). It may be possible to continue the upload by triggering a new upload.

Returns: boolean


isRequestQueueEmpty

isRequestQueueEmpty(): boolean

Checks whether or not, there are any pending requests stored in the request queue that have not yet been uploaded.

Returns: boolean