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.session |
This provides support for the construction and use of data mining sessions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedSession
A managed session provides access to Modeler manager objects that
manage streams, models and outputs.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionListener2.extensionObjectChanged(ExtensionObjectEvent event,
SystemSession systemSession)
Called when an extension object has been updated.
|
void |
ExtensionListener.extensionObjectConstructed(ExtensionObject extensionObject,
SystemSession systemSession)
Called each time a new object associated with the extension
(such as node, model output, document output or interactive output)
is constructed.
|
com.spss.ae.aslhelpers.AslFunction |
AslFunctionProvider.generateASL(Properties properties,
ExtensionObject extensionObject,
SystemSession session,
ASLCompiler compiler,
com.spss.ae.aslhelpers.AslFunction input,
DataModel inputFields,
DataModel splitFields)
Deprecated.
|
com.spss.ae.aslhelpers.AslFunction |
AslFunctionProvider2.generateASL(Properties properties,
ExtensionObject extensionObject,
SystemSession session,
ASLCompiler compiler,
com.spss.ae.aslhelpers.AslFunction input,
DataModel inputFields,
DataModel splitFields,
AslFunctionProvider2.Reporter reporter)
Deprecated.
|
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
|
DataModel |
DataModelProvider.getOutputDataModel(DataModel inputDataModel,
Properties properties,
ExtensionObject extensionObject,
SystemSession session)
Returns the output data model for a given input data model,
set of properties and the object (typically a node) who output data model is
being computed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdministratorSession
This provides a means for carrying out administration activities via a connection to a server.
|
interface |
Session
A session is the main interface through which users of the Modeler API
access the API features.
|
Modifier and Type | Method and Description |
---|---|
static Session |
SessionFactory.getPSAPISession(SystemSession session)
Converts a system session to a full session.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.