Class GetNextIdBlockCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetNextIdBlockCmd
All Implemented Interfaces:
Command<IdBlock>

public class GetNextIdBlockCmd extends Object implements Command<IdBlock>
Author:
Tom Baeyens
  • Field Details

    • idBlockSize

      protected int idBlockSize
  • Constructor Details

    • GetNextIdBlockCmd

      public GetNextIdBlockCmd(int idBlockSize)
  • Method Details