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