| Package | Description |
|---|---|
| com.atlassian.activeobjects.external | |
| com.atlassian.activeobjects.internal |
| Modifier and Type | Method and Description |
|---|---|
ModelVersion |
ActiveObjectsUpgradeTask.getModelVersion()
This gives the version the upgrade task will upgrade the model to.
|
static ModelVersion |
ModelVersion.valueOf(String s) |
| Modifier and Type | Method and Description |
|---|---|
int |
ModelVersion.compareTo(ModelVersion mv) |
boolean |
ModelVersion.isNewerThan(ModelVersion mv) |
boolean |
ModelVersion.isOlderThan(ModelVersion mv) |
boolean |
ModelVersion.isSame(ModelVersion mv) |
void |
ActiveObjectsUpgradeTask.upgrade(ModelVersion currentVersion,
ActiveObjects ao)
Upgrades the database model of this Active Objects plugin to the
given version. |
| Modifier and Type | Method and Description |
|---|---|
ModelVersion |
ModelVersionManager.getCurrent(Prefix tableNamePrefix) |
ModelVersion |
SalModelVersionManager.getCurrent(Prefix tableNamePrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelVersionManager.update(Prefix tableNamePrefix,
ModelVersion version) |
void |
SalModelVersionManager.update(Prefix tableNamePrefix,
ModelVersion version) |
Copyright © 2018 Atlassian. All rights reserved.