Uses of Interface
wt.transfer.TransferSpec

Packages that use TransferSpec
wt.transfer   
 

Uses of TransferSpec in wt.transfer
 

Classes in wt.transfer that implement TransferSpec
 class AbstractTransferSpec
          

Supported API: false

Extendable: false
 class ExportSpec
           Use the newExportSpec static factory method(s), not the ExportSpec constructor, to construct instances of this class.
 class ImportSpec
           Use the newImportSpec static factory method(s), not the ImportSpec constructor, to construct instances of this class.
 

Methods in wt.transfer that return TransferSpec
 TransferSpec TransferOperation.getSpec()
          Gets the object for the association that plays role: SPEC_ROLE.
static TransferSpec TransferHelper.saveTransferSpec(TransferSpec spec, TransferFilter[] filters)
          

Supported API: false
 

Methods in wt.transfer with parameters of type TransferSpec
 void TransferOperation.setSpec(TransferSpec spec)
          Sets the object for the association that plays role: SPEC_ROLE.
static TransferOperation TransferOperation.newTransferOperation(TransferSpec spec, TransferFilter filter)
          Default factory for the class.
static TransferSpec TransferHelper.saveTransferSpec(TransferSpec spec, TransferFilter[] filters)
          

Supported API: false
static QueryResult TransferHelper.findTransferFilters(TransferSpec spec)
          

Supported API: false
static QueryResult TransferHelper.findTransferFilters(TransferSpec spec, boolean includeOperationLinks)
          

Supported API: false