|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UIProvider
Interface of the data provider for SAM UI.
| Method Summary | |
|---|---|
com.google.gson.JsonObject |
getEventDetails(String eventID)
Returns a detailed information about event with given ID or null if no such event was found. |
com.google.gson.JsonObject |
getEvents(long offset,
String baseURL,
CriteriaAdapter criteria)
Retrieve an aggregated list of events starting with offset maximum number of items is limit. |
com.google.gson.JsonObject |
getFlowDetails(String flowID,
String baseURL)
Returns a detailed information about flow with given ID or null if no such flow was found. |
| Method Detail |
|---|
com.google.gson.JsonObject getEvents(long offset,
String baseURL,
CriteriaAdapter criteria)
offset - the offsetbaseURL - the base urlcriteria - the criteria
com.google.gson.JsonObject getFlowDetails(String flowID,
String baseURL)
flowID - the flow idbaseURL - the base url
com.google.gson.JsonObject getEventDetails(String eventID)
eventID - the event id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||