public class AppMigration150S79AddFormsToProcessModel extends Object implements AppMigration
Constructor and Description |
---|
AppMigration150S79AddFormsToProcessModel() |
Modifier and Type | Method and Description |
---|---|
AppContent |
applyMigration(AppContent appContent)
Apply the migrations to the given App content, returning the migrated App content.
|
Optional<AppFormatVersion> |
getTargetAppVersion()
Returns the target App version for this migration.
|
public AppMigration150S79AddFormsToProcessModel()
public Optional<AppFormatVersion> getTargetAppVersion()
AppMigration
Returns the target App version for this migration.
If the incoming App is already at this version or later then the migration won’t be applied. If the target version is Optional.empty() then the migration will be invoked and has to perform its own checks.
getTargetAppVersion
in interface AppMigration
public AppContent applyMigration(AppContent appContent)
AppMigration
Apply the migrations to the given App content, returning the migrated App content.
applyMigration
in interface AppMigration
appContent
- the incoming app contentCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.