|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.filesys.repo.rules.commands.CompoundCommand
public class CompoundCommand
A compound operation contains one or more other commands.
Constructor Summary | |
---|---|
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)
|
Method Summary | |
---|---|
java.util.List |
getCommands()
|
java.util.List |
getPostCommitCommands()
|
java.util.List |
getPostErrorCommands()
|
AlfrescoTransactionSupport.TxnReadState |
getTransactionRequired()
Is a transaction required to run this command? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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)
Method Detail |
---|
public java.util.List getCommands()
public java.util.List getPostCommitCommands()
public java.util.List getPostErrorCommands()
public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
Command
getTransactionRequired
in interface Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |