com.filenet.api.query

Interface StoredSearch

    • Method Detail

      • get_Description

        java.lang.String get_Description()
        Returns the value of the Description property. For more information, see Description Property.
      • set_Description

        void set_Description(java.lang.String value)
        Sets the value of the Description property. For more information, see Description Property.
      • get_SearchType

        java.lang.Integer get_SearchType()
        Returns the value of the SearchType property. For more information, see SearchType Property.
      • set_SearchType

        void set_SearchType(java.lang.Integer value)
        Sets the value of the SearchType property. For more information, see SearchType Property.
      • get_SearchingObjectType

        java.lang.Integer get_SearchingObjectType()
        Returns the value of the SearchingObjectType property. For more information, see SearchingObjectType Property.
      • set_SearchingObjectType

        void set_SearchingObjectType(java.lang.Integer value)
        Sets the value of the SearchingObjectType property. For more information, see SearchingObjectType Property.
      • get_ApplicationName

        java.lang.String get_ApplicationName()
        Returns the value of the ApplicationName property. For more information, see ApplicationName Property.
      • set_ApplicationName

        void set_ApplicationName(java.lang.String value)
        Sets the value of the ApplicationName property. For more information, see ApplicationName Property.
      • get_SearchingObjectStores

        java.lang.String get_SearchingObjectStores()
        Returns the value of the SearchingObjectStores property. For more information, see SearchingObjectStores Property.
      • set_SearchingObjectStores

        void set_SearchingObjectStores(java.lang.String value)
        Sets the value of the SearchingObjectStores property. For more information, see SearchingObjectStores Property.
      • get_CmSearchSchemaVersion

        java.lang.Integer get_CmSearchSchemaVersion()
        Returns the value of the CmSearchSchemaVersion property. For more information, see CmSearchSchemaVersion Property.
      • set_CmSearchSchemaVersion

        void set_CmSearchSchemaVersion(java.lang.Integer value)
        Sets the value of the CmSearchSchemaVersion property. For more information, see CmSearchSchemaVersion Property.
      • accessContentStream

        java.io.InputStream accessContentStream()
        Obtains read access, via an input stream, to the content data of this ContentTransfer object. The content data is fetched from the server. The Content Engine will not automatically close the stream after access has finished; unless you want the stream to remain open, your application should close the stream after it has finished reading the content data.
        Returns:
        An InputStream object for reading content data.
        See Also:
        ContentAccessRecordingLevel property, DateContentLastAccessed property

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