org.kie.uberfire.social.activities.drools
Class SocialTimelineRulesQuery
java.lang.Object
org.kie.uberfire.social.activities.drools.SocialTimelineRulesQuery
- All Implemented Interfaces:
- SocialTimelineRulesQueryAPI
@ApplicationScoped
public class SocialTimelineRulesQuery
- extends Object
- implements SocialTimelineRulesQueryAPI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialTimelineRulesQuery
public SocialTimelineRulesQuery()
executeAllRules
public List<SocialActivitiesEvent> executeAllRules()
- Specified by:
executeAllRules in interface SocialTimelineRulesQueryAPI
executeSpecificRule
public List<SocialActivitiesEvent> executeSpecificRule(Map<String,String> globals,
String drlName,
String maxResults)
- Specified by:
executeSpecificRule in interface SocialTimelineRulesQueryAPI
getAllCached
public List<SocialActivitiesEvent> getAllCached()
- Specified by:
getAllCached in interface SocialTimelineRulesQueryAPI
getTypeCached
public List<SocialActivitiesEvent> getTypeCached(String... typeNames)
- Specified by:
getTypeCached in interface SocialTimelineRulesQueryAPI
getNEventsFromEachType
public List<SocialActivitiesEvent> getNEventsFromEachType(int numberOfEvents,
String... typeNames)
- Specified by:
getNEventsFromEachType in interface SocialTimelineRulesQueryAPI
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.