Interface ImportModuleConfiguration
- All Superinterfaces:
Serializable
The import module configuration is specified by each module. Assets is responsible for storing the actual data that
is represented by this configuration. The module is responsible for describing how the configuration should be
displayed to the user, how the configuration should be serialised as JSON.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the import module specific fields configuration and in the order they are returned.toJSON()
Converts itself to a JSON format in a way that is reversible
-
Method Details
-
toJSON
String toJSON()Converts itself to a JSON format in a way that is reversible- Returns:
- the string representation of this configuration. Never
null
-
getFieldsConfiguration
List<InsightFieldConfiguration> getFieldsConfiguration()Returns the import module specific fields configuration and in the order they are returned.- Returns:
- the import module specific fields configuration.
-