public interface AslContext extends ExecutionContext
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.