Package org.jbpm.casemgmt.impl.audit
Class CaseLogCleanupCommand
- java.lang.Object
-
- org.jbpm.executor.commands.LogCleanupCommand
-
- org.jbpm.casemgmt.impl.audit.CaseLogCleanupCommand
-
- All Implemented Interfaces:
org.kie.api.executor.Command,org.kie.api.executor.Reoccurring
public class CaseLogCleanupCommand extends org.jbpm.executor.commands.LogCleanupCommandCase Log clean up command that aims at doing house keeping of audit/log tables used in jBPM extendingLogCleanupCommandfor current behavior. This command adds this to LogCleanupCommand. Theses parameters restricts the conditions where the logs are going to be deleted.- ForCaseDefId - restricts the logs to be removed to those where the case definition id matches this parameter
- ForDeployment - restricts the logs to be removed to those where the case instance is in this deployment
- Status - restricts the logs to be removed to those where the case instance is in this status list
-
-
Constructor Summary
Constructors Constructor Description CaseLogCleanupCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.executor.ExecutionResultsexecute(org.kie.api.executor.CommandContext ctx)
-