Package | Description |
---|---|
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.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 | Method and Description |
---|---|
void |
DocumentOutputManager.addDocumentOutput(DocumentOutput documentOutput,
java.lang.Object source)
Adds the supplied document output object to the manager.
|
void |
DocumentOutputManager.removeDocumentOutput(DocumentOutput documentOutput)
Remove the supplied document output object from the manager.
|
Modifier and Type | Method and Description |
---|---|
DocumentOutput |
Repository.retrieveDocument(java.lang.String path,
java.lang.String version,
java.lang.String label,
boolean autoManage)
Retrieves a document output from the specified path.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Repository.storeDocument(DocumentOutput documentOutput,
java.lang.String path,
java.lang.String label)
Stores a document output to the specified location.
|
Modifier and Type | Method and Description |
---|---|
DocumentOutput |
TaskRunner.openDocumentFromFile(java.lang.String filename,
boolean autoManage)
Reads and returns a document from the specified file.
|
Modifier and Type | Method and Description |
---|---|
Task |
TaskFactory.createExportDocumentTask(DocumentOutput document,
java.io.OutputStream outputStream,
FileFormat fileFormat)
Creates a task that exports a
DocumentOutput object
to an output stream using the specified FileFormat name. |
Task |
TaskFactory.createSaveDocumentTask(DocumentOutput document,
java.io.OutputStream outputStream)
Creates a task that saves a
DocumentOutput object to an output stream. |
void |
TaskRunner.exportDocumentToFile(DocumentOutput documentOutput,
java.lang.String filename,
FileFormat fileFormat)
Exports the stream description to a file using the specified file format.
|
void |
TaskRunner.saveDocumentToFile(DocumentOutput documentOutput,
java.lang.String filename)
Saves the document to the specified file location.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GraphOutput
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce objects that are based on graphs. |
interface |
ReportOutput
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce report-type outputs such as quality reports. |
interface |
RowSetOutput
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce objects that are based on underlying RowSet
such as tables and matrices. |
Modifier and Type | Method and Description |
---|---|
DocumentOutput |
OutputFactory.createExtensionDocumentOutput(java.lang.String extensionId,
java.lang.String extensionElementId,
java.lang.String name,
DocumentContainer primaryDocument,
ObjectBuilder builder)
Constructs a document output object based on a document container
whose definition is specified by an extension.
|
DocumentOutput |
OutputFactory.createExtensionDocumentOutput(java.lang.String extensionId,
java.lang.String extensionElementId,
java.lang.String name,
RowSetContainer primaryRowSet,
ObjectBuilder builder)
Constructs a document output object based on a row set container
whose definition is specified by an extension.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.