Interface IEntityDependency
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EntityDependency, EntityListDependency
Interface for dependencies of entities that have not not yet been resolved
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionfindValue(List<IEntityImportConfig<?>> configs) Describes the field on the entity (or its members), that has a dependency.
-
Method Details
-
getFieldDescriptor
-
getEntityClass
-
findValue
- Parameters:
configs-Listof import configs to look for value- Returns:
- dependency value if one could be found within the given list or
nullotherwise
-