Uses of Interface
com.orchestranetworks.addon.dex.result.Result
-
Packages that use Result Package Description com.orchestranetworks.addon.dex.result Classes and interfaces to define a result when executing data import, export and transfer. -
-
Uses of Result in com.orchestranetworks.addon.dex.result
Subinterfaces of Result in com.orchestranetworks.addon.dex.result Modifier and Type Interface Description interfaceExportResultStores the results when exporting data from one table.interfaceImportResultStores data results when importing data into a table.interfaceTransferResultStores data results when transferring data into a table.Methods in com.orchestranetworks.addon.dex.result that return Result Modifier and Type Method Description ResultResultList. get(int index)Methods in com.orchestranetworks.addon.dex.result that return types with arguments of type Result Modifier and Type Method Description java.util.Iterator<Result>ResultList. getDataResults()Returns an iterator over the elements in this list in proper sequence.java.util.Iterator<? extends Result>DataExchangeResult. getResults()Returns an iterator overResultelements.Methods in com.orchestranetworks.addon.dex.result with parameters of type Result Modifier and Type Method Description voidResultList. add(Result dataResult)Adds aResultobject to thisResultList.
-