com.filenet.api.admin
Interface UpgradeAddOn

All Superinterfaces:
AddOn, EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable

public interface UpgradeAddOn
extends AddOn

Specifies how to upgrade a set of existing add-ons to a new set of add-ons. An UpgradeAddOn object has the following characteristics:

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: AddOn


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.admin.AddOn
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
 
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

get_FromVersions

IdList get_FromVersions()
Returns the value of the FromVersions property. For more information, see FromVersions Property.


set_FromVersions

void set_FromVersions(IdList value)
Sets the value of the FromVersions property. For more information, see FromVersions Property.


get_ToVersions

IdList get_ToVersions()
Returns the value of the ToVersions property. For more information, see ToVersions Property.


set_ToVersions

void set_ToVersions(IdList value)
Sets the value of the ToVersions property. For more information, see ToVersions Property.



© Copyright IBM Corporation 2006, 2008. All rights reserved.