|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpgradeAddOn
Specifies how to upgrade a set of existing add-ons to a new set of add-ons. An 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.Metadata
Auditable: false
Method Summary | |
---|---|
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. |
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject |
---|
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber |
Methods inherited from interface com.filenet.api.core.IndependentObject |
---|
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
IdList get_FromVersions()
void set_FromVersions(IdList value)
IdList get_ToVersions()
void set_ToVersions(IdList value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |