Class: Dashboard

Dashboard(opts)

The Dasboard class wraps node operations

Cannot directly be instantiated

Constructor

new Dashboard(opts)

Creates a Node

Parameters:
Name Type Description
opts object

The configuration options.

Methods

find(qpId) → {Promise.<any>|Promise.<*>}

Get the nodes by query params

Parameters:
Name Type Description
qpId

The Id query param

Returns:
  • Return a list of the nodes by queryParam
Type
Promise.<any> | Promise.<*>

find(qpId) → {Promise.<any>|Promise.<*>}

Get the nodes by query params

Parameters:
Name Type Description
qpId

The Id query param

Returns:
  • Return a list of the nodes by queryParam
Type
Promise.<any> | Promise.<*>

getUserCheckedOutDocuments() → {Promise.<*>}

Get the user documents checked out

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user checked out documents
Type
Promise.<*>

getUserCheckedOutDocuments() → {Promise.<*>}

Get the user documents checked out

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user checked out documents
Type
Promise.<*>

getUserLastCreatedDocuments() → {Promise.<*>}

Get the user last created documents

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created documents
Type
Promise.<*>

getUserLastCreatedDocuments() → {Promise.<*>}

Get the user last created documents

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created documents
Type
Promise.<*>

getUserLastCreatedFolders() → {Promise.<*>}

Get the user last created folders

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created folders
Type
Promise.<*>

getUserLastCreatedFolders() → {Promise.<*>}

Get the user last created folders

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created folders
Type
Promise.<*>

getUserLastCreatedRecords() → {Promise.<*>}

Get the user last created records

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created records
Type
Promise.<*>

getUserLastCreatedRecords() → {Promise.<*>}

Get the user last created records

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created records
Type
Promise.<*>

getUserLastDownloadedDocuments() → {Promise.<*>}

Get the user last downloaded documents

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last downloaded documents
Type
Promise.<*>

getUserLastDownloadedDocuments() → {Promise.<*>}

Get the user last downloaded documents

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last downloaded documents
Type
Promise.<*>

getUserLastImportedMailAttachments() → {Promise.<*>}

Get the user last mails imported with attachments

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last mails imported with attachments
Type
Promise.<*>

getUserLastImportedMailAttachments() → {Promise.<*>}

Get the user last mails imported with attachments

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last mails imported with attachments
Type
Promise.<*>

getUserLastImportedMails() → {Promise.<*>}

Get the user last imported mails

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last imported mails
Type
Promise.<*>

getUserLastImportedMails() → {Promise.<*>}

Get the user last imported mails

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last imported mails
Type
Promise.<*>

getUserLastModifiedDocuments() → {Promise.<*>}

Get last modified documents of the user

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the last modified documents
Type
Promise.<*>

getUserLastModifiedDocuments() → {Promise.<*>}

Get last modified documents of the user

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the last modified documents
Type
Promise.<*>

getUserLockedDocuments() → {Promise.<*>}

Get the user documents locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked documents
Type
Promise.<*>

getUserLockedDocuments() → {Promise.<*>}

Get the user documents locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked documents
Type
Promise.<*>

getUserLockedFolders() → {Promise.<*>}

Get the user folders locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked folders
Type
Promise.<*>

getUserLockedFolders() → {Promise.<*>}

Get the user folders locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked folders
Type
Promise.<*>

getUserLockedMails() → {Promise.<*>}

Get the user mails locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked mails
Type
Promise.<*>

getUserLockedMails() → {Promise.<*>}

Get the user mails locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked mails
Type
Promise.<*>

getUserLockedRecords() → {Promise.<*>}

Get the user records locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked records
Type
Promise.<*>

getUserLockedRecords() → {Promise.<*>}

Get the user records locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked records
Type
Promise.<*>

getUserSearchs() → {Promise.<*>}

Get the user searchs

Returns:
  • List of user searches
Type
Promise.<*>

getUserSearchs() → {Promise.<*>}

Get the user searchs

Returns:
  • List of user searches
Type
Promise.<*>

getUserSubscribedDocuments() → {Promise.<*>}

Get the user documents subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed documents
Type
Promise.<*>

getUserSubscribedDocuments() → {Promise.<*>}

Get the user documents subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed documents
Type
Promise.<*>

getUserSubscribedFolders() → {Promise.<*>}

Get the user folders subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed folders
Type
Promise.<*>

getUserSubscribedFolders() → {Promise.<*>}

Get the user folders subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed folders
Type
Promise.<*>

getUserSubscribedRecords() → {Promise.<*>}

Get the user records subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed records
Type
Promise.<*>

getUserSubscribedRecords() → {Promise.<*>}

Get the user records subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed records
Type
Promise.<*>

setRestUrl(restUrl)

Set the rest url

Parameters:
Name Type Description
restUrl

The rest url

setRestUrl(restUrl)

Set the rest url

Parameters:
Name Type Description
restUrl

The rest url

setToken(token)

Set the token in Node variables

Parameters:
Name Type Description
token

The authorization token value

setToken(token)

Set the token in Node variables

Parameters:
Name Type Description
token

The authorization token value

Dashboard(opts)

