Class ClearProcessInstanceLockTimesCmd

java.lang.Object
org.flowable.engine.impl.cmd.ClearProcessInstanceLockTimesCmd
All Implemented Interfaces:
Command<Void>

public class ClearProcessInstanceLockTimesCmd extends Object implements Command<Void>
Author:
Joram Barrez
  • Field Details

    • lockOwner

      protected String lockOwner
  • Constructor Details

    • ClearProcessInstanceLockTimesCmd

      public ClearProcessInstanceLockTimesCmd(String lockOwner)
  • Method Details