public interface RuntimeDataInterface
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppMapItem(java.lang.String appMapId,
java.lang.String sectionName,
java.lang.String itemName)
Retrieve the resolved value of an item stored in the App Map chain (SAFSMAPS).
|
java.lang.String |
getVariable(java.lang.String varName)
Retrieve the current runtime value of the global variable (SAFSVARS).
|
boolean |
setVariable(java.lang.String varName,
java.lang.String varValue)
Set a new runtime value of a global variable (SAFSVARS).
|
java.lang.String getVariable(java.lang.String varName) throws SAFSException
varName
- -- Variable names are NOT case-sensitive.SAFSException
boolean setVariable(java.lang.String varName, java.lang.String varValue) throws SAFSException
varName
- -- Variable names are NOT case-sensitive.varValue
- -- value to set. Can be an empty string.SAFSException
java.lang.String getAppMapItem(java.lang.String appMapId, java.lang.String sectionName, java.lang.String itemName) throws SAFSException
appMapId
- -- can be null to get from the "default/current" app map.sectionName
- -- section names are NOT case-sensitive.itemName
- -- item names are NOT case-sensitive.SAFSException
Copyright © SAS Institute. All Rights Reserved.