Dashboard Builder Data Provider API 6.2.0.Final

Uses of Interface
org.jboss.dashboard.provider.DataProviderType

Packages that use DataProviderType
org.jboss.dashboard.provider It contains classes in for the creation & load of data sets from several sources, f.i: SQL databases. 
 

Uses of DataProviderType in org.jboss.dashboard.provider
 

Fields in org.jboss.dashboard.provider declared as DataProviderType
protected  DataProviderType AbstractDataLoader.dataProviderType
           
 

Methods in org.jboss.dashboard.provider that return DataProviderType
 DataProviderType AbstractDataLoader.getDataProviderType()
           
 DataProviderType DataProvider.getDataProviderType()
          The type of this data provider.
 DataProviderType DataLoader.getDataProviderType()
          The provider type.
 DataProviderType[] DataProviderManager.getDataProviderTypes()
          Get installed data providers.
 DataProviderType DataProviderManager.getProviderTypeByUid(String uid)
          Get a provider type by its UID.
 

Methods in org.jboss.dashboard.provider with parameters of type DataProviderType
 void AbstractDataLoader.setDataProviderType(DataProviderType dataProviderType)
           
 void DataLoader.setDataProviderType(DataProviderType type)
           
 


Dashboard Builder Data Provider API 6.2.0.Final

Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.