com.filenet.api.admin
Interface AddOnInstallationRecord

All Superinterfaces:
DependentObject, EngineObject, RepositoryObject, java.io.Serializable

public interface AddOnInstallationRecord
extends RepositoryObject, EngineObject, DependentObject

Represents a record that contains information pertaining to the installation of an add-on. An AddOnInstallationRecord object is created whenever an AddOn or UpgradeAddOn object is installed on an object store.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject


Method Summary
 AddOn get_AddOn()
          Returns the value of the AddOn property.
 java.lang.String get_AddOnName()
          Returns the value of the AddOnName property.
 Id get_Id()
          Returns the value of the Id property.
 java.util.Date get_InstallationDate()
          Returns the value of the InstallationDate property.
 java.lang.String get_InstallationReport()
          Returns the value of the InstallationReport property.
 InstallationStatus get_InstallationStatus()
          Returns the value of the InstallationStatus property.
 java.lang.String get_Installer()
          Returns the value of the Installer property.
 
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.


get_Installer

java.lang.String get_Installer()
Returns the value of the Installer property. For more information, see Installer Property.


get_InstallationDate

java.util.Date get_InstallationDate()
Returns the value of the InstallationDate property. For more information, see InstallationDate Property.


get_InstallationReport

java.lang.String get_InstallationReport()
Returns the value of the InstallationReport property. For more information, see InstallationReport Property.


get_InstallationStatus

InstallationStatus get_InstallationStatus()
Returns the value of the InstallationStatus property. For more information, see InstallationStatus Property.


get_AddOn

AddOn get_AddOn()
Returns the value of the AddOn property. For more information, see AddOn Property.


get_AddOnName

java.lang.String get_AddOnName()
Returns the value of the AddOnName property. For more information, see AddOnName Property.



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