| Constructor and Description |
|---|
CompoundCommand(java.util.List commands)
New Compound Command containing the specified commands.
|
CompoundCommand(java.util.List commands,
java.util.List postCommitCommands)
New Compound Command containing the specified commands.
|
CompoundCommand(java.util.List commands,
java.util.List postCommitCommands,
java.util.List postErrorCommands) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getCommands() |
java.util.List |
getPostCommitCommands() |
java.util.List |
getPostErrorCommands() |
AlfrescoTransactionSupport.TxnReadState |
getTransactionRequired()
Is a transaction required to run this command?
|
public CompoundCommand(java.util.List commands)
commands - public CompoundCommand(java.util.List commands,
java.util.List postCommitCommands)
commands - public CompoundCommand(java.util.List commands,
java.util.List postCommitCommands,
java.util.List postErrorCommands)
public java.util.List getCommands()
public java.util.List getPostCommitCommands()
public java.util.List getPostErrorCommands()
public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
CommandgetTransactionRequired in interface CommandCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.