Uses of Class
com.ibm.di.connector.dpa.DPAsset
-
Packages that use DPAsset Package Description com.ibm.di.connector.dpa -
-
Uses of DPAsset in com.ibm.di.connector.dpa
Methods in com.ibm.di.connector.dpa that return DPAsset Modifier and Type Method Description static DPAssetDPAsset. getAsset(ClassDefinition classDefinition, ClassDefinitionFactory classdefFactory)static DPAssetDPAsset. getAsset(ClassInstance classInstance)DPAssetDPAsset. getNamedAsset(java.lang.String name)Methods in com.ibm.di.connector.dpa that return types with arguments of type DPAsset Modifier and Type Method Description java.util.List<DPAsset>DPAsset. getAssets()Methods in com.ibm.di.connector.dpa with parameters of type DPAsset Modifier and Type Method Description voidDPAsset. addAsset(DPAsset asset)voidDPAsset. addNamedAsset(java.lang.String name, DPAsset asset)
-