public interface SocialTimelineRulesQueryAPI
Modifier and Type | Method and Description |
---|---|
List<SocialActivitiesEvent> |
executeAllRules() |
List<SocialActivitiesEvent> |
executeSpecificRule(Map<String,String> globals,
String drlName,
String maxResults) |
List<SocialActivitiesEvent> |
getAllCached() |
List<SocialActivitiesEvent> |
getNEventsFromEachType(int numberOfEvents,
String... typeNames) |
List<SocialActivitiesEvent> |
getTypeCached(String... typeNames) |
List<SocialActivitiesEvent> executeAllRules()
List<SocialActivitiesEvent> executeSpecificRule(Map<String,String> globals, String drlName, String maxResults)
List<SocialActivitiesEvent> getAllCached()
List<SocialActivitiesEvent> getTypeCached(String... typeNames)
List<SocialActivitiesEvent> getNEventsFromEachType(int numberOfEvents, String... typeNames)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.