Implements
USyncQueryProtocol
Constructors
new USyncContactProtocol()
new USyncContactProtocol(): USyncContactProtocol
Returns
USyncContactProtocol
Properties
name
name:Defined in: src/WAUSync/Protocols/USyncContactProtocol.ts:6 The name of the protocolstring='contact'
Implementation of
USyncQueryProtocol.name
Methods
getQueryElement()
getQueryElement(): BinaryNode
Defined in: src/WAUSync/Protocols/USyncContactProtocol.ts:8
Defines what goes inside the query part of a USyncQuery
Returns
BinaryNode
Implementation of
USyncQueryProtocol.getQueryElement
getUserElement()
getUserElement(Defined in: src/WAUSync/Protocols/USyncContactProtocol.ts:15 Defines what goes inside the user part of a USyncQueryuser):BinaryNode
Parameters
user
USyncUser
Returns
BinaryNode
Implementation of
USyncQueryProtocol.getUserElement
parser()
parser(Defined in: src/WAUSync/Protocols/USyncContactProtocol.ts:50 Parse the result of the querynode):boolean
Parameters
node
BinaryNode
Returns
boolean
Whatever the protocol is supposed to return
Implementation of
USyncQueryProtocol.parser