KIE Uberfire Social Activities API 6.2.0.Beta2

org.kie.uberfire.social.activities.service
Interface SocialAdapter<T>


public interface SocialAdapter<T>


Method Summary
 Class<T> eventToIntercept()
           
 List<SocialCommandTypeFilter> getTimelineFilters()
           
 List<String> getTimelineFiltersNames()
           
 boolean shouldInterceptThisEvent(Object event)
           
 SocialEventType socialEventType()
           
 SocialActivitiesEvent toSocial(Object object)
           
 

Method Detail

eventToIntercept

Class<T> eventToIntercept()

socialEventType

SocialEventType socialEventType()

shouldInterceptThisEvent

boolean shouldInterceptThisEvent(Object event)

toSocial

SocialActivitiesEvent toSocial(Object object)

getTimelineFilters

List<SocialCommandTypeFilter> getTimelineFilters()

getTimelineFiltersNames

List<String> getTimelineFiltersNames()

KIE Uberfire Social Activities API 6.2.0.Beta2

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