Class CompoundCommand

java.lang.Object
org.alfresco.filesys.repo.rules.commands.CompoundCommand
All Implemented Interfaces:
Command

public class CompoundCommand extends Object implements Command
A compound operation contains one or more other commands.
  • Constructor Details

    • CompoundCommand

      public CompoundCommand(List<Command> commands)
      New Compound Command containing the specified commands.
      Parameters:
      commands -
    • CompoundCommand

      public CompoundCommand(List<Command> commands, List<Command> postCommitCommands)
      New Compound Command containing the specified commands.
      Parameters:
      commands -
    • CompoundCommand

      public CompoundCommand(List<Command> commands, List<Command> postCommitCommands, List<Command> postErrorCommands)
  • Method Details