Package | Description |
---|---|
com.spss.psapi.core |
This provides the base objects used by other parts of the API.
|
com.spss.psapi.session |
This provides support for the construction and use of data mining sessions.
|
Modifier and Type | Method and Description |
---|---|
ConnectionDetailView |
ConnectionDetailView.byFilter(ConnectionDetailFilter filter)
Returns a new view containing only connections
that pass the specified filter.
|
ConnectionDetailView |
ConnectionDetailView.byId(java.lang.String id)
Returns a new view containing only connections
that have the specified ID.
|
ConnectionDetailView |
ConnectionDetailView.byName(java.lang.String name)
Returns a new view containing only connections
that have the specified name.
|
ConnectionDetailView |
ConnectionDetailView.byProperty(java.lang.String name)
Returns a new view containing only connections
that have the specified property.
|
ConnectionDetailView |
ConnectionDetailView.byPropertyValue(java.lang.String name,
java.lang.String value)
Returns a new view containing only connections
that have the specified property with the specified value.
|
ConnectionDetailView |
ConnectionDetailView.byType(java.lang.String type)
Returns a new view containing only connections
that have the specified type.
|
Modifier and Type | Method and Description |
---|---|
ConnectionDetailView |
SystemSession.getConnectionDetailView()
Returns any data connection definitions
defined externally to PSAPI
and made available to this session.
|
ConnectionDetailView |
SystemSession.getConnectionDetailView(java.lang.String context)
Returns any data connection definitions
defined externally to PSAPI
and made available to the specified context.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.