Class ApplicationUpgradeContextService
- java.lang.Object
-
- org.activiti.core.common.spring.project.ApplicationUpgradeContextService
-
public class ApplicationUpgradeContextService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationUpgradeContextService(java.lang.String path, java.lang.Integer enforcedAppVersion, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.core.io.support.ResourcePatternResolver resourceLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetEnforcedAppVersion()booleanhasEnforcedAppVersion()booleanhasProjectManifest()org.activiti.core.common.project.model.ProjectManifestloadProjectManifest()
-
-
-
Method Detail
-
loadProjectManifest
public org.activiti.core.common.project.model.ProjectManifest loadProjectManifest() throws java.io.IOException- Throws:
java.io.IOException
-
hasProjectManifest
public boolean hasProjectManifest()
-
hasEnforcedAppVersion
public boolean hasEnforcedAppVersion()
-
getEnforcedAppVersion
public java.lang.Integer getEnforcedAppVersion()
-
-