Class BaseDefinitionDeployer
java.lang.Object
com.flowable.template.engine.impl.deployer.BaseDefinitionDeployer
- Direct Known Subclasses:
TemplateDefinitionDeployer
,TemplateVariationDefinitionDeployer
public abstract class BaseDefinitionDeployer
extends java.lang.Object
- Author:
- Tijs Rademakers
-
Field Summary
Fields Modifier and Type Field Description protected static java.time.format.DateTimeFormatter
VERSION_DATE_FORMAT
protected static java.time.format.DateTimeFormatter
VERSION_DATETIME_FORMAT
-
Constructor Summary
Constructors Constructor Description BaseDefinitionDeployer()
-
Method Summary
Modifier and Type Method Description protected boolean
timestampVersionIsNewer(java.lang.String newTimestampVersion, java.lang.String oldTimestampVersion)
-
Field Details
-
VERSION_DATE_FORMAT
protected static final java.time.format.DateTimeFormatter VERSION_DATE_FORMAT -
VERSION_DATETIME_FORMAT
protected static final java.time.format.DateTimeFormatter VERSION_DATETIME_FORMAT
-
-
Constructor Details
-
BaseDefinitionDeployer
public BaseDefinitionDeployer()
-
-
Method Details
-
timestampVersionIsNewer
protected boolean timestampVersionIsNewer(java.lang.String newTimestampVersion, java.lang.String oldTimestampVersion)
-