@ApplicationScoped public class DiscussionAddedEventAdapter extends Object implements org.ext.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>
| Constructor and Description |
|---|
DiscussionAddedEventAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Class<CommentAddedEvent> |
eventToIntercept() |
List<org.ext.uberfire.social.activities.service.SocialCommandTypeFilter> |
getTimelineFilters() |
List<String> |
getTimelineFiltersNames() |
void |
howdy(CommentAddedEvent event) |
boolean |
shouldInterceptThisEvent(Object event) |
org.ext.uberfire.social.activities.model.SocialEventType |
socialEventType() |
org.ext.uberfire.social.activities.model.SocialActivitiesEvent |
toSocial(Object object) |
public Class<CommentAddedEvent> eventToIntercept()
eventToIntercept in interface org.ext.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>public org.ext.uberfire.social.activities.model.SocialEventType socialEventType()
socialEventType in interface org.ext.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>public boolean shouldInterceptThisEvent(Object event)
shouldInterceptThisEvent in interface org.ext.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>public void howdy(@Observes
CommentAddedEvent event)
public org.ext.uberfire.social.activities.model.SocialActivitiesEvent toSocial(Object object)
toSocial in interface org.ext.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>public List<org.ext.uberfire.social.activities.service.SocialCommandTypeFilter> getTimelineFilters()
getTimelineFilters in interface org.ext.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>public List<String> getTimelineFiltersNames()
getTimelineFiltersNames in interface org.ext.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.