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