org.jbpm.executor.commands
Class PrintOutCommand
java.lang.Object
org.jbpm.executor.commands.PrintOutCommand
- All Implemented Interfaces:
- org.kie.internal.executor.api.Command
@Named(value="PrintOutCmd")
public class PrintOutCommand
- extends Object
- implements org.kie.internal.executor.api.Command
Simple command to log the contextual data and return empty results.
Just for demo purpose.
Method Summary |
org.kie.internal.executor.api.ExecutionResults |
execute(org.kie.internal.executor.api.CommandContext ctx)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintOutCommand
public PrintOutCommand()
execute
public org.kie.internal.executor.api.ExecutionResults execute(org.kie.internal.executor.api.CommandContext ctx)
- Specified by:
execute
in interface org.kie.internal.executor.api.Command
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.