The Dasboard class wraps node operations

Cannot directly be instantiated

Constructor

new Dashboard(opts)

Creates a Node

Parameters:
Name Type Description
opts object

The configuration options.

Methods

find(qpId) → {Promise.<any>|Promise.<*>}

Get the nodes by query params

Parameters:
Name Type Description
qpId

The Id query param

Returns:
  • Return a list of the nodes by queryParam
Type
Promise.<any> | Promise.<*>

find(qpId) → {Promise.<any>|Promise.<*>}

Get the nodes by query params

Parameters:
Name Type Description
qpId

The Id query param

Returns:
  • Return a list of the nodes by queryParam
Type
Promise.<any> | Promise.<*>

getUserCheckedOutDocuments() → {Promise.<*>}

Get the user documents checked out

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user checked out documents
Type
Promise.<*>

getUserCheckedOutDocuments() → {Promise.<*>}

Get the user documents checked out

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user checked out documents
Type
Promise.<*>

getUserLastCreatedDocuments() → {Promise.<*>}

Get the user last created documents

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created documents
Type
Promise.<*>

getUserLastCreatedDocuments() → {Promise.<*>}

Get the user last created documents

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created documents
Type
Promise.<*>

getUserLastCreatedFolders() → {Promise.<*>}

Get the user last created folders

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created folders
Type
Promise.<*>

getUserLastCreatedFolders() → {Promise.<*>}

Get the user last created folders

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created folders
Type
Promise.<*>

getUserLastCreatedRecords() → {Promise.<*>}

Get the user last created records

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created records
Type
Promise.<*>

getUserLastCreatedRecords() → {Promise.<*>}

Get the user last created records

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last created records
Type
Promise.<*>

getUserLastDownloadedDocuments() → {Promise.<*>}

Get the user last downloaded documents

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last downloaded documents
Type
Promise.<*>

getUserLastDownloadedDocuments() → {Promise.<*>}

Get the user last downloaded documents

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last downloaded documents
Type
Promise.<*>

getUserLastImportedMailAttachments() → {Promise.<*>}

Get the user last mails imported with attachments

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last mails imported with attachments
Type
Promise.<*>

getUserLastImportedMailAttachments() → {Promise.<*>}

Get the user last mails imported with attachments

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last mails imported with attachments
Type
Promise.<*>

getUserLastImportedMails() → {Promise.<*>}

Get the user last imported mails

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last imported mails
Type
Promise.<*>

getUserLastImportedMails() → {Promise.<*>}

Get the user last imported mails

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user last imported mails
Type
Promise.<*>

getUserLastModifiedDocuments() → {Promise.<*>}

Get last modified documents of the user

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the last modified documents
Type
Promise.<*>

getUserLastModifiedDocuments() → {Promise.<*>}

Get last modified documents of the user

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the last modified documents
Type
Promise.<*>

getUserLockedDocuments() → {Promise.<*>}

Get the user documents locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked documents
Type
Promise.<*>

getUserLockedDocuments() → {Promise.<*>}

Get the user documents locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked documents
Type
Promise.<*>

getUserLockedFolders() → {Promise.<*>}

Get the user folders locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked folders
Type
Promise.<*>

getUserLockedFolders() → {Promise.<*>}

Get the user folders locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked folders
Type
Promise.<*>

getUserLockedMails() → {Promise.<*>}

Get the user mails locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked mails
Type
Promise.<*>

getUserLockedMails() → {Promise.<*>}

Get the user mails locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked mails
Type
Promise.<*>

getUserLockedRecords() → {Promise.<*>}

Get the user records locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked records
Type
Promise.<*>

getUserLockedRecords() → {Promise.<*>}

Get the user records locked

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user locked records
Type
Promise.<*>

getUserSearchs() → {Promise.<*>}

Get the user searchs

Returns:
  • List of user searches
Type
Promise.<*>

getUserSearchs() → {Promise.<*>}

Get the user searchs

Returns:
  • List of user searches
Type
Promise.<*>

getUserSubscribedDocuments() → {Promise.<*>}

Get the user documents subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed documents
Type
Promise.<*>

getUserSubscribedDocuments() → {Promise.<*>}

Get the user documents subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed documents
Type
Promise.<*>

getUserSubscribedFolders() → {Promise.<*>}

Get the user folders subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed folders
Type
Promise.<*>

getUserSubscribedFolders() → {Promise.<*>}

Get the user folders subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed folders
Type
Promise.<*>

getUserSubscribedRecords() → {Promise.<*>}

Get the user records subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed records
Type
Promise.<*>

getUserSubscribedRecords() → {Promise.<*>}

Get the user records subscribed

offset The offset of the query
limit The limit of rows return

Returns:
  • Return a list of the user subscribed records
Type
Promise.<*>

setRestUrl(restUrl)

Set the rest url

Parameters:
Name Type Description
restUrl

The rest url

setRestUrl(restUrl)

Set the rest url

Parameters:
Name Type Description
restUrl

The rest url

setToken(token)

Set the token in Node variables

Parameters:
Name Type Description
token

The authorization token value

setToken(token)

Set the token in Node variables

Parameters:
Name Type Description
token

The authorization token value