Package | Description |
---|---|
com.spss.psapi.extensions.common |
This provides definitions that are used to manage streams, documents and models in scripting, and for extensions using the CLEF Java API.
|
com.spss.psapi.extensions.common.spi | |
com.spss.psapi.extensions.common.spi2 |
This defines SPI (Service Provider Interface) definitions that are implemented by
an extension.
|
Modifier and Type | Class and Description |
---|---|
class |
DataProviderException
Indicates a diagnostic fault occurred during output data model computation of an extension.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ExecutionPlanProvider.getExecutionXML(Properties properties,
ExtensionObject extensionObject,
SystemSession session)
Returns the execution XML specifying a set of operations for the application to perform
|
Modifier and Type | Method and Description |
---|---|
com.spss.ae.aslhelpers.AslFunction |
AslGenerator.generateASL(AslContext aslContext)
Called when ASL needs to be generated.
|
java.lang.String |
ExecutionXMLGenerator.generateExecutionXML(ExecutionXMLContext executionXMLContext)
Returns the execution XML specifying a set of operations for the application to perform
|
DataModel |
NodeDelegate.getOutputDataModel(DataModel inputDataModel,
Properties properties,
NodeContext nodeContext)
Returns the output data model for a given input data model and
set of properties.
|
boolean |
AslGenerator.hasPostASLActions(AslContext aslContext)
Called immediately after
generateASL() has been called to determine
whether the runPostASLActions() function should be called once ASL
execution has completed. |
com.spss.ae.aslhelpers.AslFunction |
PhasedAslGenerator.phasedGenerateASL(AslContext aslContext)
Performs a single compilation step.
|
void |
AslGenerator.runPostASLActions(AslContext aslContext,
boolean success)
Performs whatever actions are necessary once ASL execution has completed.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.