public static final class AbstractScheduledAction.TransactionMode
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static AbstractScheduledAction.TransactionMode |
ISOLATED_TRANSACTIONS
Run Each action in an isolated transaction
|
static AbstractScheduledAction.TransactionMode |
ONE_TRANSACTION
Run in one big transaction.
|
static AbstractScheduledAction.TransactionMode |
UNTIL_FIRST_FAILURE
Run each action in anisolated transaction, but stop at the first failure
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractScheduledAction.TransactionMode |
getTransactionMode(java.lang.String transactionModeString)
Generate a mode from a string.
|
static AbstractScheduledAction.TransactionMode |
valueOf(java.lang.String name) |
static AbstractScheduledAction.TransactionMode[] |
values() |
public static final AbstractScheduledAction.TransactionMode ISOLATED_TRANSACTIONS
public static final AbstractScheduledAction.TransactionMode UNTIL_FIRST_FAILURE
public static final AbstractScheduledAction.TransactionMode ONE_TRANSACTION
public static AbstractScheduledAction.TransactionMode[] values()
public static AbstractScheduledAction.TransactionMode valueOf(java.lang.String name)
public static AbstractScheduledAction.TransactionMode getTransactionMode(java.lang.String transactionModeString)
transactionModeString - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.