Uses of Class
org.alfresco.service.cmr.activities.FeedControl
Packages that use FeedControl
Package
Description
-
Uses of FeedControl in org.alfresco.repo.activities
Methods in org.alfresco.repo.activities that return types with arguments of type FeedControlModifier and TypeMethodDescriptionActivityServiceImpl.getFeedControls()ActivityServiceImpl.getFeedControls(String userId) Methods in org.alfresco.repo.activities with parameters of type FeedControlModifier and TypeMethodDescriptionbooleanActivityServiceImpl.existsFeedControl(FeedControl feedControl) voidActivityServiceImpl.setFeedControl(FeedControl feedControl) voidActivityServiceImpl.unsetFeedControl(FeedControl feedControl) -
Uses of FeedControl in org.alfresco.repo.domain.activities
Methods in org.alfresco.repo.domain.activities that return FeedControlConstructors in org.alfresco.repo.domain.activities with parameters of type FeedControl -
Uses of FeedControl in org.alfresco.service.cmr.activities
Methods in org.alfresco.service.cmr.activities that return types with arguments of type FeedControlModifier and TypeMethodDescriptionActivityService.getFeedControls()For current user, get feed controlsActivityService.getFeedControls(String userId) For given user, get feed controlsMethods in org.alfresco.service.cmr.activities with parameters of type FeedControlModifier and TypeMethodDescriptionbooleanActivityService.existsFeedControl(FeedControl feedControl) For current user, does the feed control exist ?voidActivityService.setFeedControl(FeedControl feedControl) For current user, set feed control (opt-out) for a site or an appTool or a site/appTool combinationvoidActivityService.unsetFeedControl(FeedControl feedControl) For current user, unset feed control