|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.wgen.op.db.dbunit.DBUnitHandlingOption
Created by IntelliJ IDEA. User: Owner Date: Jan 8, 2007 Time: 3:42:49 PM To change this template use File | Settings | File Templates.
| Field Summary | |
static HandlingOption |
PROP_ALTERNATE_DATA_ROOT_PATH
An alternate root path of stubbed data. |
static HandlingOption |
PROP_DBUNIT_CALL_FILE_TRANSFORM_CALLBACK
Property in a DatabaseCall to store a Transformer that accepts a DatabaseCall to return a file name under /opt/wgen/dbunit for the DataSet capture. |
static HandlingOption |
PROP_DBUNIT_CAPTURE
Property in a DatabaseCall to store a DBUnitCapture object that captures a database result to the filesystem. |
static HandlingOption |
PROP_DBUNIT_LOAD_SET
Property in the RequestOptionSet, Op, or DatabaseCall options used in the PathCallbackTransformer to identify a subdirectory for the call's dataset retrieval. |
static HandlingOption |
PROP_DBUNIT_PARAM_TABLE_TRANSFORM_CALLBACK
Property in a DatabaseCall to store a Transformer that accepts parameter indecies to return a table name to use for the parameter's capture in the DataSet. |
static HandlingOption |
PROP_DBUNIT_SAVE_SET
Property in the RequestOptionSet, Op, or DatabaseCall options used in the PathCallbackTransformer to identify a subdirectory for the call's dataset capture. |
| Constructor Summary | |
DBUnitHandlingOption()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final HandlingOption PROP_DBUNIT_CALL_FILE_TRANSFORM_CALLBACK
DBUnitCapture.findTableNameForParam(net.wgen.op.db.DatabaseCall, int)public static final HandlingOption PROP_DBUNIT_PARAM_TABLE_TRANSFORM_CALLBACK
DBUnitCapture.findTableNameForParam(net.wgen.op.db.DatabaseCall, int)public static final HandlingOption PROP_DBUNIT_CAPTURE
CallExecutorDB.processPreCallOptions(net.wgen.op.db.DatabaseCall),
DBUnitParamTrigger.handleTriggerValue(net.wgen.op.http.filter.ParamTrigger, String, Object, net.wgen.op.http.filter.ParamTriggerState)public static final HandlingOption PROP_DBUNIT_SAVE_SET
DBUnitParamTrigger.handleTriggerValue(net.wgen.op.http.filter.ParamTrigger, String, Object, net.wgen.op.http.filter.ParamTriggerState),
CallExecutorDBUnit.processPreCallOptions(net.wgen.op.db.DatabaseCall),
PathCallbackTransformer.makeFilePathForCall(net.wgen.op.db.DatabaseCall,HandlingOption),
DBUnitCapture.findPathForCall(net.wgen.op.db.DatabaseCall,HandlingOption)public static final HandlingOption PROP_DBUNIT_LOAD_SET
DBUnitParamTrigger.handleTriggerValue(net.wgen.op.http.filter.ParamTrigger, String, Object, net.wgen.op.http.filter.ParamTriggerState),
CallExecutorDBUnit.processPreCallOptions(net.wgen.op.db.DatabaseCall),
PathCallbackTransformer.makeFilePathForCall(net.wgen.op.db.DatabaseCall,HandlingOption),
DBUnitCapture.findPathForCall(net.wgen.op.db.DatabaseCall,HandlingOption)public static final HandlingOption PROP_ALTERNATE_DATA_ROOT_PATH
| Constructor Detail |
public DBUnitHandlingOption()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||