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 DPAsset
DPAsset. getAsset(ClassDefinition classDefinition, ClassDefinitionFactory classdefFactory)
static DPAsset
DPAsset. getAsset(ClassInstance classInstance)
DPAsset
DPAsset. 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 void
DPAsset. addAsset(DPAsset asset)
void
DPAsset. addNamedAsset(java.lang.String name, DPAsset asset)
-