Uses of Interface
de.aristaflow.adept2.model.common.systemdata.SystemDataFormatter
-
Packages that use SystemDataFormatter Package Description de.aristaflow.adept2.model.common.plugindata Plug-in data interfaces which are used across different data models.de.aristaflow.adept2.model.common.systemdata de.aristaflow.adept2.model.orgmodel -
-
Uses of SystemDataFormatter in de.aristaflow.adept2.model.common.plugindata
Classes in de.aristaflow.adept2.model.common.plugindata that implement SystemDataFormatter Modifier and Type Class Description class
LongDateSystemDataFormatter
Simple formatter which is used forlong
values in the plug-in data, which consumes a date value. -
Uses of SystemDataFormatter in de.aristaflow.adept2.model.common.systemdata
Classes in de.aristaflow.adept2.model.common.systemdata that implement SystemDataFormatter Modifier and Type Class Description class
AbstractSystemDataFormatter
An abstract implementation ofSystemDataFormatter
providing to helper methods to ensure the presence of a value and the correctness of its type in the provided map.class
BasicSystemDataFormatter
A very basicSystemDataFormatter
using theObject.toString()
method of each value.Methods in de.aristaflow.adept2.model.common.systemdata that return SystemDataFormatter Modifier and Type Method Description SystemDataFormatter
SystemDataFormatterFactory. createFormatter(Class<? extends SystemDataFormatter> formatterType)
Returns a new system data formatter instance for the requested formatter type.Methods in de.aristaflow.adept2.model.common.systemdata that return types with arguments of type SystemDataFormatter Modifier and Type Method Description Class<? extends SystemDataFormatter>
formatter()
The formatter class responsible for replacing parameter references with their actual values.Method parameters in de.aristaflow.adept2.model.common.systemdata with type arguments of type SystemDataFormatter Modifier and Type Method Description SystemDataFormatter
SystemDataFormatterFactory. createFormatter(Class<? extends SystemDataFormatter> formatterType)
Returns a new system data formatter instance for the requested formatter type. -
Uses of SystemDataFormatter in de.aristaflow.adept2.model.orgmodel
Classes in de.aristaflow.adept2.model.orgmodel that implement SystemDataFormatter Modifier and Type Class Description class
OrgPolicySystemDataFormatter
ASystemDataFormatter
that knows how to format parameter values for org. policies (either used as values in selections or for dynamic entity expressions).
-