Package org.jbpm.executor.cdi.commands
Class QueryRunCommand
- java.lang.Object
-
- org.jbpm.executor.cdi.commands.QueryRunCommand
-
- All Implemented Interfaces:
org.kie.api.executor.Command
public class QueryRunCommand extends Object implements org.kie.api.executor.Command
Simple command to log the contextual data and return empty results. After attempting to get BeanManager and creating simple CDI bean based on given class name as parameter. Just for demo purpose.
-
-
Constructor Summary
Constructors Constructor Description QueryRunCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.executor.ExecutionResultsexecute(org.kie.api.executor.CommandContext ctx)protected ObjectgetParameter(org.kie.api.executor.CommandContext commandContext, String parameterName)
-