Skip to content

Interface: IOfflineODataProviderProxy

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

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Currently none inherited from the parent class(es).

Methods

Class Methods

Inherited Methods

Methods

getDefiningRequests

getDefiningRequests(): IDefiningRequest[]

Gets the list of defining requests

Returns: 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