Uses of Class
de.aristaflow.adept2.model.common.systemdata.AbstractSystemDataFormatter
-
Packages that use AbstractSystemDataFormatter 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 AbstractSystemDataFormatter in de.aristaflow.adept2.model.common.plugindata
Subclasses of AbstractSystemDataFormatter in de.aristaflow.adept2.model.common.plugindata 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 AbstractSystemDataFormatter in de.aristaflow.adept2.model.common.systemdata
Subclasses of AbstractSystemDataFormatter in de.aristaflow.adept2.model.common.systemdata Modifier and Type Class Description class
BasicSystemDataFormatter
A very basicSystemDataFormatter
using theObject.toString()
method of each value. -
Uses of AbstractSystemDataFormatter in de.aristaflow.adept2.model.orgmodel
Subclasses of AbstractSystemDataFormatter in de.aristaflow.adept2.model.orgmodel 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).
-