|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.pvm.internal.cmd.AbstractCommand<java.lang.Void>
org.jbpm.pvm.internal.cmd.CompositeCmd
public class CompositeCmd
container for executing multiple commands in one transaction.
| Field Summary | |
|---|---|
protected java.util.List<Command<?>> |
commands
|
| Constructor Summary | |
|---|---|
CompositeCmd()
|
|
| Method Summary | |
|---|---|
void |
addCommand(Command<?> command)
|
java.lang.Void |
execute(Environment environment)
|
| Methods inherited from class org.jbpm.pvm.internal.cmd.AbstractCommand |
|---|
getAuthenticatedUserId, setAuthenticatedUserId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Command<?>> commands
| Constructor Detail |
|---|
public CompositeCmd()
| Method Detail |
|---|
public java.lang.Void execute(Environment environment)
throws java.lang.Exception
java.lang.Exceptionpublic void addCommand(Command<?> command)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||