Kie Workbench - Common - Services Backend 6.2.0.Beta3

org.kie.workbench.common.services.backend.discussion
Class DiscussionAddedEventAdapter

java.lang.Object
  extended by org.kie.workbench.common.services.backend.discussion.DiscussionAddedEventAdapter
All Implemented Interfaces:
org.kie.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>

@ApplicationScoped
public class DiscussionAddedEventAdapter
extends Object
implements org.kie.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>


Constructor Summary
DiscussionAddedEventAdapter()
           
 
Method Summary
 Class<CommentAddedEvent> eventToIntercept()
           
 List<org.kie.uberfire.social.activities.service.SocialCommandTypeFilter> getTimelineFilters()
           
 List<String> getTimelineFiltersNames()
           
 void howdy(CommentAddedEvent event)
           
 boolean shouldInterceptThisEvent(Object event)
           
 org.kie.uberfire.social.activities.model.SocialEventType socialEventType()
           
 org.kie.uberfire.social.activities.model.SocialActivitiesEvent toSocial(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscussionAddedEventAdapter

public DiscussionAddedEventAdapter()
Method Detail

eventToIntercept

public Class<CommentAddedEvent> eventToIntercept()
Specified by:
eventToIntercept in interface org.kie.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>

socialEventType

public org.kie.uberfire.social.activities.model.SocialEventType socialEventType()
Specified by:
socialEventType in interface org.kie.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>

shouldInterceptThisEvent

public boolean shouldInterceptThisEvent(Object event)
Specified by:
shouldInterceptThisEvent in interface org.kie.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>

howdy

public void howdy(@Observes
                  CommentAddedEvent event)

toSocial

public org.kie.uberfire.social.activities.model.SocialActivitiesEvent toSocial(Object object)
Specified by:
toSocial in interface org.kie.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>

getTimelineFilters

public List<org.kie.uberfire.social.activities.service.SocialCommandTypeFilter> getTimelineFilters()
Specified by:
getTimelineFilters in interface org.kie.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>

getTimelineFiltersNames

public List<String> getTimelineFiltersNames()
Specified by:
getTimelineFiltersNames in interface org.kie.uberfire.social.activities.service.SocialAdapter<CommentAddedEvent>

Kie Workbench - Common - Services Backend 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.