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

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

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

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

Methods in com.ibm.pim.job with parameters of type Export.Type
 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.