Package | Description |
---|---|
net.datenwerke.eximport | |
net.datenwerke.eximport.hooks | |
net.datenwerke.eximport.im.objectimporters | |
net.datenwerke.eximport.obj |
Modifier and Type | Method and Description |
---|---|
ItemProperty |
ExportDataAnalyzerService.getItemPropertyFor(Element el)
Returns the
ItemProperty for the given Element |
ItemProperty |
ExportDataAnalyzerServiceImpl.getItemPropertyFor(Element el) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemProperty> |
ExportDataAnalyzerService.getCollectionValuesFor(Element el)
|
java.util.List<ItemProperty> |
ExportDataAnalyzerServiceImpl.getCollectionValuesFor(Element el) |
java.util.Collection<ItemProperty> |
ExportDataAnalyzerService.getItemPropertiesFor(Element el)
|
java.util.Collection<ItemProperty> |
ExportDataAnalyzerServiceImpl.getItemPropertiesFor(Element el) |
Modifier and Type | Class and Description |
---|---|
class |
BasicObjectExImporterHelperHookImpl<I extends ItemProperty> |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
BasicObjectExImporterHelperHook.importData(ItemProperty property) |
java.lang.Object |
BasicObjectExImporterHelperHookImpl.importData(ItemProperty property) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ItemProperty> |
ImportableElement.getProperties() |
Modifier and Type | Class and Description |
---|---|
class |
ComplexItemProperty |
class |
EnclosedItemProperty |
class |
ItemPropertyCollection |
class |
ReferenceItemProperty |
class |
SimpleItemProperty |
Modifier and Type | Method and Description |
---|---|
ItemProperty |
ExportedItem.getPropertyByName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemProperty> |
ItemPropertyCollection.getCollectionValues() |
java.util.Collection<ItemProperty> |
EnclosedItemProperty.getProperties() |
java.util.Collection<ItemProperty> |
ExportedItem.getProperties() |
Constructor and Description |
---|
EnclosedItemProperty(java.lang.String name,
java.lang.Class<?> type,
java.lang.String id,
java.lang.Class<?> exporterType,
java.util.Collection<ItemProperty> itemProperties,
Element el) |
ExportedItem(java.lang.String id,
java.lang.Class<?> type,
java.util.Collection<ItemProperty> properties,
java.lang.Class<?> exporterType,
Element el) |
ItemPropertyCollection(java.lang.String name,
java.lang.Class<?> type,
java.lang.Class<?> propertyType,
java.util.List<ItemProperty> collectionValues,
Element el) |