Class DataDictionaryDefinitionDeployer

java.lang.Object
com.flowable.platform.engine.impl.deployer.DataDictionaryDefinitionDeployer
All Implemented Interfaces:
org.flowable.common.engine.impl.EngineDeployer

public class DataDictionaryDefinitionDeployer extends Object implements org.flowable.common.engine.impl.EngineDeployer
Author:
Filip Hrisafov
  • Constructor Details

    • DataDictionaryDefinitionDeployer

      public DataDictionaryDefinitionDeployer()
  • Method Details

    • deploy

      public void deploy(org.flowable.common.engine.api.repository.EngineDeployment deployment, Map<String,Object> deploymentSettings)
      Specified by:
      deploy in interface org.flowable.common.engine.impl.EngineDeployer
    • getMostRecentVersionOfDataDictionaryDefinition

      protected DataDictionaryDefinitionEntity getMostRecentVersionOfDataDictionaryDefinition(String definitionKey, String tenantId)
    • getPersistedInstanceOfDataDictionaryDefinition

      protected DataDictionaryDefinitionEntity getPersistedInstanceOfDataDictionaryDefinition(String key, String deploymentId, String tenantId)
    • updateCachingAndArtifacts

      protected void updateCachingAndArtifacts(DataDictionaryDefinitionEntity definition, DataDictionaryModel model, PlatformDeploymentEntity deployment)
    • undeploy

      public void undeploy(org.flowable.common.engine.api.repository.EngineDeployment parentDeployment, boolean cascade)
      Specified by:
      undeploy in interface org.flowable.common.engine.impl.EngineDeployer