Module: alfresco/services/_RatingsServiceTopicMixin

alfresco/services/_RatingsServiceTopicMixin

Author:
  • Dave Draper
License:
Source:

Members

addRatingFailureTopic :string

This topic is used to indicate that an attempt to rate a document failed.
Type:
  • string
Default Value:
  • "ALF_RATING_ADD_FAILURE"
Source:

addRatingSuccessTopic :string

This topic is used indicate that a document has been successfully rated
Type:
  • string
Default Value:
  • "ALF_RATING_ADD_SUCCESS"
Source:

addRatingTopic :string

This topic is used to request that a node should be rated (the details should be supplied as the publication payload).
Type:
  • string
Default Value:
  • "ALF_RATING_ADD"
Source:

removeRatingFailureTopic :string

This topic is used to indicate that an attempt to remove the rating from a document failed.
Type:
  • string
Default Value:
  • "ALF_RATING_REMOVE_FAILURE"
Source:

removeRatingSuccessTopic :string

This topic is used to indicate that a document has successfully had a rating removed
Type:
  • string
Default Value:
  • "ALF_RATING_REMOVE_SUCCESS"
Source:

removeRatingTopic :string

This topic is used to request a node should have a rating removed.
Type:
  • string
Default Value:
  • "ALF_RATING_REMOVE"
Source: