Uses of Class
com.ibm.pim.job.Export.OptionalArguments

Packages that use Export.OptionalArguments
com.ibm.pim.job   
 

Uses of Export.OptionalArguments in com.ibm.pim.job
 

Methods in com.ibm.pim.job that return Export.OptionalArguments
static Export.OptionalArguments Export.OptionalArguments.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Export.OptionalArguments[] Export.OptionalArguments.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Method parameters in com.ibm.pim.job with type arguments of type Export.OptionalArguments
 Export JobManager.createExport(java.lang.String exportName, DestinationSpec destSpec, Catalog sourceCatalog, SpecMap destMap, Export.Type exportContentType, java.util.Map<Export.OptionalArguments,java.lang.Object> optionalArgs)
          Creates a new export.