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