Class CompositeCommand
- java.lang.Object
-
- org.jbpm.shared.services.impl.commands.CompositeCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Object[]>
,org.kie.api.command.ExecutableCommand<Object[]>
public class CompositeCommand extends Object implements org.kie.api.command.ExecutableCommand<Object[]>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompositeCommand(org.kie.api.command.ExecutableCommand<?>... commands)
-