Package org.citrusframework.config.xml
Class ExecutePLSQLActionParser.ExecutePLSQLActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<T,B>
org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean<ExecutePLSQLAction,ExecutePLSQLAction.Builder>
org.citrusframework.config.xml.ExecutePLSQLActionParser.ExecutePLSQLActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<ExecutePLSQLAction>
- Enclosing class:
- ExecutePLSQLActionParser
public static class ExecutePLSQLActionParser.ExecutePLSQLActionFactoryBean
extends AbstractDatabaseConnectingTestActionFactoryBean<ExecutePLSQLAction,ExecutePLSQLAction.Builder>
Test action factory bean.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the builder.Class<?>voidsetIgnoreErrors(boolean ignoreErrors) Ignore errors during execution.voidThe PLSQL script.Methods inherited from class org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean
setDataSource, setJdbcTemplate, setSqlResourcePath, setStatements, setTransactionIsolationLevel, setTransactionManager, setTransactionTimeoutMethods inherited from class org.citrusframework.config.xml.AbstractTestActionFactoryBean
setActor, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
ExecutePLSQLActionFactoryBean
public ExecutePLSQLActionFactoryBean()
-
-
Method Details
-
getObject
- Throws:
Exception
-
setIgnoreErrors
public void setIgnoreErrors(boolean ignoreErrors) Ignore errors during execution.- Parameters:
ignoreErrors- boolean flag to set
-
setScript
The PLSQL script.- Parameters:
script- the plsql script.
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<ExecutePLSQLAction,ExecutePLSQLAction.Builder> - Returns:
- the builder implementation.
-