public class GetEventsAction extends GetAction<java.util.List<Event>>
#setEventDecision(EventDecision).configuration, sessionManager| Constructor and Description |
|---|
GetEventsAction(SessionManager sessionManager) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getGraphPath() |
protected java.util.List<Event> |
processResponse(GraphResponse response)
It is better to override this method and implement your faster
conversion.
|
void |
setEventDecision(Event.EventDecision eventDesicion)
Get the events of the user based on his/her decision.
|
executeImpl, getActionListener, getBundle, getTarget, setActionListener, setEdge, setTargetexecutepublic GetEventsAction(SessionManager sessionManager)
public void setEventDecision(Event.EventDecision eventDesicion)
eventDesicion - protected java.lang.String getGraphPath()
getGraphPath in class GetAction<java.util.List<Event>>protected java.util.List<Event> processResponse(GraphResponse response)
GetActionprocessResponse in class GetAction<java.util.List<Event>>