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.session |
This provides support for the construction and use of data mining sessions.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Extension.getResource(java.lang.String key,
Session session)
Attempts to look up the value of the supplied key in one of the resource bundles
listed in the extension.xml.
|
Modifier and Type | Method and Description |
---|---|
Session |
SessionContext.getSession()
Returns the associated session.
|
Modifier and Type | Method and Description |
---|---|
abstract Session |
SessionFactory.create(java.util.Locale locale)
Creates a new session using the specified locale.
|
abstract Session |
SessionFactory.create(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor)
Creates a new session using the specified locale.
|
abstract Session |
SessionFactory.create(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor,
RepositoryConnectionDescriptor repositoryDescriptor)
Creates a new session using the specified locale.
|
abstract Session |
SessionFactory.create(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor,
RepositoryConnectionDescriptor repositoryDescriptor,
ASCredentialDescriptor asConnectionDescriptor)
Create a new sessio using the sepcified locale, The session is automatically
connected to the specified server
|
static Session |
SessionFactory.getPSAPISession(SystemSession session)
Converts a system session to a full session.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.