net.wgen.op.db.dbunit
Class DBUnitHandlingOption

java.lang.Object
  extended bynet.wgen.op.db.dbunit.DBUnitHandlingOption

public class DBUnitHandlingOption
extends java.lang.Object

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

PROP_DBUNIT_CALL_FILE_TRANSFORM_CALLBACK

public static final 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.

See Also:
DBUnitCapture.findTableNameForParam(net.wgen.op.db.DatabaseCall, int)

PROP_DBUNIT_PARAM_TABLE_TRANSFORM_CALLBACK

public static final 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.

See Also:
DBUnitCapture.findTableNameForParam(net.wgen.op.db.DatabaseCall, int)

PROP_DBUNIT_CAPTURE

public static final HandlingOption PROP_DBUNIT_CAPTURE
Property in a DatabaseCall to store a DBUnitCapture object that captures a database result to the filesystem.

See Also:
CallExecutorDB.processPreCallOptions(net.wgen.op.db.DatabaseCall), DBUnitParamTrigger.handleTriggerValue(net.wgen.op.http.filter.ParamTrigger, String, Object, net.wgen.op.http.filter.ParamTriggerState)

PROP_DBUNIT_SAVE_SET

public static final 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.

See Also:
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)

PROP_DBUNIT_LOAD_SET

public static final 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.

See Also:
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)

PROP_ALTERNATE_DATA_ROOT_PATH

public static final HandlingOption PROP_ALTERNATE_DATA_ROOT_PATH
An alternate root path of stubbed data. This is used in DBUnit load and save if the name has a slash in it.

Constructor Detail

DBUnitHandlingOption

public DBUnitHandlingOption()