<<<<<<< HEAD
=======
>>>>>>> v1.2.1
public
class
| source
import {SharePoint} from './src/data/datasources/SharePoint/SPSoapAdapter/SharePoint.js'
import {SharePoint} from 'arva-js/data/datasources/SharePoint/SPSoapAdapter/SharePoint.js'
SharePoint
Extends:
eventemitter3~EventEmitter → SharePoint
The SharePoint class will utilize a Web Worker to perform data operations. Running the data interfacing in a seperate thread from the UI thread will ensure there is minimal interruption of the user interaction.
Static Method Summary
Static Public Methods | ||
public static |
hashCode(s: *): * |
Constructor Summary
Public Constructor | ||
public |
constructor(options: {}) |
Member Summary
Public Members | ||
public |
cache: * |
|
public |
options: * |
|
public |
subscriberID: * |
Method Summary
Public Methods | ||
public |
getAuth(callback: *, context: *) |
|
public |
off(event: *, handler: *) |
|
public |
on(event: *, handler: *, context: *) |
|
public |
once(event: *, handler: *, context: *) |
|
public |
remove(model: *) |
|
public |
set(model: *): * |
Static Public Methods
Public Constructors
public constructor(options: {}) source
Params:
Name | Type | Attribute | Description |
options | {} |
|
Public Methods
public getAuth(callback: *, context: *) source
Params:
Name | Type | Attribute | Description |
callback | * | ||
context | * |
|
public off(event: *, handler: *) source
Params:
Name | Type | Attribute | Description |
event | * | ||
handler | * |
public on(event: *, handler: *, context: *) source
Params:
Name | Type | Attribute | Description |
event | * | ||
handler | * | ||
context | * |
|
public once(event: *, handler: *, context: *) source
Params:
Name | Type | Attribute | Description |
event | * | ||
handler | * | ||
context | * |
|
public remove(model: *) source
Params:
Name | Type | Attribute | Description |
model | * |