org.odata4j.command
Class ChainCommand<TContext extends CommandContext>
java.lang.Object
org.odata4j.command.ChainCommand<TContext>
- All Implemented Interfaces:
- Command<TContext>
public class ChainCommand<TContext extends CommandContext>
- extends Object
- implements Command<TContext>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainCommand
public ChainCommand(List<Command<TContext>> commands)
execute
public CommandResult execute(TContext context)
throws Exception
- Specified by:
execute
in interface Command<TContext extends CommandContext>
- Throws:
Exception
newBuilder
public static <TContext extends CommandContext> ChainCommand.Builder<TContext> newBuilder()
http://odata4j.org