| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
LongDateSystemDataFormatter
Simple formatter which is used for
long values in the
plug-in data, which consumes a date value. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSystemDataFormatter
An abstract implementation of
SystemDataFormatter 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 basic
SystemDataFormatter using the Object.toString() method
of each value. |
| Modifier and Type | Method and Description |
|---|---|
SystemDataFormatter |
SystemDataFormatterFactory.createFormatter(java.lang.Class<? extends SystemDataFormatter> formatterType)
Returns a new system data formatter instance for the requested formatter
type.
|
| Modifier and Type | Method and Description |
|---|---|
SystemDataFormatter |
SystemDataFormatterFactory.createFormatter(java.lang.Class<? extends SystemDataFormatter> formatterType)
Returns a new system data formatter instance for the requested formatter
type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrgPolicySystemDataFormatter
A
SystemDataFormatter
that knows how to format parameter values for org. policies (either used as
values in selections or for dynamic entity expressions). |