Package org.jbpm.executor.commands
Class ReoccurringPrintOutCommand
- java.lang.Object
-
- org.jbpm.executor.commands.ReoccurringPrintOutCommand
-
- All Implemented Interfaces:
org.kie.api.executor.Command
,org.kie.api.executor.Reoccurring
public class ReoccurringPrintOutCommand extends Object implements org.kie.api.executor.Command, org.kie.api.executor.Reoccurring
Simple command to log the contextual data and return empty results as reoccurring job. Just for demo purpose.
-
-
Constructor Summary
Constructors Constructor Description ReoccurringPrintOutCommand()
-
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)
Date
getScheduleTime()
-
-
-
Method Detail
-
execute
public org.kie.api.executor.ExecutionResults execute(org.kie.api.executor.CommandContext ctx)
- Specified by:
execute
in interfaceorg.kie.api.executor.Command
-
getScheduleTime
public Date getScheduleTime()
- Specified by:
getScheduleTime
in interfaceorg.kie.api.executor.Reoccurring
-
-