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 |
---|---|
static java.lang.String |
ASContainerHelper.getEntryAsText(ContentContainer container,
java.lang.String key)
Get one entry as text by the key.
|
static int |
ASContainerHelper.getEntryCount(ContentContainer container)
Get the entry count of the container.
|
static java.lang.String |
ASContainerHelper.getFirstEntryAsText(ContentContainer container)
Get the first entry in the container as text.
|
static com.spss.analyticframework.api.container.ReadableContainer |
ASContainerHelper.getZipReadContainer(ContentContainer container)
Get the ReadableContainer from ContentContainer.
|
void |
ExtensionInteractor.putContent(java.lang.String filename,
ContentContainer container)
Transfers content to the specified file owned by the peer.
|
static void |
ASContainerHelper.setASContainer(ContentContainer container,
java.util.Map<java.lang.String,java.lang.String> metaData,
java.util.List<ASContainerEntry> entryList)
Populate entries to the AS container.
|
static void |
ASContainerHelper.setSingleEntryText(ContentContainer container,
java.lang.String text)
Set the first entry as text in the container.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.