com.spss.psapi.core

Interface ApplicationData



  • public interface ApplicationData
    Some features of the Modeler API include information such as the name and version of the application that built them. This supports the ability to brand the Modeler API. By changing this information held by the SessionFactory, an application can modify the apparent source of an attribute. Note however that this does not affect "internal" version information associated with some Modeler API features (e.g., persistence).
    Since:
    PSAPI 1.0
    Version:
    1.0
    Author:
    Julian Clinton
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getApplicationName()
      Returns the name of the application e.g., "Predictive Server API".
      java.lang.String getApplicationVersion()
      Returns the version of the application e.g., "16.0.0".
      java.lang.String getCopyright()
      Returns the application copyright information e.g., "Copyright (c) 2004-2013, IBM Corp.".
      java.lang.String getVendorName()
      Returns the name of the vendor e.g., "IBM Corp.".
    • Method Detail

      • getApplicationName

        java.lang.String getApplicationName()
        Returns the name of the application e.g., "Predictive Server API".
        Returns:
        the application name
      • getApplicationVersion

        java.lang.String getApplicationVersion()
        Returns the version of the application e.g., "16.0.0".
        Returns:
        the application version
      • getVendorName

        java.lang.String getVendorName()
        Returns the name of the vendor e.g., "IBM Corp.".
        Returns:
        the application vendor
      • getCopyright

        java.lang.String getCopyright()
        Returns the application copyright information e.g., "Copyright (c) 2004-2013, IBM Corp.".
        Returns:
        the copyright

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.