Package de.xima.fc.importer.interfaces
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
String getFieldDescriptor()Describes the field on the entity (or its members), that has a dependency. E.g.: 'bedingung#folgeAktion'- Returns:
String
describing the dependency field
-
getEntityClass
- Returns:
Class
of the dependency
-
findValue
- Parameters:
configs
-List
of import configs to look for value- Returns:
- dependency value if one could be found within the given list or
null
otherwise
-