Dashboard Builder Data Provider API 6.0.1-SNAPSHOT

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 DataProvider.getDataProviderType()
          The type of this data provider.
 DataProviderType DataLoader.getDataProviderType()
          The provider type.
 DataProviderType AbstractDataLoader.getDataProviderType()
           
 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 DataLoader.setDataProviderType(DataProviderType type)
           
 void AbstractDataLoader.setDataProviderType(DataProviderType dataProviderType)
           
 


Dashboard Builder Data Provider API 6.0.1-SNAPSHOT

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