public interface UpgradeAddOn extends AddOn
UpgradeAddOn
object
has the following characteristics:
ObjectStore.installAddOn
) as a normal add-on.FromVersions
property) and the new add-on version(s)
(ToVersions
property).AddOnInstallationRecord
object is replaced with an installation record for the newer version.UpgradeAddOn
object. For example, when an UpgradeAddOn
object with a
FromVersions
value of [A1, A2, A3] and a ToVersions
value of [A4, A5] is installed
on an object store, the AddOnInstallationRecord
objects for A1, A2, and A3 are removed and replaced
with AddOnInstallationRecord
objects for A4 and A5.Modifier and Type | Method and Description |
---|---|
IdList |
get_FromVersions()
Returns the value of the FromVersions property.
|
IdList |
get_ToVersions()
Returns the value of the ToVersions property.
|
void |
set_FromVersions(IdList value)
Sets the value of the FromVersions property.
|
void |
set_ToVersions(IdList value)
Sets the value of the ToVersions property.
|
accessImportDataStream, accessPostImportScriptStream, accessPreImportScriptStream, get_AddOnType, get_Creator, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DisplayName, get_Id, get_LastModifier, get_Prerequisites, get_ScriptType, get_SupersededAddOnIds, set_AddOnType, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveText, set_DisplayName, set_LastModifier, set_Prerequisites, set_ScriptType, set_SupersededAddOnIds, setImportDataStream, setPostImportScriptStream, setPreImportScriptStream
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
IdList get_FromVersions()
void set_FromVersions(IdList value)
IdList get_ToVersions()
void set_ToVersions(IdList value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.