public interface AddOn extends IndependentlyPersistableObject
You can create an AddOn
object by calling createInstance
on the Factory.AddOn
class. Creating an add-on automatically registers it in the FileNet P8 Global Configuration Data (GCD)
database. A registered add-on can then be:
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
accessImportDataStream()
Obtains access to the import data via a stream.
|
java.io.InputStream |
accessPostImportScriptStream()
Obtains access to the post-import script via a stream.
|
java.io.InputStream |
accessPreImportScriptStream()
Obtains access to the pre-import script via a stream.
|
AddOnType |
get_AddOnType()
Returns the value of the AddOnType property.
|
java.lang.String |
get_Creator()
Returns the value of the Creator property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property.
|
java.lang.String |
get_DescriptiveText()
Returns the value of the DescriptiveText property.
|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
IdList |
get_Prerequisites()
Returns the value of the Prerequisites property.
|
java.lang.String |
get_ScriptType()
Returns the value of the ScriptType property.
|
IdList |
get_SupersededAddOnIds()
Returns the value of the SupersededAddOnIds property.
|
void |
set_AddOnType(AddOnType value)
Sets the value of the AddOnType property.
|
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property.
|
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property.
|
void |
set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property.
|
void |
set_DescriptiveText(java.lang.String value)
Sets the value of the DescriptiveText property.
|
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property.
|
void |
set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property.
|
void |
set_Prerequisites(IdList value)
Sets the value of the Prerequisites property.
|
void |
set_ScriptType(java.lang.String value)
Sets the value of the ScriptType property.
|
void |
set_SupersededAddOnIds(IdList value)
Sets the value of the SupersededAddOnIds property.
|
void |
setImportDataStream(java.io.InputStream importData)
Specifies the data stream containing the import data for this
AddOn object. |
void |
setPostImportScriptStream(java.io.InputStream postImportScript)
Specifies the data stream containing the post-import script for this
AddOn object. |
void |
setPreImportScriptStream(java.io.InputStream preImportScript)
Specifies the data stream containing the pre-import script for this
AddOn object. |
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
void set_LastModifier(java.lang.String value)
java.util.Date get_DateLastModified()
void set_DateLastModified(java.util.Date value)
Id get_Id()
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
AddOnType get_AddOnType()
void set_AddOnType(AddOnType value)
java.lang.String get_ScriptType()
void set_ScriptType(java.lang.String value)
IdList get_Prerequisites()
void set_Prerequisites(IdList value)
java.lang.String get_DescriptiveText()
void set_DescriptiveText(java.lang.String value)
IdList get_SupersededAddOnIds()
void set_SupersededAddOnIds(IdList value)
void setImportDataStream(java.io.InputStream importData)
AddOn
object.importData
- A Java InputStream
object.void setPostImportScriptStream(java.io.InputStream postImportScript)
AddOn
object.postImportScript
- A Java InputStream
object.java.io.InputStream accessImportDataStream()
InputStream
object.void setPreImportScriptStream(java.io.InputStream preImportScript)
AddOn
object.preImportScript
- A Java InputStream
object.java.io.InputStream accessPostImportScriptStream()
InputStream
object.java.io.InputStream accessPreImportScriptStream()
InputStream
object.© Copyright IBM Corporation 2006, 2015. All rights reserved.