com.spss.psapi.transform

Interface PublishedImage



  • public interface PublishedImage
    The result of publishing a DataWriter.
    Since:
    PSAPI 12.0
    Version:
    1.0
    Author:
    Robert Duncan
    Specification Status:
    Under Development
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      byte[] getImageContent()
      Returns the contents of the image file.
      byte[] getMetadataContent()
      Returns the contents of the metadata file, or null if there is no metadata file.
      DataModel getOutputDataModel()
      Returns a data model which describes the fields exported by the image.
      byte[] getParameterContent()
      Returns the contents of the parameter file.
    • Method Detail

      • getImageContent

        byte[] getImageContent()
        Returns the contents of the image file.
        Returns:
        the contents of the image file
      • getParameterContent

        byte[] getParameterContent()
        Returns the contents of the parameter file.
        Returns:
        the contents of the parameter file
      • getMetadataContent

        byte[] getMetadataContent()
        Returns the contents of the metadata file, or null if there is no metadata file.
        Returns:
        the contents of the metadata file
      • getOutputDataModel

        DataModel getOutputDataModel()
        Returns a data model which describes the fields exported by the image. This is the server-side data model and differs from the export data model of the published node in that fields typically have known storage but default measure.
        Returns:
        the data model of the exported fields
        Since:
        PSAPI 15.0

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.