com.spss.psapi.extensions.common.spi

Interface ExecutionPlanProvider



  • public interface ExecutionPlanProvider
    An XPlan provider computes an execution plan (in the form of an Execution XML document)
    Since:
    PSAPI 13.0
    Version:
    2.0
    Author:
    Niall McCarroll
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getExecutionXML(Properties properties, ExtensionObject extensionObject, SystemSession session)
      Returns the execution XML specifying a set of operations for the application to perform
    • Method Detail

      • getExecutionXML

        java.lang.String getExecutionXML(Properties properties,
                                       ExtensionObject extensionObject,
                                       SystemSession session)
                                         throws ExtensionException
        Returns the execution XML specifying a set of operations for the application to perform
        Parameters:
        properties - the current property settings
        extensionObject - the extension object whose output data model is being computed
        session - the session through which the locale and data model factory can be accessed
        Returns:
        the execution plan XML as a String object
        Throws:
        ExtensionException - if the execution XML cannot be generated for some reason

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.