Package | Description |
---|---|
com.spss.psapi.extensions |
This provides definitions associated with the Modeler Extensions Framework (CLEF).
|
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.ui |
This provides UI-specific definitions that are exposed to CLEF implementors using the CLEF Java API.
|
com.spss.psapi.extensions.ui.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensionOutput
An interface that defines a
BuiltObject defined by an extension. |
interface |
ExtensionProcessor
An interface that specifies a
Processor defined by an extension. |
Modifier and Type | Method and Description |
---|---|
ExtensionObject |
ExtensionObjectEvent.getExtensionObject()
Returns the ExtensionObject that generated this event.
|
ExtensionObject |
ExecutionContext.getExtensionObject()
Returns the extension object.
|
Constructor and Description |
---|
ExtensionObjectEvent(ExtensionObject extensionObject,
int eventType)
Constructs an ExtensionObjectEvent
|
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
ExtensionObject |
ExtensionObjectWindowHandle.getExtensionObject()
Returns the extension object associated with this window handle.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionObjectFrame.initFrame(ExtensionObject object,
ManagedSession managedSession)
Called when the window containing the object is being initialised.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.