Class UnlockExclusiveJobCmd

java.lang.Object
org.activiti.engine.impl.cmd.UnlockExclusiveJobCmd
All Implemented Interfaces:
Serializable, Command<Object>

public class UnlockExclusiveJobCmd extends Object implements Command<Object>, Serializable
See Also:
  • Field Details

    • job

      protected Job job
  • Constructor Details

    • UnlockExclusiveJobCmd

      public UnlockExclusiveJobCmd(Job job)
  • Method Details