com.filenet.api.admin

Interface AddOn

    • Method Detail

      • get_Creator

        java.lang.String get_Creator()
        Returns the value of the Creator property. For more information, see Creator Property.
      • set_Creator

        void set_Creator(java.lang.String value)
        Sets the value of the Creator property. For more information, see Creator Property.
      • get_DateCreated

        java.util.Date get_DateCreated()
        Returns the value of the DateCreated property. For more information, see DateCreated Property.
      • set_DateCreated

        void set_DateCreated(java.util.Date value)
        Sets the value of the DateCreated property. For more information, see DateCreated Property.
      • get_LastModifier

        java.lang.String get_LastModifier()
        Returns the value of the LastModifier property. For more information, see LastModifier Property.
      • set_LastModifier

        void set_LastModifier(java.lang.String value)
        Sets the value of the LastModifier property. For more information, see LastModifier Property.
      • get_DateLastModified

        java.util.Date get_DateLastModified()
        Returns the value of the DateLastModified property. For more information, see DateLastModified Property.
      • set_DateLastModified

        void set_DateLastModified(java.util.Date value)
        Sets the value of the DateLastModified property. For more information, see DateLastModified Property.
      • get_Id

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

        java.lang.String get_DisplayName()
        Returns the value of the DisplayName property. For more information, see DisplayName Property.
      • set_DisplayName

        void set_DisplayName(java.lang.String value)
        Sets the value of the DisplayName property. For more information, see DisplayName Property.
      • set_AddOnType

        void set_AddOnType(AddOnType value)
        Sets the value of the AddOnType property. For more information, see AddOnType Property.
      • get_ScriptType

        java.lang.String get_ScriptType()
        Returns the value of the ScriptType property. For more information, see ScriptType Property.
      • set_ScriptType

        void set_ScriptType(java.lang.String value)
        Sets the value of the ScriptType property. For more information, see ScriptType Property.
      • get_Prerequisites

        IdList get_Prerequisites()
        Returns the value of the Prerequisites property. For more information, see Prerequisites Property.
      • set_Prerequisites

        void set_Prerequisites(IdList value)
        Sets the value of the Prerequisites property. For more information, see Prerequisites Property.
      • get_DescriptiveText

        java.lang.String get_DescriptiveText()
        Returns the value of the DescriptiveText property. For more information, see DescriptiveText Property.
      • set_DescriptiveText

        void set_DescriptiveText(java.lang.String value)
        Sets the value of the DescriptiveText property. For more information, see DescriptiveText Property.
      • get_SupersededAddOnIds

        IdList get_SupersededAddOnIds()
        Returns the value of the SupersededAddOnIds property. For more information, see SupersededAddOnIds Property.
      • set_SupersededAddOnIds

        void set_SupersededAddOnIds(IdList value)
        Sets the value of the SupersededAddOnIds property. For more information, see SupersededAddOnIds Property.
      • setPostImportScriptStream

        void setPostImportScriptStream(java.io.InputStream postImportScript)
        Specifies the data stream containing the post-import script for this AddOn object.
        Parameters:
        postImportScript - A Java InputStream object.
      • setImportDataStream

        void setImportDataStream(java.io.InputStream importData)
        Specifies the data stream containing the import data for this AddOn object.
        Parameters:
        importData - A Java InputStream object.
      • accessPostImportScriptStream

        java.io.InputStream accessPostImportScriptStream()
        Obtains access to the post-import script via a stream.
        Returns:
        The underlying Java InputStream object.
      • accessPreImportScriptStream

        java.io.InputStream accessPreImportScriptStream()
        Obtains access to the pre-import script via a stream.
        Returns:
        The underlying Java InputStream object.
      • setPreImportScriptStream

        void setPreImportScriptStream(java.io.InputStream preImportScript)
        Specifies the data stream containing the pre-import script for this AddOn object.
        Parameters:
        preImportScript - A Java InputStream object.
      • accessImportDataStream

        java.io.InputStream accessImportDataStream()
        Obtains access to the import data via a stream.
        Returns:
        The underlying Java InputStream object.

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