| Package | Description | 
|---|---|
| COM.FutureTense.Interfaces | |
| com.openmarket.gator.interfaces | 
| Modifier and Type | Method and Description | 
|---|---|
FTVAL | 
ICS.GetCgi(String name)
Gets variable value even if the value is binary. 
 | 
FTVAL | 
FTValList.getVal(String key)
Get a FTVAL from a key name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
FTValList.setVal(String key,
      FTVAL val)
Set a USERDATA typed object to
 a key name 
 | 
void | 
ICS.SetVar(String name,
      FTVAL value)
Sets a variable to the specified value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IFilterableAssetInstance.addDerivedDataValue(String filterID,
                   String attributeID,
                   String file,
                   FTVAL value)
Add a derived data value. 
 | 
void | 
IFilterableAssetInstance.addDerivedDataValue(String filterID,
                   String attributeID,
                   String file,
                   String ordinal,
                   FTVAL value,
                   String folder)
Add a derived data value from binary data with specified folder. 
 |