public interface DynamicPropertyMap
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key)
Gets the String value (String.valueOf) of the Operation Property with the given key and any overrides applied.
|
String |
getProperty(String key,
String defaultValue)
Gets the String value (String.valueOf) of the Operation Property with the given key and any overrides applied,
returning the defaultValue if the located property value is blank (
null or all characters are
whitespace). |
String getProperty(String key)
BrowseContext.getOperationProperties()key - key of the desired propertynull if not foundString getProperty(String key, String defaultValue)
null or all characters are
whitespace). Any Operation Properties that can be overridden should be obtained from this Map, all others should
be obtained from BrowseContext.getOperationProperties()key - key of the desired propertydefaultValue - value to return if property value is blank