Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


oracle.wcps.conductor.scenario.syntax
Interface ITransactionStatement

All Superinterfaces:
ICompoundStatement, IStatement

Deprecated.

@Deprecated
public interface ITransactionStatement
extends ICompoundStatement

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

DEFAULT_TRANSACTION_TIMEOUT

static final int DEFAULT_TRANSACTION_TIMEOUT
Deprecated. 
Default transaction timeout (30 seconds).
See Also:
Constant Field Values

DEFAULT_BEHAVIOR

static final ITransactionStatement.TransactionBehavior DEFAULT_BEHAVIOR
Deprecated. 
Default transactional behavior (SUPPORTS)

Method Detail

getTimeout

java.lang.Integer getTimeout()
Deprecated. 
Retrieves the configured timeout for this transaction block.

setTimeout

void setTimeout(java.lang.Integer timeout)
Deprecated. 
Sets the configured timeout for this transaction block.

This value should be expressed in terms of seconds.

Parameters:
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.

getBehavior

ITransactionStatement.TransactionBehavior getBehavior()
Deprecated. 
Retrieves the transactional behavor for this statement block.

setBehavior

void setBehavior(ITransactionStatement.TransactionBehavior behavior)
Deprecated. 
Sets the transactional behavior for this statement block.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved.