Module: alfresco/services/QuaddsService

alfresco/services/QuaddsService

Handles requests retrieve documents from the repository and publishes the details of them when they're retrieved.
Author:
  • Dave Draper
License:
Source:

Methods

onCreateQuaddsItem(payload)

Creates a new item in a QuADDS (Quick And Dirty Data Structure)
Parameters:
Name Type Description
payload object
Source:

onDeleteQuaddsItem(payload)

Parameters:
Name Type Description
payload object
Source:

onGetAllQuadds(payload)

Gets information about all the QuADDS (Quick And Dirty Data Structures) that exist (but not the individual data items in those structures).
Parameters:
Name Type Description
payload object
Source:

onGetQuaddsItem(payload)

Gets a specific item from a QuADDS (Quick And Dirty Data Structure)
Parameters:
Name Type Description
payload object
Source:

onGetQuaddsItems(payload)

Gets all the items for a particular QuADDS (Quick And Dirty Data Structure)
Parameters:
Name Type Description
payload object
Source:

onUpdateQuaddsItem(payload)

Parameters:
Name Type Description
payload object
Source:

processQuaddItemData()

Parses the data JSON string back into an object.
Source:

refreshRequest()

Parses the data JSON string back into an object.
Source:
Fires:

registerSubscriptions()

Since:
  • 1.0.32
Source: