|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deprecated.
@Deprecated
public interface ITransactionStatement
Interface for transaction statement.
Nested Class Summary | |
---|---|
static class |
ITransactionStatement.TransactionBehavior Deprecated. Definition for transaction behavior. |
Nested classes/interfaces inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement |
---|
IStatement.ErrorLevel |
Field Summary | |
---|---|
static ITransactionStatement.TransactionBehavior |
DEFAULT_BEHAVIOR Deprecated. Default transactional behavior (SUPPORTS) |
static int |
DEFAULT_TRANSACTION_TIMEOUT Deprecated. Default transaction timeout (30 seconds). |
Fields inherited from interface oracle.wcps.conductor.scenario.syntax.ICompoundStatement |
---|
INDEX_SEPARATOR, INDEX_SEPARATOR_REGEX |
Method Summary | |
---|---|
ITransactionStatement.TransactionBehavior |
getBehavior() Deprecated. Retrieves the transactional behavor for this statement block. |
java.lang.Integer |
getTimeout() Deprecated. Retrieves the configured timeout for this transaction block. |
void |
setBehavior(ITransactionStatement.TransactionBehavior behavior) Deprecated. Sets the transactional behavior for this statement block. |
void |
setTimeout(java.lang.Integer timeout) Deprecated. Sets the configured timeout for this transaction block. |
Methods inherited from interface oracle.wcps.conductor.scenario.syntax.ICompoundStatement |
---|
addStatement, addStatement, afterUnmarshalJson, deleteStatement, getBodyStatements, getFirstErrorMessage, getStatement, getStatementByIndex, indexOfStatement, raiseError, setBodyStatements |
Methods inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement |
---|
getComments, getContainerScenario, getErrorLevel, getErrorMessage, getId, getLabel, getNodeName, getParentStatement, getScenarioStatementIndex, getStatementIndex, raiseError, setComments, setId, setLabel |
Field Detail |
---|
static final int DEFAULT_TRANSACTION_TIMEOUT
static final ITransactionStatement.TransactionBehavior DEFAULT_BEHAVIOR
Method Detail |
---|
java.lang.Integer getTimeout()
void setTimeout(java.lang.Integer timeout)
This value should be expressed in terms of seconds.
timeout
- The value of the timeout in seconds. If the value is zero, the transaction service restores the default value. If the value is negative an Exception is thrown.ITransactionStatement.TransactionBehavior getBehavior()
void setBehavior(ITransactionStatement.TransactionBehavior behavior)
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |