Class SchemaOperationsEngineDropDbCmd

java.lang.Object
org.flowable.common.engine.impl.db.SchemaOperationsEngineDropDbCmd
All Implemented Interfaces:
Command<Void>

public class SchemaOperationsEngineDropDbCmd extends Object implements Command<Void>
Author:
Filip Hrisafov
  • Field Details

    • engineScopeType

      protected final String engineScopeType
  • Constructor Details

    • SchemaOperationsEngineDropDbCmd

      public SchemaOperationsEngineDropDbCmd(String engineScopeType)
  • Method Details