Dashboard Builder Data Provider API 6.0.0.CR2

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 DataLoader.getDataProviderType()
          The provider type.
 DataProviderType DataProvider.getDataProviderType()
          The type of this data provider.
 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.0.0.CR2

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