wt.workflow.notebook
Class LoadNotebook
java.lang.Object
wt.workflow.notebook.LoadNotebook
- public class LoadNotebook
- extends Object
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 |
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
LoadNotebook
public LoadNotebook()
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