public class SocialTimelineWidgetModel extends Object
| Constructor and Description |
|---|
SocialTimelineWidgetModel(SocialEventType socialEventType,
SocialUser socialUser,
org.uberfire.client.mvp.PlaceManager placeManager) |
SocialTimelineWidgetModel(SocialUser socialUser,
org.uberfire.client.mvp.PlaceManager placeManager,
List<org.uberfire.client.workbench.type.ClientResourceType> resourceTypes) |
| Modifier and Type | Method and Description |
|---|---|
SocialTimelineWidgetModel |
droolsQuery(Map<String,String> globals,
String drlName,
String maxResults) |
String |
getDrlName() |
org.uberfire.mvp.ParameterizedCommand<String> |
getFollowUnfollowCommand() |
Map<String,String> |
getGlobals() |
org.uberfire.mvp.ParameterizedCommand<LinkCommandParams> |
getLinkCommand() |
String |
getMaxResults() |
org.uberfire.client.mvp.PlaceManager |
getPlaceManager() |
List<org.uberfire.client.workbench.type.ClientResourceType> |
getResourceTypes() |
SocialEventType |
getSocialEventType() |
SocialUser |
getSocialUser() |
org.uberfire.mvp.ParameterizedCommand<String> |
getUserClickCommand() |
boolean |
isDroolsQuery() |
SocialTimelineWidgetModel |
withFollowUnfollowCommand(org.uberfire.mvp.ParameterizedCommand<String> parameterizedCommand) |
SocialTimelineWidgetModel |
withLinkCommand(org.uberfire.mvp.ParameterizedCommand<LinkCommandParams> linkCommand) |
SocialTimelineWidgetModel |
withUserClickCommand(org.uberfire.mvp.ParameterizedCommand<String> parameterizedCommand) |
public SocialTimelineWidgetModel(SocialUser socialUser, org.uberfire.client.mvp.PlaceManager placeManager, List<org.uberfire.client.workbench.type.ClientResourceType> resourceTypes)
public SocialTimelineWidgetModel(SocialEventType socialEventType, SocialUser socialUser, org.uberfire.client.mvp.PlaceManager placeManager)
public SocialTimelineWidgetModel withFollowUnfollowCommand(org.uberfire.mvp.ParameterizedCommand<String> parameterizedCommand)
public SocialTimelineWidgetModel withUserClickCommand(org.uberfire.mvp.ParameterizedCommand<String> parameterizedCommand)
public SocialTimelineWidgetModel withLinkCommand(org.uberfire.mvp.ParameterizedCommand<LinkCommandParams> linkCommand)
public SocialTimelineWidgetModel droolsQuery(Map<String,String> globals, String drlName, String maxResults)
public boolean isDroolsQuery()
public SocialEventType getSocialEventType()
public SocialUser getSocialUser()
public org.uberfire.client.mvp.PlaceManager getPlaceManager()
public String getDrlName()
public String getMaxResults()
public List<org.uberfire.client.workbench.type.ClientResourceType> getResourceTypes()
public org.uberfire.mvp.ParameterizedCommand<String> getUserClickCommand()
public org.uberfire.mvp.ParameterizedCommand<String> getFollowUnfollowCommand()
public org.uberfire.mvp.ParameterizedCommand<LinkCommandParams> getLinkCommand()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.