fedora.client.export
Class ExportDialog

java.lang.Object
  extended by fedora.client.export.ExportDialog

public class ExportDialog
extends java.lang.Object

Title: ExportDialog.java

Description: Class to initiate an interactive export dialog for use by Fedora Administrator. This class calls AutoExporter.class which is reponsible for making the API-M SOAP calls for the export.


Field Summary
static int MULTI
           
static int ONE
           
 
Constructor Summary
ExportDialog(int kind)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONE

public static int ONE

MULTI

public static int MULTI
Constructor Detail

ExportDialog

public ExportDialog(int kind)