public class OrgPolicySystemDataFormatter extends AbstractSystemDataFormatter
SystemDataFormatter
that knows how to format parameter values for org. policies (either used as
values in selections or for dynamic entity expressions).| Constructor and Description |
|---|
OrgPolicySystemDataFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.String parameterisedString,
java.util.Map<java.lang.String,java.io.Serializable> parameterValues,
java.util.Locale locale)
Formats the given parameterised string according to the needs of the
SystemDataConsumer it is used by. |
ensureCorrectType, ensureValuePresent, formatpublic java.lang.String format(java.lang.String parameterisedString,
java.util.Map<java.lang.String,java.io.Serializable> parameterValues,
java.util.Locale locale)
SystemDataFormatterSystemDataConsumer it is used by.parameterisedString - the parameterised string to be formattedparameterValues - map containing values for all parameters referenced
in the parameterised stringlocale - the locale used to format the string; may be null