Interface DataPath
Deprecated.
A datapath describes how a chunk of data is reached.
It is abstraction for navigating data in general. So fields, relations, map-key, properties-names etc are represented as a data-path. But also complex stuff like queries and scripts are data paths.
A DataPath describes how to reach the next data-chunk from the current data.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.Representation class used inschemaNavigate(Class)
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the original content which was in the configuration.@Nullable DataPath.NavigationInfo
schemaNavigate
(Class<?> schemaType) Deprecated.This returns info where to navigate to.boolean
Deprecated.
-
Method Details
-
getRawData
String getRawData()Deprecated.Get the original content which was in the configuration.Examples:
Entity: The "data" attribute of the form tag, for example "Address" for the "Address_detail" form. Form field for entity: The "data" attribute of the field tag, so for example the entity field name or relation name like "firstname". Especially in search forms the value can be with relations and end in either a relation or a field, eg "someRel.otherRel.someField".
- Returns:
- string
-
useNullDataSource
boolean useNullDataSource()Deprecated.
-