Package | Description |
---|---|
com.spss.psapi.admin |
This provides functionality to support server administration activities.
|
com.spss.psapi.as |
This provides support for accessing the IBM SPSS Analytic Server.
|
com.spss.psapi.core |
This provides the base objects used by other parts of the API.
|
com.spss.psapi.data |
This provides support for metadata such as the names, values and types of data.
|
com.spss.psapi.expr |
This provides support for parsing CLEM expressions.
|
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.resource |
This provides access to server-side resources such as the server file system and database connections.
|
com.spss.psapi.session |
This provides support for the construction and use of data mining sessions.
|
com.spss.psapi.task |
This provides objects that create and represent data mining tasks.
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerAdministrationException
An exception thrown when an administration activity fails.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyticServerException |
class |
AslProjectLockingException |
class |
AslUnknownProjectException |
Modifier and Type | Class and Description |
---|---|
class |
IncompatibleServerException
An exception thrown while attempting to connect to an incompatible server version.
|
class |
InvalidPropertyException
An exception thrown when an invalid property is accessed or an invalid value
is supplied for a property.
|
class |
ObjectCreationException
An exception thrown when an instance of an object cannot be created.
|
class |
ObjectLockedException
An exception thrown when an attempt is made to lock or modify an object that is
already locked.
|
class |
OwnerException
An exception thrown when an object owner requires an owned object.
|
class |
ServerConnectionException
An exception thrown while connecting or using a ServerConnectionDescriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnCountException
A
ColumnCountException is thrown when the number of columns in the data
did not match the number of columns specified in the data model. |
class |
DataModelException
An exception thrown when there is a mismatch between physical set of data
and its expected data model.
|
class |
InvalidColumnValueException
An
InvalidColumnValueException is thrown when the value supplied for a column
is not consistent with its storage type. |
class |
UnknownColumnException
An
UnknownColumnException is thrown when a column name is used that does not
exist in the data model. |
Modifier and Type | Class and Description |
---|---|
class |
ParserException
A
ParserException is thrown to indicate that an attempt to parse a String
to an Expression failed. |
Modifier and Type | Method and Description |
---|---|
RowSet |
ServerCatalogManager.getCatalog(CatalogDefinition catalog,
PropertiedObject owner)
Retrieves some catalog information
|
Modifier and Type | Class and Description |
---|---|
class |
ServerResourceException
An exception thrown while accessing a server resource.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionException
An exception thrown while creating a
Session or performing a
task within a Session . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TaskRunner.publishModelToScoringAdapterTask(Processor node,
ServerDatabaseConnection dbConnection,
java.lang.String publishId)
Publishes the model from a model apply
Processor to the specified database
and optional ID. |
Modifier and Type | Class and Description |
---|---|
class |
ExportFormatException
Indicates that an attempt was made to export a built object using an
unsupported file format.
|
class |
InvalidEditException
An exception thrown when an invalid attempt is made to edit the links between
two or more nodes.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.