public class TagServiceHelperImpl extends Object implements TagServiceHelper
TagServiceHelper.TagCollectionView, TagServiceHelper.TagView| Constructor and Description |
|---|
TagServiceHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
Optional<TagServiceHelper.TagView> |
findTagById(String id) |
Optional<TagServiceHelper.TagCollectionView> |
findTagCollectionById(String id) |
void |
registerTagEventHandler(TagEventHandler tagEventHandler)
Provides a means for TagServiceHelper to mediate all interactions with
Sakai events, e.g. can act as a choke point which effectively disables
all event delivery, as opposed to having to specially configure each
event handler.
|
void |
setNotificationService(NotificationService notificationService) |
void |
setTagService(TagService tagService) |
public void registerTagEventHandler(TagEventHandler tagEventHandler)
TagServiceHelperTagService.
When "enabled", this function is expected to call back to
TagEventHandler.registerEventCallbacks(NotificationService) to
complete the registration process.
registerTagEventHandler in interface TagServiceHelperpublic Optional<TagServiceHelper.TagView> findTagById(String id)
findTagById in interface TagServiceHelperpublic Optional<TagServiceHelper.TagCollectionView> findTagCollectionById(String id)
findTagCollectionById in interface TagServiceHelperpublic void setNotificationService(NotificationService notificationService)
public void setTagService(TagService tagService)
Copyright © 2003–2021 Sakai Project. All rights reserved.