Package org.jbpm.executor.commands
Class PrintOutCommand
- java.lang.Object
-
- org.jbpm.executor.commands.PrintOutCommand
-
- All Implemented Interfaces:
org.kie.api.executor.Command
- Direct Known Subclasses:
DelayedPrintOutCommand
public class PrintOutCommand extends Object implements org.kie.api.executor.Command
Simple command to log the contextual data and return empty results. Just for demo purpose.
-
-
Constructor Summary
Constructors Constructor Description PrintOutCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.executor.ExecutionResults
execute(org.kie.api.executor.CommandContext ctx)
-