public interface IPdiContentProvider
| Modifier and Type | Field and Description | 
|---|---|
static String | 
PROTECTED_PARAMETER_PREFIX
When a user creates a input parameter but does not want it to be written by others, it uses the syntax of an "_"
 (underscore) as prefix; so, if a user creates input parameter "_name", then the other users looking at it will know
 that they should not change it. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getUserParameters(String kettleFilePath)
lists user input parameters for a given a ktr/kjb filePath 
 | 
boolean | 
hasUserParameters(String kettleFilePath)
given a ktr/kjb filePath, looks in its metadata for the existence of user input parameters, required to properly
 execute 
 | 
static final String PROTECTED_PARAMETER_PREFIX
boolean hasUserParameters(String kettleFilePath)
kettleFilePath - ktr/kjb filePath