org.talend.esb.sam.server.ui
Class UIProviderUtils

java.lang.Object
  extended by org.talend.esb.sam.server.ui.UIProviderUtils

public class UIProviderUtils
extends Object

A utility class to extract complex methods to simplify testing

Author:
zubairov

Constructor Summary
UIProviderUtils()
           
 
Method Summary
 com.google.gson.JsonArray aggregateFlowDetails(List<com.google.gson.JsonObject> objects, String baseURL)
           
 com.google.gson.JsonArray aggregateRawData(List<com.google.gson.JsonObject> objects, String baseURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIProviderUtils

public UIProviderUtils()
Method Detail

aggregateFlowDetails

public com.google.gson.JsonArray aggregateFlowDetails(List<com.google.gson.JsonObject> objects,
                                                      String baseURL)

aggregateRawData

public com.google.gson.JsonArray aggregateRawData(List<com.google.gson.JsonObject> objects,
                                                  String baseURL)


Copyright © 2011-2012 Talend Inc.. All Rights Reserved.