public final class SchemaOperationsProcessEngineBuild extends Object implements SchemaOperationsCommand
Constructor and Description |
---|
SchemaOperationsProcessEngineBuild() |
Modifier and Type | Method and Description |
---|---|
void |
checkDeploymentLockExists(DbEntityManager entityManager) |
void |
checkHistoryCleanupLockExists(DbEntityManager entityManager) |
void |
checkHistoryLevel(DbEntityManager entityManager) |
static Integer |
databaseHistoryLevel(DbEntityManager entityManager) |
static void |
dbCreateHistoryLevel(DbEntityManager entityManager) |
protected void |
determineAutoHistoryLevel(ProcessEngineConfigurationImpl engineConfiguration,
HistoryLevel databaseHistoryLevel) |
Void |
execute(CommandContext commandContext) |
public Void execute(CommandContext commandContext)
public static void dbCreateHistoryLevel(DbEntityManager entityManager)
public static Integer databaseHistoryLevel(DbEntityManager entityManager)
entityManager
- entoty manager for db querynull
if none foundpublic void checkHistoryLevel(DbEntityManager entityManager)
protected void determineAutoHistoryLevel(ProcessEngineConfigurationImpl engineConfiguration, HistoryLevel databaseHistoryLevel)
public void checkDeploymentLockExists(DbEntityManager entityManager)
public void checkHistoryCleanupLockExists(DbEntityManager entityManager)
Copyright © 2017. All rights reserved.