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()
Command
getTransactionRequired
in interface Command
Copyright © 2005–2017 Alfresco Software. All rights reserved.