org.camunda.bpm.engine.impl
Class SchemaOperationsProcessEngineBuild

java.lang.Object
  extended by org.camunda.bpm.engine.impl.SchemaOperationsProcessEngineBuild
All Implemented Interfaces:
Command<Object>

public final class SchemaOperationsProcessEngineBuild
extends Object
implements Command<Object>

Author:
Tom Baeyens, Roman Smirnov, Sebastian Menski, Daniel Meyer

Constructor Summary
SchemaOperationsProcessEngineBuild()
           
 
Method Summary
 void checkDeploymentLockExists(DbEntityManager entityManager)
           
 void checkHistoryLevel(DbEntityManager entityManager)
           
static void dbCreateHistoryLevel(DbEntityManager entityManager)
           
 Object execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaOperationsProcessEngineBuild

public SchemaOperationsProcessEngineBuild()
Method Detail

execute

public Object execute(CommandContext commandContext)
Specified by:
execute in interface Command<Object>

dbCreateHistoryLevel

public static void dbCreateHistoryLevel(DbEntityManager entityManager)

checkHistoryLevel

public void checkHistoryLevel(DbEntityManager entityManager)

checkDeploymentLockExists

public void checkDeploymentLockExists(DbEntityManager entityManager)


Copyright © 2015 camunda services GmbH. All rights reserved.