Package | Description |
---|---|
org.alfresco.repo.activities | |
org.alfresco.repo.domain.activities | |
org.alfresco.service.cmr.activities |
Modifier and Type | Method and Description |
---|---|
List<FeedControl> |
ActivityServiceImpl.getFeedControls() |
List<FeedControl> |
ActivityServiceImpl.getFeedControls(String userId) |
Modifier and Type | Method and Description |
---|---|
boolean |
ActivityServiceImpl.existsFeedControl(FeedControl feedControl) |
void |
ActivityServiceImpl.setFeedControl(FeedControl feedControl) |
void |
ActivityServiceImpl.unsetFeedControl(FeedControl feedControl) |
Modifier and Type | Method and Description |
---|---|
FeedControl |
FeedControlEntity.getFeedControl() |
Constructor and Description |
---|
FeedControlEntity(String feedUserId,
FeedControl feedControl) |
Modifier and Type | Method and Description |
---|---|
List<FeedControl> |
ActivityService.getFeedControls()
For current user, get feed controls
|
List<FeedControl> |
ActivityService.getFeedControls(String userId)
For given user, get feed controls
|
Modifier and Type | Method and Description |
---|---|
boolean |
ActivityService.existsFeedControl(FeedControl feedControl)
For current user, does the feed control exist ?
|
void |
ActivityService.setFeedControl(FeedControl feedControl)
For current user, set feed control (opt-out) for a site or an appTool or a site/appTool combination
|
void |
ActivityService.unsetFeedControl(FeedControl feedControl)
For current user, unset feed control
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.