public class UIProviderImpl extends org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport implements UIProvider
UIProvider based on.
SimpleJdbcDaoSupport| Constructor and Description |
|---|
UIProviderImpl() |
| 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.
|
void |
setDialect(DatabaseDialect dialect)
Injector method for
DatabaseDialect. |
getSimpleJdbcTemplate, initTemplateConfigpublic void setDialect(DatabaseDialect dialect)
DatabaseDialect.dialect - the new dialectpublic com.google.gson.JsonObject getEvents(long offset,
String baseURL,
CriteriaAdapter criteria)
UIProvidergetEvents in interface UIProvideroffset - the offsetbaseURL - the base urlcriteria - the criteriapublic com.google.gson.JsonObject getFlowDetails(String flowID, String baseURL)
UIProvidergetFlowDetails in interface UIProviderflowID - the flow idbaseURL - the base urlpublic com.google.gson.JsonObject getEventDetails(String eventID)
UIProvidergetEventDetails in interface UIProvidereventID - the event idCopyright © 2011–2017 Talend Inc.. All rights reserved.