Package | Description |
---|---|
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.extensions.common |
This provides definitions that are used to manage streams, documents and models in scripting, and for extensions using the CLEF Java API.
|
Modifier and Type | Method and Description |
---|---|
ContentContainer |
ContainerManager.downloadContainer(java.lang.String containerTypeId,
java.lang.String name,
ContentFormat contentFormat,
java.lang.String relativePath)
Download a container from AS.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerManager.uploadContainer(ContentContainer container,
java.lang.String relativePath)
Upload a container to AS.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentContainer
Defines the functionality associated with document containers.
|
interface |
ModelContainer
Defines the functionality associated with model containers.
|
interface |
RowSetContainer
Defines the functionality associated with data set containers.
|
Modifier and Type | Method and Description |
---|---|
ContentContainer |
ContentContainerFactory.createContainer(java.lang.String containerTypeId,
java.lang.String name,
java.lang.Object content)
Returns a new container with the supplied name and content.
|
ContentContainer |
ContentContainerFactory.createEmptyContainer(java.lang.String containerTypeId,
java.lang.String name)
Returns a new empty container with the supplied name.
|
ContentContainer |
ContentContainerProvider.getContentContainer(java.lang.String tag)
Returns the container associated with the supplied tag
or
null . |
Modifier and Type | Method and Description |
---|---|
void |
ContentContainerProvider.putContentContainer(java.lang.String tag,
ContentContainer container)
Adds or updates the container component with the supplied tag.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionInteractor.putContent(java.lang.String filename,
ContentContainer container)
Transfers content to the specified file owned by the peer.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.