public interface UIProvider
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.google.gson.JsonObject getEvents(long offset,
String baseURL,
CriteriaAdapter criteria)
offset - the offsetbaseURL - the base urlcriteria - the criteriacom.google.gson.JsonObject getFlowDetails(String flowID, String baseURL)
flowID - the flow idbaseURL - the base urlcom.google.gson.JsonObject getEventDetails(String eventID)
eventID - the event idCopyright © 2011–2015 Talend Inc.. All rights reserved.