Module: alfresco/services/QuickShareService

alfresco/services/QuickShareService

This service handles requests to publicly Share documents and to remove previously shared documents from being publicly accessible.
Author:
  • Dave Draper
License:
Source:

Methods

getAddQuickShareUrl(nodeRefUri)

Returns a URL for quick sharing a node
Parameters:
Name Type Description
nodeRefUri string The nodeRef URI fragment representation
Source:

getRemoveQuickShareUrl(shareId)

Returns a URL for removing the quick share of a node.
Parameters:
Name Type Description
shareId string The id to of the share to remove
Source:

onAddQuickShare(payload)

Makes a request to quick share an node
Parameters:
Name Type Description
payload object
Source:

onRemoveQuickShare(payload)

Makes a request to removes a quick share
Parameters:
Name Type Description
payload object
Source:

registerSubscriptions()

Sets up the subscriptions for the QuickShareService
Since:
  • 1.0.32
Source: