com.spss.psapi.transform

Interface BuiltObject

    • Method Detail

      • getID

        java.lang.String getID()
        Returns the temporary session ID of this object. A new ID is allocated each time a new built object is created or opened and the ID is not persisted. This means that if the same object is re-opened multiple times, each object will include a different ID.
        Returns:
        the temporary session ID of this object
        Since:
        PSAPI 2.0
      • getBuilderProcessorID

        java.lang.String getBuilderProcessorID()
        Returns the ID of the object builder node that built this object. The empty string is returned if this information is not available.
        Returns:
        the object builder id
        Since:
        PSAPI 2.0
        See Also:
        getBuilderStreamID()
      • getBuilderStreamID

        java.lang.String getBuilderStreamID()
        Returns the temporary session ID of the stream containing the object builder node that built this object. If the stream is closed and subsequently re-opened, the re-opened stream's ID will be different from the value returned here.

        The empty string is returned if this information is not available.

        Returns:
        the object builder stream id
        Since:
        PSAPI 2.0
        See Also:
        getBuilderProcessorID()
      • isExportable

        boolean isExportable(FileFormat fileFormat)
        Returns true if this object can be exported using the supplied FileFormat or false otherwise.
        Parameters:
        fileFormat - the FileFormat
        Returns:
        true if this object can be exported using the supplied FileFormat, false otherwise
      • close

        void close()
        Closes this built object and releases its external resources. Closing an object which is already closed has no effect, otherwise the behaviour of a method applied to a closed object is undefined except where stated.
      • isClosed

        boolean isClosed()
        Returns true if this object has been closed.

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.