public interface AslContext extends ExecutionContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createServerInputFile(java.lang.String fileID)
Create an input file in server side and return the file path in server.
|
java.lang.String |
createServerOutputFile(java.lang.String fileID)
Create an output file in server side and return the file path in server.
|
AslCompiler |
getAslCompiler()
Returns the ASL compiler.
|
java.util.List<com.spss.ae.aslhelpers.AslFunction> |
getAslInputFunctions()
Returns an unmodifiable list of the ASL input functions.
|
ContainerManager |
getContainerManager()
Returns the AS container manager.
|
java.lang.String |
getInputContainerPath(java.lang.String containerFileID)
Returns the temporary path for the input container file.
|
java.util.List<DataModel> |
getInputDataModels()
Returns an unmodifiable list of the input data models.
|
java.lang.String |
getOutputContainerPath(java.lang.String containerFileID)
Returns the temporary path for the output container file.
|
boolean |
isEmbedded()
If the Asl execution environment is embedded AS.
|
java.lang.String |
newTemporaryRelativePath()
Create a new temporary relative path within the execution project.
|
getContextData, getExtensionObject, setContextData
getSession, report
AslCompiler getAslCompiler()
java.util.List<com.spss.ae.aslhelpers.AslFunction> getAslInputFunctions()
getInputDataModels()
.getInputDataModels()
java.util.List<DataModel> getInputDataModels()
getAslInputFunctions()
.getAslInputFunctions()
java.lang.String getInputContainerPath(java.lang.String containerFileID)
containerFileID
- the container file ID specified in the "id" attribute of the ContainerFilejava.lang.String getOutputContainerPath(java.lang.String containerFileID)
containerFileID
- the container file ID specified in the "id" attribute of the ContainerFileContainerManager getContainerManager()
java.lang.String newTemporaryRelativePath()
boolean isEmbedded()
java.lang.String createServerOutputFile(java.lang.String fileID) throws PredictiveServerException
fileID
- ServerException
PredictiveServerException
java.lang.String createServerInputFile(java.lang.String fileID) throws PredictiveServerException
fileID
- ServerException
PredictiveServerException
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.