public interface TagServiceHelper
TagService.| Modifier and Type | Interface and Description |
|---|---|
static class |
TagServiceHelper.TagCollectionView |
static class |
TagServiceHelper.TagView |
| 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 registerTagEventHandler(TagEventHandler tagEventHandler)
TagService.
When "enabled", this function is expected to call back to
TagEventHandler.registerEventCallbacks(NotificationService) to
complete the registration process.
tagEventHandler - Optional<TagServiceHelper.TagView> findTagById(String id)
Optional<TagServiceHelper.TagCollectionView> findTagCollectionById(String id)
Copyright © 2003–2021 Sakai Project. All rights reserved.