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.
|
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 | Field and Description |
---|---|
static ContentFormat |
ContentFormat.BINARY
Indicates that the format is binary.
|
static ContentFormat |
ContentFormat.UTF8
Indicates that the format is UTF8.
|
Modifier and Type | Method and Description |
---|---|
ContentFormat |
ContentContainer.getContentFormat()
Returns the format used to store the component's content.
|
ContentFormat |
ContentProvider.getContentFormat(java.lang.String tag)
Returns the format of the content identfied by the specified tag
or
null if the tag is unknown to this provider. |
static ContentFormat |
ContentFormat.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static ContentFormat[] |
ContentFormat.getValues()
Returns an array containing all the valid values for this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentProvider.putContent(java.lang.String tag,
ContentFormat format,
java.lang.Object content)
Stores content in this provider with the specified tag and format.
|
void |
ContentContainer.readContainer(java.io.InputStream inputStream,
ContentFormat contentFormat)
Reads the container from the specified input stream.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.