Class DeleteProcessInstanceLogCommand

java.lang.Object
ru.cg.webbpm.modules.bpmn.workflow.jbpm.cleanup.DeleteProcessInstanceLogCommand
All Implemented Interfaces:
Serializable, org.kie.api.command.Command<Integer>, org.kie.api.command.ExecutableCommand<Integer>

public class DeleteProcessInstanceLogCommand extends Object implements org.kie.api.command.ExecutableCommand<Integer>
Author:
Rinat Suleymanov
See Also:
  • Constructor Details

    • DeleteProcessInstanceLogCommand

      public DeleteProcessInstanceLogCommand(List<Integer> states, Date date)
  • Method Details

    • execute

      public Integer execute(org.kie.api.runtime.Context context)
      Specified by:
      execute in interface org.kie.api.command.ExecutableCommand<Integer>