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 Summary
Fields Modifier and Type Field Description protected static DateTimeFormatter
VERSION_DATE_FORMAT
protected static DateTimeFormatter
VERSION_DATETIME_FORMAT
-
Constructor Summary
Constructors Constructor Description BaseDefinitionDeployer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
timestampVersionIsNewer(String newTimestampVersion, String oldTimestampVersion)
-
-
-
Field Detail
-
VERSION_DATE_FORMAT
protected static final DateTimeFormatter VERSION_DATE_FORMAT
-
VERSION_DATETIME_FORMAT
protected static final DateTimeFormatter VERSION_DATETIME_FORMAT
-
-