public interface DatabaseConditionAction extends DatabaseActionInfo
| Flow Context Variable | Field | Java Type | Description |
|---|---|---|---|
| RESULT | result | boolean | A boolean flag indicating whether the condition was satisfied. |
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseConditionAction.DatabaseConditionActionResult
The result when a DatabaseConditionAction runs.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCondition()
Returns the expression that is tested to detect when the data in a database
satisfies certain criteria.
|
java.util.List<java.lang.Object> |
getParameters()
Returns the parameters for the SQL query.
|
java.lang.String |
getQuery()
Returns the SQL query that is used to detect when the data in a
database satisfies certain criteria.
|
void |
setCondition(java.lang.String condition)
Sets the expression that is tested to detect when the data in a database
satisfies certain criteria.
|
void |
setParameters(java.util.List<java.lang.Object> parameters)
Sets the parameters for the SQL query.
|
void |
setQuery(java.lang.String query)
Sets the SQL query that is used to detect when the data in a
database satisfies certain criteria.
|
getDataSource, getDataSourceInitialContextFactory, getDataSourceInitialContextPassword, getDataSourceInitialContextProviderUrl, getDataSourceInitialContextUsername, getDataSourcePassword, getDataSourceUsername, getJdbcDriver, getJdbcPassword, getJdbcUrl, getJdbcUsername, isBuiltinDatabaseConnectionUsed, setBuiltinDatabaseConnectionUsed, setDataSource, setDataSourceInitialContextFactory, setDataSourceInitialContextPassword, setDataSourceInitialContextProviderUrl, setDataSourceInitialContextUsername, setDataSourcePassword, setDataSourceUsername, setJdbcDriver, setJdbcPassword, setJdbcUrl, setJdbcUsernameaddFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutBusinessIntervalNamespace, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutBusinessIntervalNamespace, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClientgetRuntimeDataMap, setRuntimeDataMapjava.lang.String getCondition()
java.util.List<java.lang.Object> getParameters()
java.lang.String getQuery()
void setCondition(java.lang.String condition)
condition - The expression that is tested to detect when the data in a
database satisfies certain criteria.void setParameters(java.util.List<java.lang.Object> parameters)
parameters - The parameters for the SQL query.void setQuery(java.lang.String query)
query - The SQL query that is used to detect when the data
in a database satisfies certain criteria.© 2000-2025 Flux Corporation. All rights reserved.