Class BaseDefinitionDeployer

java.lang.Object
com.flowable.template.engine.impl.deployer.BaseDefinitionDeployer
Direct Known Subclasses:
TemplateDefinitionDeployer, TemplateVariationDefinitionDeployer

public abstract class BaseDefinitionDeployer extends Object
Author:
Tijs Rademakers
  • Field Details

    • VERSION_DATE_FORMAT

      protected static final DateTimeFormatter VERSION_DATE_FORMAT
    • VERSION_DATETIME_FORMAT

      protected static final DateTimeFormatter VERSION_DATETIME_FORMAT
  • Constructor Details

    • BaseDefinitionDeployer

      public BaseDefinitionDeployer()
  • Method Details

    • timestampVersionIsNewer

      protected boolean timestampVersionIsNewer(String newTimestampVersion, String oldTimestampVersion)