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. AnAddOnInstallationRecordobject is created whenever anAddOnorUpgradeAddOnobject is installed on an object store.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description AddOnget_AddOn()Returns the value of the AddOn property.java.lang.Stringget_AddOnName()Returns the value of the AddOnName property.Idget_Id()Returns the value of the Id property.java.util.Dateget_InstallationDate()Returns the value of the InstallationDate property.java.lang.Stringget_InstallationReport()Returns the value of the InstallationReport property.InstallationStatusget_InstallationStatus()Returns the value of the InstallationStatus property.java.lang.Stringget_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.
-
-