wt.workflow.notebook
Class LoadNotebook

java.lang.Object
  extended bywt.workflow.notebook.LoadNotebook

public class LoadNotebook
extends Object


Field Summary
private static String NOTEBOOKRESOURCE
           
private static String NOTEBOOKTEMPLATE_NAME
           
private static String NOTEBOOKTEMPLATE_XML_FILE
           
private static boolean VERBOSE
           
private static String WT_HOME
           
private static String XML_LOAD_FILE_DIR
           
 
Constructor Summary
LoadNotebook()
           
 
Method Summary
static boolean createNotebook(Hashtable attributes, Hashtable cmdLineArgs, Vector return_objects)
           
static boolean createNotebookTemplate(Hashtable attributes, Hashtable cmdLineArgs, Vector return_objects)
           
private static boolean getBoolean(String name, Hashtable attributes, Hashtable cmdLineArgs, int required, boolean defaultValue)
           
private static String getString(String name, Hashtable attributes, Hashtable cmdLineArgs, int required)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

private static boolean VERBOSE

NOTEBOOKTEMPLATE_NAME

private static final String NOTEBOOKTEMPLATE_NAME

WT_HOME

private static final String WT_HOME

XML_LOAD_FILE_DIR

private static final String XML_LOAD_FILE_DIR

NOTEBOOKTEMPLATE_XML_FILE

private static final String NOTEBOOKTEMPLATE_XML_FILE

NOTEBOOKRESOURCE

private static final String NOTEBOOKRESOURCE
See Also:
Constant Field Values
Constructor Detail

LoadNotebook

public LoadNotebook()
Method Detail

createNotebookTemplate

public static boolean createNotebookTemplate(Hashtable attributes,
                                             Hashtable cmdLineArgs,
                                             Vector return_objects)
                                      throws WTException
Throws:
WTException

createNotebook

public static boolean createNotebook(Hashtable attributes,
                                     Hashtable cmdLineArgs,
                                     Vector return_objects)
                              throws WTException
Throws:
WTException

getBoolean

private static boolean getBoolean(String name,
                                  Hashtable attributes,
                                  Hashtable cmdLineArgs,
                                  int required,
                                  boolean defaultValue)
                           throws IllegalArgumentException
Throws:
IllegalArgumentException

getString

private static String getString(String name,
                                Hashtable attributes,
                                Hashtable cmdLineArgs,
                                int required)
                         throws IllegalArgumentException
Throws:
IllegalArgumentException