Class GetLockValueCmd

java.lang.Object
org.flowable.common.engine.impl.cmd.GetLockValueCmd
All Implemented Interfaces:
Command<String>

public class GetLockValueCmd extends Object implements Command<String>
Author:
Filip Hrisafov
  • Field Details

    • lockName

      protected String lockName
    • engineType

      protected String engineType
  • Constructor Details

    • GetLockValueCmd

      public GetLockValueCmd(String lockName, String engineType)
  • Method Details