Uses of Interface
org.opencastproject.event.comment.EventCommentService
Packages that use EventCommentService
Package
Description
-
Uses of EventCommentService in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that return EventCommentServiceModifier and TypeMethodDescriptionabstract EventCommentServiceAbstractEventEndpoint.getEventCommentService()OsgiEventEndpoint.getEventCommentService()Methods in org.opencastproject.adminui.endpoint with parameters of type EventCommentServiceModifier and TypeMethodDescriptionvoidOsgiEventEndpoint.setEventCommentService(EventCommentService eventCommentService) OSGi DI. -
Uses of EventCommentService in org.opencastproject.event.comment
Classes in org.opencastproject.event.comment that implement EventCommentServiceModifier and TypeClassDescriptionclassImplements permanent storage for event comments. -
Uses of EventCommentService in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type EventCommentServiceModifier and TypeMethodDescriptionvoidIndexServiceImpl.setEventCommentService(EventCommentService eventCommentService) OSGi callback for the event comment service. -
Uses of EventCommentService in org.opencastproject.index.service.resources.list.provider
Methods in org.opencastproject.index.service.resources.list.provider with parameters of type EventCommentServiceModifier and TypeMethodDescriptionvoidEventCommentsListProvider.setEventCommentService(EventCommentService eventCommentService) OSGi callback for the event comment service. -
Uses of EventCommentService in org.opencastproject.workflow.handler.comments
Methods in org.opencastproject.workflow.handler.comments with parameters of type EventCommentServiceModifier and TypeMethodDescriptionvoidCommentWorkflowOperationHandler.setEventCommentService(EventCommentService eventCommentService) Callback from the OSGi environment that will pass a reference to the workflow service upon component activation.