Uses of Class
org.alfresco.service.cmr.activities.FeedControl
-
Packages that use FeedControl Package Description org.alfresco.repo.activities org.alfresco.repo.domain.activities org.alfresco.service.cmr.activities -
-
Uses of FeedControl in org.alfresco.repo.activities
Methods in org.alfresco.repo.activities that return types with arguments of type FeedControl Modifier and Type Method Description java.util.List<FeedControl>ActivityServiceImpl. getFeedControls()java.util.List<FeedControl>ActivityServiceImpl. getFeedControls(java.lang.String userId)Methods in org.alfresco.repo.activities with parameters of type FeedControl Modifier and Type Method Description booleanActivityServiceImpl. 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 FeedControl Modifier and Type Method Description FeedControlFeedControlEntity. getFeedControl()Constructors in org.alfresco.repo.domain.activities with parameters of type FeedControl Constructor Description FeedControlEntity(java.lang.String feedUserId, FeedControl feedControl) -
Uses of FeedControl in org.alfresco.service.cmr.activities
Methods in org.alfresco.service.cmr.activities that return types with arguments of type FeedControl Modifier and Type Method Description java.util.List<FeedControl>ActivityService. getFeedControls()For current user, get feed controlsjava.util.List<FeedControl>ActivityService. getFeedControls(java.lang.String userId)For given user, get feed controlsMethods in org.alfresco.service.cmr.activities with parameters of type FeedControl Modifier and Type Method Description booleanActivityService. 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
-