public class UpgradeStepRegistratorTracker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.liferay.portal.kernel.module.framework.ModuleServiceLifecycle |
moduleServiceLifecycle |
Constructor and Description |
---|
UpgradeStepRegistratorTracker() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.framework.BundleContext bundleContext) |
protected java.util.List<UpgradeInfo> |
createUpgradeInfos(java.lang.String fromSchemaVersionString,
java.lang.String toSchemaVersionString,
java.util.Collection<com.liferay.portal.kernel.upgrade.UpgradeStep> upgradeSteps) |
protected static java.util.List<UpgradeInfo> |
createUpgradeInfos(java.lang.String fromSchemaVersionString,
java.lang.String toSchemaVersionString,
com.liferay.portal.kernel.upgrade.UpgradeStep... upgradeSteps) |
protected void |
deactivate() |
static java.util.List<org.osgi.framework.ServiceRegistration<com.liferay.portal.kernel.upgrade.UpgradeStep>> |
register(org.osgi.framework.BundleContext bundleContext,
java.lang.String bundleSymbolicName,
java.lang.String fromSchemaVersionString,
java.lang.String toSchemaVersionString,
java.util.Dictionary<java.lang.String,java.lang.Object> properties,
com.liferay.portal.kernel.upgrade.UpgradeStep... upgradeSteps) |
static java.util.List<org.osgi.framework.ServiceRegistration<com.liferay.portal.kernel.upgrade.UpgradeStep>> |
register(org.osgi.framework.BundleContext bundleContext,
java.lang.String bundleSymbolicName,
java.lang.String fromSchemaVersionString,
java.lang.String toSchemaVersionString,
com.liferay.portal.kernel.upgrade.UpgradeStep... upgradeSteps) |
protected com.liferay.portal.kernel.module.framework.ModuleServiceLifecycle moduleServiceLifecycle
public static java.util.List<org.osgi.framework.ServiceRegistration<com.liferay.portal.kernel.upgrade.UpgradeStep>> register(org.osgi.framework.BundleContext bundleContext, java.lang.String bundleSymbolicName, java.lang.String fromSchemaVersionString, java.lang.String toSchemaVersionString, java.util.Dictionary<java.lang.String,java.lang.Object> properties, com.liferay.portal.kernel.upgrade.UpgradeStep... upgradeSteps)
public static java.util.List<org.osgi.framework.ServiceRegistration<com.liferay.portal.kernel.upgrade.UpgradeStep>> register(org.osgi.framework.BundleContext bundleContext, java.lang.String bundleSymbolicName, java.lang.String fromSchemaVersionString, java.lang.String toSchemaVersionString, com.liferay.portal.kernel.upgrade.UpgradeStep... upgradeSteps)
protected static java.util.List<UpgradeInfo> createUpgradeInfos(java.lang.String fromSchemaVersionString, java.lang.String toSchemaVersionString, com.liferay.portal.kernel.upgrade.UpgradeStep... upgradeSteps)
protected void activate(org.osgi.framework.BundleContext bundleContext)
protected java.util.List<UpgradeInfo> createUpgradeInfos(java.lang.String fromSchemaVersionString, java.lang.String toSchemaVersionString, java.util.Collection<com.liferay.portal.kernel.upgrade.UpgradeStep> upgradeSteps)
protected void deactivate()