com.spss.psapi.extensions.common

Interface AslContext

    • Method Detail

      • getAslCompiler

        AslCompiler getAslCompiler()
        Returns the ASL compiler.
        Returns:
        the ASL compiler
      • getAslInputFunctions

        java.util.List<com.spss.ae.aslhelpers.AslFunction> getAslInputFunctions()
        Returns an unmodifiable list of the ASL input functions. The ordering is consistent with the list of AslFunctions returned by getInputDataModels().
        Returns:
        the ASL input functions
        See Also:
        getInputDataModels()
      • getInputDataModels

        java.util.List<DataModel> getInputDataModels()
        Returns an unmodifiable list of the input data models. The ordering is consistent with the list of AslFunctions returned by getAslInputFunctions().
        Returns:
        the input data model
        See Also:
        getAslInputFunctions()
      • getInputContainerPath

        java.lang.String getInputContainerPath(java.lang.String containerFileID)
        Returns the temporary path for the input container file.
        Parameters:
        containerFileID - the container file ID specified in the "id" attribute of the ContainerFile
        Returns:
        the temporary path to the container file
      • getOutputContainerPath

        java.lang.String getOutputContainerPath(java.lang.String containerFileID)
        Returns the temporary path for the output container file.
        Parameters:
        containerFileID - the container file ID specified in the "id" attribute of the ContainerFile
        Returns:
        the temporary path to the container file
      • getContainerManager

        ContainerManager getContainerManager()
        Returns the AS container manager.
        Returns:
        the AS container manager
      • newTemporaryRelativePath

        java.lang.String newTemporaryRelativePath()
        Create a new temporary relative path within the execution project.
        Returns:
        temporary relative path which can be used to upload a container to

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.